2020-09-27 15:11:41 -07:00
|
|
|
# Processor frequency
|
|
|
|
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-09-27 15:11:41 -07:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-02-14 20:09:24 -08:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-08 21:05:44 -08:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2020-09-27 15:11:41 -07:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
POINTING_DEVICE_ENABLE = yes
|
2021-11-14 22:03:24 -08:00
|
|
|
POINTING_DEVICE_DRIVER = pmw3360
|
2021-02-14 20:09:24 -08:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
2020-09-27 15:11:41 -07:00
|
|
|
|
2021-11-29 08:23:29 -08:00
|
|
|
ENCODER_ENABLE := no
|
|
|
|
OPTS_DEF += -DENCODER_ENABLE
|
|
|
|
|
2021-11-14 22:03:24 -08:00
|
|
|
QUANTUM_LIB_SRC += analog.c
|
|
|
|
SRC += opt_encoder.c
|