diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-23 11:49:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 19:49:30 +0100 |
| commit | f37f27f02a55f750c21f671e712e3f704ba57885 (patch) | |
| tree | b09ead193112d75b9ad55634ae0fc70bb854b4b1 /keyboards/om60 | |
| parent | 912124f71cfcd9276fec13b27dea0029e49b1483 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: O (#23778)
Affects:
- `oddball`
- `oddforge/vea`
- `ok60`
- `om60`
- `omkbd/ergodash/mini`
- `omkbd/ergodash/rev1`
- `omkbd/runner3680/3x6`
- `omkbd/runner3680/3x7`
- `omkbd/runner3680/3x8`
- `omkbd/runner3680/4x6`
- `omkbd/runner3680/4x7`
- `omkbd/runner3680/4x8`
- `omkbd/runner3680/5x6`
- `omkbd/runner3680/5x6_5x8`
- `omkbd/runner3680/5x7`
- `omkbd/runner3680/5x8`
- `omnikeyish`
- `orange75`
- `org60`
- `ortho5by12`
- `orthocode`
Diffstat (limited to 'keyboards/om60')
| -rw-r--r-- | keyboards/om60/config.h | 5 | ||||
| -rw-r--r-- | keyboards/om60/keyboard.json | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/keyboards/om60/config.h b/keyboards/om60/config.h index e5c8d9426a..1a6dfd1281 100644 --- a/keyboards/om60/config.h +++ b/keyboards/om60/config.h | |||
| @@ -29,11 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | #define MATRIX_ROW_PINS { D1, D0, D4, C6, D7 } | 29 | #define MATRIX_ROW_PINS { D1, D0, D4, C6, D7 } |
| 30 | #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, E6 } | 30 | #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, E6 } |
| 31 | 31 | ||
| 32 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 33 | #define LOCKING_SUPPORT_ENABLE | ||
| 34 | /* Locking resynchronize hack */ | ||
| 35 | #define LOCKING_RESYNC_ENABLE | ||
| 36 | |||
| 37 | #ifndef IOS_DEVICE_ENABLE | 32 | #ifndef IOS_DEVICE_ENABLE |
| 38 | #define RGBLIGHT_LIMIT_VAL 90 | 33 | #define RGBLIGHT_LIMIT_VAL 90 |
| 39 | #define RGBLIGHT_VAL_STEP 17 | 34 | #define RGBLIGHT_VAL_STEP 17 |
diff --git a/keyboards/om60/keyboard.json b/keyboards/om60/keyboard.json index 22386db039..08eb898b01 100644 --- a/keyboards/om60/keyboard.json +++ b/keyboards/om60/keyboard.json | |||
| @@ -22,7 +22,11 @@ | |||
| 22 | ] | 22 | ] |
| 23 | }, | 23 | }, |
| 24 | "qmk": { | 24 | "qmk": { |
| 25 | "tap_keycode_delay": 10 | 25 | "tap_keycode_delay": 10, |
| 26 | "locking": { | ||
| 27 | "enabled": true, | ||
| 28 | "resync": true | ||
| 29 | } | ||
| 26 | }, | 30 | }, |
| 27 | "rgblight": { | 31 | "rgblight": { |
| 28 | "hue_steps": 10, | 32 | "hue_steps": 10, |
