]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/rgbkb/sol/keymaps/kageurufu/rules.mk
Sol Rev 2 Keyboard (#6389)
[qmk_firmware.git] / keyboards / rgbkb / sol / keymaps / kageurufu / rules.mk
1 # Overridden build options from rev1 & rev2
2
3 # Debug Options
4 CONSOLE_ENABLE          = yes       # Console for debug(+400)
5 COMMAND_ENABLE          = yes       # Commands for debug and configuration
6
7 # RGB Options
8 RGBLIGHT_ENABLE         = no        # Enable global lighting effects. Do not enable with RGB Matrix
9 RGBLIGHT_ANIMATIONS     = no        # LED animations
10 LED_MIRRORED            = no        # Mirror LEDs across halves (enable DIP 1 on slave, and DIP 2 and 3 on master)
11 RGB_MATRIX_ENABLE       = WS2812    # Enable per-key coordinate based RGB effects. Do not enable with RGBlight
12
13 # Userspace implements their own LTO
14 LINK_TIME_OPTIMIZATION_ENABLE = no
15
16
17
18 # Do not edit past here
19
20 include keyboards/$(KEYBOARD)/post_rules.mk
21