1
0
Fork 0

Migrate LOCKING_*_ENABLE to Data-Driven: D, Part 2 (#23750)

Affects:

  - `do60`
  - `doio/kb30`
  - `donutcables/scrabblepad`
  - `doppelganger`
  - `doro67/rgb`
  - `dotmod/dymium65`
  - `draytronics/daisy`
  - `draytronics/elise`
  - `draytronics/elise_v2`
  - `drewkeys/iskar`
  - `drhigsby/bkf`
  - `drhigsby/dubba175`
  - `drhigsby/ogurec`
  - `drhigsby/packrat`
  - `dtisaac/cg108`
  - `dumbo`
  - `dz60`
  - `dztech/bocc`
  - `dztech/duo_s`
This commit is contained in:
James Young 2024-05-20 12:34:57 -07:00 committed by GitHub
parent 4d31c51725
commit 03f0d68342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 113 additions and 369 deletions

View file

@ -17,11 +17,6 @@
#pragma once
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/* OLED */
#ifdef OLED_ENABLE
# define OLED_BRIGHTNESS 5

View file

@ -59,6 +59,12 @@
"oled": true,
"rgb_matrix": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["B14", "B13", "B12", "B0", "A7", "A9", "A8"],
"rows": ["B3", "B4", "B9", "B8", "A5", "A6"]