diff options
Diffstat (limited to 'keyboards/keychron/k12_pro/config.h')
-rwxr-xr-x | keyboards/keychron/k12_pro/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/keychron/k12_pro/config.h b/keyboards/keychron/k12_pro/config.h index ee1d93d9a8..be20e88e12 100755 --- a/keyboards/keychron/k12_pro/config.h +++ b/keyboards/keychron/k12_pro/config.h @@ -20,12 +20,8 @@ #define RGB_DISABLE_WHEN_USB_SUSPENDED #define LED_DISABLE_WHEN_USB_SUSPENDED -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - /* DIP switch for Mac/win OS switch */ -#define DIP_SWITCH_PINS \ - { A8 } +#define DIP_SWITCH_PINS { A8 } /* Caps lock LED Pin */ #define LED_CAPS_LOCK_PIN A0 |