mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-23 23:37:46 +00:00
28 lines
706 B
Makefile
28 lines
706 B
Makefile
# Enables Audio control and System control Keycodes
|
|
EXTRAKEY_ENABLE = yes
|
|
# Enables Mousekeys
|
|
MOUSEKEY_ENABLE = yes
|
|
# Encoder Support
|
|
ENCODER_ENABLE = yes
|
|
# Use Enocoder Mapping
|
|
ENCODER_MAP_ENABLE = yes
|
|
# Turn on tap dance:
|
|
TAP_DANCE_ENABLE = yes
|
|
# Enables RGB Lighting Effects
|
|
RGB_MATRIX_ENABLE = yes
|
|
# Dynamic Tapping Term:
|
|
DYNAMIC_TAPPING_TERM_ENABLE = yes
|
|
|
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
OLED_ENABLE = yes
|
|
# OLED_DRIVER = SSD1306
|
|
WPM_ENABLE = yes
|
|
|
|
POINTING_DEVICE_ENABLE = yes
|
|
POINTING_DEVICE_DRIVER = pimoroni_trackball
|