summaryrefslogtreecommitdiff
path: root/keyboards/dm9records/ergoinu/keymaps/default/rules.mk
blob: 8567c2ae2ef7d9a6c02b80cc0ada399415cc2265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no       # Mouse keys
EXTRAKEY_ENABLE = no       # Audio control and System control
CONSOLE_ENABLE = no         # Console for debug
COMMAND_ENABLE = no        # Commands for debug and configuration
NKRO_ENABLE = no
BACKLIGHT_ENABLE = no      # Enable keyboard backlight functionality
AUDIO_ENABLE = no           # Audio output
RGBLIGHT_ENABLE = yes        # Enable WS2812 RGB underlight. 
SWAP_HANDS_ENABLE = no        # Enable one-hand typing

# ergoinu configs
DISABLE_PROMICRO_LEDs = yes

# Uncomment these for debugging
# $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
# $(info -- OPT_DEFS=$(OPT_DEFS))
# $(info )