diff options
| author | James Young | 2024-05-23 20:48:32 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-23 20:48:32 +0200 |
| commit | 912124f71cfcd9276fec13b27dea0029e49b1483 (patch) | |
| tree | 0f8810b423fc2334cd4398f567ffebafd040e57a /keyboards/tkc/m0lly/keyboard.json | |
| 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/tkc/m0lly/keyboard.json')
| -rw-r--r-- | keyboards/tkc/m0lly/keyboard.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/tkc/m0lly/keyboard.json b/keyboards/tkc/m0lly/keyboard.json index e37b9e7bb2..ae76f1e6d9 100644 --- a/keyboards/tkc/m0lly/keyboard.json +++ b/keyboards/tkc/m0lly/keyboard.json @@ -19,6 +19,12 @@ "oled": true, "rgblight": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "C7", "C6", "C5", "C4", "C3", "C2", "C1", "C0", "F5", "F6", "F7"], "rows": ["F2", "F1", "F0", "E1", "E0"] |