forked from mirrors/qmk_firmware
40badc4413
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
7 lines
180 B
Makefile
7 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
|