2018-01-19 04:59:00 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u2
|
|
|
|
|
2019-08-22 00:41:29 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2018-01-19 04:59:00 +00:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-13 02:05:37 +00:00
|
|
|
# change yes to no to disable
|
2018-01-19 04:59:00 +00:00
|
|
|
#
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 19:13:49 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2018-01-19 04:59:00 +00:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2018-01-19 04:59:00 +00: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 18:06:00 +00:00
|
|
|
RGBLIGHT_ENABLE = yes # RGB LEDs for underglow, installed and enabled by default for the NovelPad
|
|
|
|
|
|
|
|
LAYOUTS = ortho_5x4
|