Ajust config for keychron/v1/ansi_encoder

This commit is contained in:
Dmitrii Andreev
2024-01-15 16:57:45 +03:00
parent dcc47ea31b
commit 40f3f1ed1e
2 changed files with 5 additions and 1 deletions

View File

@@ -29,3 +29,5 @@
/* Enable caps-lock LED */ /* Enable caps-lock LED */
#define CAPS_LOCK_LED_INDEX 45 #define CAPS_LOCK_LED_INDEX 45
#define DEBOUNCE 25

View File

@@ -6,7 +6,7 @@ MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Enable USB N-key Rollover NKRO_ENABLE = no # Enable USB N-key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output AUDIO_ENABLE = no # Audio output
@@ -18,3 +18,5 @@ RGB_MATRIX_ENABLE = yes
CUSTOM_MATRIX = lite CUSTOM_MATRIX = lite
SRC += matrix.c SRC += matrix.c
DEBOUNCE_TYPE=sym_eager_pk