qmk_firmware/keyboards/sofle_v303/keymaps/jellytitan/rules.mk
2023-10-01 15:44:40 -07:00

26 lines
649 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
LTO_ENABLE = yes