2019-09-10 04:38:08 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-05 18:09:35 +00:00
|
|
|
# Bootloader selection
|
2019-09-10 04:38:08 +00:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2019-12-13 02:44:14 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2019-09-10 04:38:08 +00:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2020-07-05 02:20:22 +00:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
2021-09-20 06:51:00 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 10:04:03 +00:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2020-07-05 02:20:22 +00:00
|
|
|
RGBLIGHT_ENABLE = no # Use RGB underglow light
|
2020-11-28 20:02:18 +00:00
|
|
|
RGB_MATRIX_ENABLE = yes
|
|
|
|
RGB_MATRIX_DRIVER = IS31FL3731 # Use RGB matrix
|
2019-09-10 04:38:08 +00:00
|
|
|
|
|
|
|
LAYOUTS = 60_ansi 60_hhkb 60_iso 60_ansi_split_bs_rshift
|
|
|
|
|
|
|
|
CUSTOM_MATRIX = yes
|
2019-12-13 02:44:14 +00:00
|
|
|
SRC += matrix.c
|