2021-08-24 06:28:26 +00:00
|
|
|
OLED_ENABLE = yes
|
|
|
|
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
|
2019-11-20 20:37:24 +00:00
|
|
|
ENCODER_ENABLE = yes # ENables the use of one or more encoders
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
2021-02-23 18:57:24 +00:00
|
|
|
RGBLIGHT_STARTUP_ANIMATION = no
|
2019-11-20 20:37:24 +00:00
|
|
|
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-06-15 10:41:28 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
2019-11-20 20:37:24 +00: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 07:42:32 +00:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
2021-07-27 00:59:49 +00:00
|
|
|
UNICODE_ENABLE = no # Unicode
|
|
|
|
KEY_LOCK_ENABLE = no
|
|
|
|
|
2019-11-20 20:37:24 +00:00
|
|
|
|
2021-07-27 00:59:49 +00:00
|
|
|
BOOTLOADER = atmel-dfu
|
2021-01-22 16:23:03 +00:00
|
|
|
# TAP_DANCE_ENABLE = yes
|