2018-01-19 05:59:00 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u2
|
|
|
|
|
2019-08-22 02:41:29 +02:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2018-01-19 05:59:00 +01:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 20:13:49 +01:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2018-01-19 05:59:00 +01:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
BACKLIGHT_ENABLE = yes # In-switch LEDs
|
|
|
|
AUDIO_ENABLE = no # There is no available timer or pin for audio on the NovelPad
|
2018-07-01 20:06:00 +02:00
|
|
|
RGBLIGHT_ENABLE = yes # RGB LEDs for underglow, installed and enabled by default for the NovelPad
|
|
|
|
|
|
|
|
LAYOUTS = ortho_5x4
|