~ruther/qmk_firmware

ref: 1c069b13b9c410d30cb3b0126b21b984284c405c qmk_firmware/keyboards/capsunlocked/cu75/keymaps/default/rules.mk -rw-r--r-- 692 bytes
1c069b13 — Ryan rgblight: driver selection cleanups (#21558) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no            # Mouse keys
EXTRAKEY_ENABLE = yes           # Audio control and System control
CONSOLE_ENABLE = no            # Console for debug
COMMAND_ENABLE = no            # Commands for debug and configuration
NKRO_ENABLE = yes
BACKLIGHT_ENABLE = yes           # Disable keyboard backlight functionality
AUDIO_ENABLE = no               # Audio output
RGBLIGHT_ENABLE = yes          	# Disable RGB underlight
SLEEP_LED_ENABLE = yes

ISSI_ENABLE = yes               # If the I2C pullup resistors aren't install this must be disabled
WATCHDOG_ENABLE = no           # Resets keyboard if matrix_scan isn't run every 250ms