2017-11-26 23:54:53 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = at90usb1286
|
|
|
|
|
2019-09-19 18:55:03 +02:00
|
|
|
# Bootloader selection
|
2020-05-30 22:14:59 +02:00
|
|
|
BOOTLOADER = qmk-dfu
|
2017-11-26 23:54:53 +01:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-30 23:10:23 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2020-03-18 18:28:13 +01:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2021-09-20 08:51:00 +02:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2019-01-18 16:32:21 +01:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
|
2021-09-21 12:04:03 +02:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2021-08-24 08:28:26 +02:00
|
|
|
OLED_ENABLE = yes
|
|
|
|
OLED_DRIVER = SSD1306
|