2019-07-01 22:11:38 +02:00
|
|
|
SRC = matrix.c \
|
|
|
|
i2c_master.c
|
|
|
|
|
|
|
|
# MCU name
|
|
|
|
MCU = atmega328p
|
|
|
|
|
|
|
|
# Bootloader selection
|
2021-09-10 09:17:54 +02:00
|
|
|
BOOTLOADER = usbasploader
|
2019-07-01 22:11:38 +02:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
2020-01-30 19:47:48 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2020-02-24 01:25:18 +01:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2019-07-01 22:11:38 +02:00
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
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 = no # USB Nkey Rollover
|
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
UNICODE_ENABLE = no # Unicode
|
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
|
|
|
AUDIO_ENABLE = no # Audio output on port C6
|
|
|
|
|
2020-02-24 01:25:18 +01:00
|
|
|
CUSTOM_MATRIX = lite
|