mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-03 14:16:35 +06:00
8 lines
180 B
Makefile
8 lines
180 B
Makefile
|
# There are no extra pins, so we make sure to disable OLED and Encoders
|
||
|
OLED_SUPPORTED = no
|
||
|
ENCODER_SUPPORTED = no
|
||
|
|
||
|
MOUSEKEY_ENABLE = yes
|
||
|
COMBO_ENABLE = yes
|
||
|
TAP_DANCE_ENABLE = yes
|