2020-09-27 22:11:41 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Processor frequency
|
|
|
|
F_CPU = 8000000
|
|
|
|
|
|
|
|
# Bootloader selection
|
2020-11-03 00:17:05 +00:00
|
|
|
BOOTLOADER = atmel-dfu
|
2020-09-27 22:11:41 +00:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-09-27 22:11:41 +00:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-02-15 04:09:24 +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
|
2020-09-27 22:11:41 +00: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-15 06:03:24 +00:00
|
|
|
POINTING_DEVICE_DRIVER = pmw3360
|
2021-02-15 04:09:24 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
2020-09-27 22:11:41 +00:00
|
|
|
|
2021-11-29 16:23:29 +00:00
|
|
|
ENCODER_ENABLE := no
|
|
|
|
OPTS_DEF += -DENCODER_ENABLE
|
|
|
|
|
2021-11-15 06:03:24 +00:00
|
|
|
QUANTUM_LIB_SRC += analog.c
|
|
|
|
SRC += opt_encoder.c
|