change debounce

This commit is contained in:
minhtrannhat 2022-09-30 21:23:47 -04:00
parent fe296158c9
commit b66e3c2878
No known key found for this signature in database
GPG Key ID: 894C6A5801E01CA9
2 changed files with 4 additions and 4 deletions

View File

@ -6,14 +6,14 @@
#pragma once #pragma once
#define MASTER_LEFT #define MASTER_LEFT
// #define OLED_DRIVER_ENABLE #define OLED_DRIVER_ENABLE
// tapping toggle for my layers // tapping toggle for my layers
#define TAPPING_TOGGLE 2 #define TAPPING_TOGGLE 2
// choose IS_LEFT or IS_RIGHT for compilation and flash firmware // choose IS_LEFT or IS_RIGHT for compilation and flash firmware
#define IS_LEFT 1 // #define IS_LEFT 1
// #define IS_RIGHT 1 #define IS_RIGHT 1
// logo glitch // logo glitch
#define WITH_GLITCH #define WITH_GLITCH

View File

@ -27,7 +27,7 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SWAP_HANDS_ENABLE = no # Enable one-hand typing 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 # If you want to change the display of OLED, you need to change here
SRC += ./burst.c \ SRC += ./burst.c \