2021-08-24 08:28:26 +02:00
|
|
|
OLED_ENABLE = yes
|
|
|
|
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
|
2019-11-20 21:37:24 +01:00
|
|
|
ENCODER_ENABLE = yes # ENables the use of one or more encoders
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
2021-02-23 19:57:24 +01:00
|
|
|
RGBLIGHT_STARTUP_ANIMATION = no
|
2019-11-20 21:37:24 +01:00
|
|
|
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-06-15 12:41:28 +02:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
2019-11-20 21:37:24 +01:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-07-01 09:42:32 +02:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
2021-07-27 02:59:49 +02:00
|
|
|
UNICODE_ENABLE = no # Unicode
|
|
|
|
KEY_LOCK_ENABLE = no
|
|
|
|
|
2019-11-20 21:37:24 +01:00
|
|
|
|
2021-07-27 02:59:49 +02:00
|
|
|
BOOTLOADER = atmel-dfu
|
2021-01-22 17:23:03 +01:00
|
|
|
# TAP_DANCE_ENABLE = yes
|