2019-10-21 21:43:18 -07:00
|
|
|
# Processor frequency
|
2017-06-04 13:13:17 -07:00
|
|
|
F_CPU = 8000000
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 14:18:09 -07:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-30 10:47:48 -08:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2017-06-30 13:09:52 -07:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
CUSTOM_MATRIX = yes # Custom matrix file
|
2021-12-08 21:05:44 -08:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2020-03-12 05:11:55 -07:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2021-09-21 03:04:03 -07:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-10-21 21:43:18 -07:00
|
|
|
|
|
|
|
# Project specific files
|
|
|
|
SRC += matrix.c
|