blob: 6ba6c5b2211fdb569b23153f6a66a506e304484d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
# Device
AUDIO_ENABLE = no
RGBLIGHT_ENABLE = no
BACKLIGHT_ENABLE = no
INDICATOR_LIGHTS = no
# QMK Features
AUTO_SHIFT_ENABLE = no
MOUSEKEY_ENABLE = no
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = no # Commands for debug and configuration
LEADER_ENABLE = yes # default is yes
TAP_DANCE_ENABLE = no #(+1254)
UNICODE_ENABLE = no #(+1134)
UNICODEMAP_ENABLE = no
NKRO_ENABLE = no
MACROS_ENABLED = no
# User Defined Features
NO_SECRETS = no
|