diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-12-17 15:52:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 23:52:08 -0800 |
commit | 0703e5398c967e11c3afa3aec21f76bfc1067939 (patch) | |
tree | e6450aebc2c9f8ac1531dc7f758c794d63714c77 /keyboards/cradio | |
parent | 08fc873376a0da8f85c5a7773e3dc91872fbe80c (diff) | |
download | qmk_firmware-0703e5398c967e11c3afa3aec21f76bfc1067939.tar.gz qmk_firmware-0703e5398c967e11c3afa3aec21f76bfc1067939.zip |
[Keyboard] Remove locking support from Cradio (#15495)
Co-authored-by: filterpaper <filterpaper@localhost>
Diffstat (limited to 'keyboards/cradio')
-rw-r--r-- | keyboards/cradio/config.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/keyboards/cradio/config.h b/keyboards/cradio/config.h index 2d76de6a8e..37c329a244 100644 --- a/keyboards/cradio/config.h +++ b/keyboards/cradio/config.h @@ -62,11 +62,6 @@ /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 -/* 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 - /* Serial settings */ #define USE_SERIAL /* serial.c configuration for split keyboard */ @@ -76,8 +71,9 @@ #define EE_HANDS /* Top left key on left half */ -#define BOOTMAGIC_LITE_ROW 0 +#define BOOTMAGIC_LITE_ROW 0 #define BOOTMAGIC_LITE_COLUMN 0 /* Top right key on right half */ -#define BOOTMAGIC_LITE_ROW_RIGHT 4 +#define BOOTMAGIC_LITE_ROW_RIGHT 4 #define BOOTMAGIC_LITE_COLUMN_RIGHT 4 + |