2016-11-26 06:11:40 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-20 20:51:37 +01:00
|
|
|
# Processor frequency
|
2016-11-26 06:11:40 +00:00
|
|
|
F_CPU = 8000000
|
|
|
|
|
2019-10-20 20:51:37 +01:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = caterina
|
2016-11-26 06:11:40 +00:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-07 23:40:26 +00:00
|
|
|
# change yes to no to disable
|
2016-11-26 06:11:40 +00:00
|
|
|
#
|
2021-08-07 07:59:56 +01:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2021-09-30 15:48:36 +01:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2017-06-30 21:09:52 +01:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2017-06-30 21:09:52 +01:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 11:04:03 +01:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-07-09 20:59:05 +01:00
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
2017-06-30 21:09:52 +01:00
|
|
|
PS2_MOUSE_ENABLE = yes
|
|
|
|
PS2_USE_INT = yes
|
|
|
|
CUSTOM_MATRIX = yes
|
2021-09-12 16:22:03 +01:00
|
|
|
BLUETOOTH_ENABLE = yes
|
2022-01-30 17:29:42 +00:00
|
|
|
BLUETOOTH_DRIVER = BluefruitLE
|
2016-11-26 06:11:40 +00:00
|
|
|
|
2017-07-10 16:18:47 +01:00
|
|
|
SRC += ws2812.c
|
2017-02-10 14:28:46 +00:00
|
|
|
SRC += rgbsps.c
|
2017-07-10 16:18:47 +01:00
|
|
|
SRC += analog.c
|
2017-04-18 19:38:08 +01:00
|
|
|
SRC += matrix.c
|
2019-07-09 20:59:05 +01:00
|
|
|
|
2020-08-22 09:21:06 +01:00
|
|
|
LTO_ENABLE = yes
|