diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-23 11:48:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 19:48:32 +0100 |
| commit | 912124f71cfcd9276fec13b27dea0029e49b1483 (patch) | |
| tree | 0f8810b423fc2334cd4398f567ffebafd040e57a /keyboards/tr60w | |
| parent | 04bf30aad8540fb2cdcf19f9a5170ea099fa3476 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: T (#23785)
Affects:
- `takashicompany/center_enter`
- `takashicompany/endzone34`
- `takashicompany/qoolee`
- `takashicompany/radialex`
- `takashiski/namecard2x4/rev1`
- `takashiski/namecard2x4/rev2`
- `takashiski/otaku_split/rev0`
- `takashiski/otaku_split/rev1`
- `taleguers/taleguers75`
- `tanuki`
- `team0110/p1800fl`
- `technika`
- `tenki`
- `tetris`
- `tg4x`
- `the_royal/liminal`
- `the_royal/schwann`
- `thevankeyboards/bananasplit`
- `thevankeyboards/caravan`
- `thevankeyboards/jetvan`
- `thevankeyboards/minivan`
- `thevankeyboards/roadkit`
- `tkc/california`
- `tkc/m0lly`
- `tkc/tkc1800`
- `tkc/tkl_ab87`
- `tkw/stoutgat/v2`
- `tmo50`
- `toad`
- `toffee_studio/blueberry`
- `tokyokeyboard/alix40`
- `tokyokeyboard/tokyo60`
- `tominabox1/adalyn`
- `tominabox1/le_chiffre`
- `tominabox1/qaz`
- `tr60w`
- `treasure/type9`
- `tszaboo/ortho4exent`
Diffstat (limited to 'keyboards/tr60w')
| -rw-r--r-- | keyboards/tr60w/config.h | 7 | ||||
| -rw-r--r-- | keyboards/tr60w/keyboard.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/tr60w/config.h b/keyboards/tr60w/config.h deleted file mode 100644 index 5f36081323..0000000000 --- a/keyboards/tr60w/config.h +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 4 | #define LOCKING_SUPPORT_ENABLE | ||
| 5 | |||
| 6 | /* Locking resynchronize hack */ | ||
| 7 | #define LOCKING_RESYNC_ENABLE | ||
diff --git a/keyboards/tr60w/keyboard.json b/keyboards/tr60w/keyboard.json index 6fa5914d6c..60c01bdcfc 100644 --- a/keyboards/tr60w/keyboard.json +++ b/keyboards/tr60w/keyboard.json | |||
| @@ -18,6 +18,12 @@ | |||
| 18 | "nkro": true, | 18 | "nkro": true, |
| 19 | "rgblight": true | 19 | "rgblight": true |
| 20 | }, | 20 | }, |
| 21 | "qmk": { | ||
| 22 | "locking": { | ||
| 23 | "enabled": true, | ||
| 24 | "resync": true | ||
| 25 | } | ||
| 26 | }, | ||
| 21 | "matrix_pins": { | 27 | "matrix_pins": { |
| 22 | "cols": ["F5", "F4", "F1", "F0", "B0", "D5", "D3", "D6", "D7", "B4", "B5", "B6", "C6", "D2"], | 28 | "cols": ["F5", "F4", "F1", "F0", "B0", "D5", "D3", "D6", "D7", "B4", "B5", "B6", "C6", "D2"], |
| 23 | "rows": ["D0", "D1", "B1", "B2", "E6", "B3"] | 29 | "rows": ["D0", "D1", "B1", "B2", "E6", "B3"] |
