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