15 lines
419 B
Makefile
15 lines
419 B
Makefile
|
BOOTMAGIC_ENABLE = no
|
||
|
BOOLOADER = atmel-dfu
|
||
|
OLED_ENABLE = yes
|
||
|
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
|
||
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||
|
COMMAND_ENABLE = no # Disables the command feature
|
||
|
COMBO_ENABLE = yes
|
||
|
MOUSEKEY_ENABLE = no
|
||
|
CONSOLE_ENABLE = no
|
||
|
AUDIO_ENABLE = no
|
||
|
MIDI_ENABLE = no
|
||
|
BLUETOOTH_ENABLE = no
|
||
|
BACKLIGHT_ENABLE = no
|
||
|
CAPS_WORD_ENABLE = yes
|
||
|
CUSTOM_ONESHOT_ENABLE = yes
|