2018-03-24 17:03:24 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
2019-08-02 03:47:52 +00:00
|
|
|
# Bootloader selection
|
|
|
|
# Teensy halfkay
|
|
|
|
# Pro Micro caterina
|
|
|
|
# Atmel DFU atmel-dfu
|
|
|
|
# LUFA DFU lufa-dfu
|
|
|
|
# QMK DFU qmk-dfu
|
2019-09-21 05:06:32 +00:00
|
|
|
# ATmega32A bootloadHID
|
|
|
|
# ATmega328P USBasp
|
2018-03-24 17:03:24 +00:00
|
|
|
BOOTLOADER = bootloadHID
|
|
|
|
|
|
|
|
# build options
|
|
|
|
BOOTMAGIC_ENABLE = yes
|
|
|
|
MOUSEKEY_ENABLE = no
|
|
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = no
|
2018-05-10 15:28:58 +00:00
|
|
|
COMMAND_ENABLE = yes
|
2018-03-24 17:03:24 +00:00
|
|
|
BACKLIGHT_ENABLE = yes
|
|
|
|
RGBLIGHT_ENABLE = yes
|
2019-11-03 22:43:13 +00:00
|
|
|
WS2812_DRIVER = i2c
|
2018-05-10 15:28:58 +00:00
|
|
|
NKRO_ENABLE = no
|
|
|
|
# Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2018-03-24 17:03:24 +00:00
|
|
|
|
2018-05-10 15:28:58 +00:00
|
|
|
KEY_LOCK_ENABLE = yes
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
|
|
|
|
#OPT_DEFS = -DDEBUG_LEVEL=0
|
2018-03-24 17:03:24 +00:00
|
|
|
|
|
|
|
# custom matrix setup
|
|
|
|
CUSTOM_MATRIX = yes
|
2019-11-03 22:43:13 +00:00
|
|
|
SRC = matrix.c backlight.c
|
2018-05-10 15:28:58 +00:00
|
|
|
|
2018-06-27 14:41:50 +00:00
|
|
|
LAYOUTS = ortho_5x12
|