diff --git a/config.h b/config.h index 7639721..ab5878d 100644 --- a/config.h +++ b/config.h @@ -6,14 +6,14 @@ #pragma once #define MASTER_LEFT -// #define OLED_DRIVER_ENABLE +#define OLED_DRIVER_ENABLE // tapping toggle for my layers #define TAPPING_TOGGLE 2 // choose IS_LEFT or IS_RIGHT for compilation and flash firmware -#define IS_LEFT 1 -// #define IS_RIGHT 1 +// #define IS_LEFT 1 +#define IS_RIGHT 1 // logo glitch #define WITH_GLITCH diff --git a/rules.mk b/rules.mk index 0468d3a..cd84e7a 100644 --- a/rules.mk +++ b/rules.mk @@ -27,7 +27,7 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. SWAP_HANDS_ENABLE = no # Enable one-hand typing -DEBOUNCE_TYPE = sym_eager_pk +DEBOUNCE_TYPE = sym_defer_g # If you want to change the display of OLED, you need to change here SRC += ./burst.c \