2017-11-17 18:01:21 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-08-02 03:47:52 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = caterina
|
2017-11-17 18:01:21 +00:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2021-09-23 07:49:02 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
2020-01-30 18:47:48 +00:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-09-23 07:49:02 +00:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2021-09-23 07:49:02 +00:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality, also set ISSI_ENABLE below for Meira
|
2021-07-27 00:17:58 +00:00
|
|
|
BACKLIGHT_DRIVER = custom
|
2021-09-23 07:49:02 +00:00
|
|
|
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
2017-11-17 18:01:21 +00:00
|
|
|
|
|
|
|
CUSTOM_MATRIX = yes
|
|
|
|
|
2018-04-19 04:57:24 +00:00
|
|
|
#ifeq ($(strip $(ISSI_ENABLE)), yes)
|
|
|
|
# TMK_COMMON_DEFS += -DISSI_ENABLE
|
|
|
|
#endif
|
2021-09-23 07:49:02 +00:00
|
|
|
|
2018-04-19 04:57:24 +00:00
|
|
|
#ifeq ($(strip $(WATCHDOG_ENABLE)), yes)
|
|
|
|
# TMK_COMMON_DEFS += -DWATCHDOG_ENABLE
|
|
|
|
#endif
|
2019-10-24 20:50:13 +00:00
|
|
|
SRC += matrix.c TWIlib.c issi.c lighting.c
|
2017-12-09 04:55:53 +00:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = meira/promicro
|
2017-12-13 21:56:36 +00:00
|
|
|
LAYOUTS = ortho_4x12
|