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
|
2021-12-13 03:05:37 +01:00
|
|
|
# change yes to no to disable
|
2018-01-19 05:59:00 +01:00
|
|
|
#
|
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
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2018-01-19 05:59:00 +01:00
|
|
|
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
|