Skip to content

Commit

Permalink
[Keyboard] Remove locking support from Cradio (qmk#15495)
Browse files Browse the repository at this point in the history
Co-authored-by: filterpaper <filterpaper@localhost>
  • Loading branch information
filterpaper and filterpaper authored Dec 17, 2021
1 parent 08fc873 commit 0703e53
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions keyboards/cradio/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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

0 comments on commit 0703e53

Please sign in to comment.