diff options
Diffstat (limited to 'keyboards/crawlpad/config.h')
-rwxr-xr-x | keyboards/crawlpad/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/crawlpad/config.h b/keyboards/crawlpad/config.h index cf006905ab..6e1c508978 100755 --- a/keyboards/crawlpad/config.h +++ b/keyboards/crawlpad/config.h @@ -3,12 +3,6 @@ /* Pins for custom per-row LEDs. Should be changed to use named pins. */ #define LED_ROW_PINS { 8, 9, 10, 11 } -/* 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 - /* key combination for command */ #define IS_COMMAND() ( \ false \ |