~ruther/qmk_firmware

ref: 41bd4e35a09cc50f45112074d2b776254a3a17f8 qmk_firmware/keyboards/rgbkb/sol/keymaps/kageurufu/rules.mk -rw-r--r-- 665 bytes
41bd4e35 — Ryan Clean up RGB LED type (#21859) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Overridden build options from rev1 & rev2

# Debug Options
CONSOLE_ENABLE          = yes       # Console for debug(+400)
COMMAND_ENABLE          = yes       # Commands for debug and configuration

# RGB Options
RGBLIGHT_ENABLE         = no        # Enable global lighting effects. Do not enable with RGB Matrix
LED_MIRRORED            = no        # Mirror LEDs across halves (enable DIP 1 on slave, and DIP 2 and 3 on master)
RGB_MATRIX_ENABLE       = yes       # Enable per-key coordinate based RGB effects. Do not enable with RGBlight

# Userspace implements their own LTO
LTO_ENABLE = no



# Do not edit past here

include keyboards/$(KEYBOARD)/post_rules.mk