2018-08-19 22:29:11 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-30 05:27:25 +01:00
|
|
|
# Bootloader selection
|
2018-08-19 22:29:11 +02:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
|
|
|
# Build Options
|
2021-06-20 04:03:11 +02:00
|
|
|
# change yes to no to disable
|
2018-08-19 22:29:11 +02:00
|
|
|
#
|
2021-06-20 04:03:11 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
CUSTOM_MATRIX = lite
|
2019-10-30 05:27:25 +01:00
|
|
|
|
2021-06-20 04:03:11 +02:00
|
|
|
# project specific files
|
|
|
|
SRC += matrix.c serial_uart.c
|
2021-01-30 22:08:58 +01:00
|
|
|
|
|
|
|
# Disable unsupported hardware
|
|
|
|
RGBLIGHT_SUPPORTED = no
|
|
|
|
AUDIO_SUPPORTED = no
|
|
|
|
BACKLIGHT_SUPPORTED = no
|
2021-02-05 23:20:48 +01:00
|
|
|
|
|
|
|
LAYOUTS = ortho_4x12
|