aboutsummaryrefslogtreecommitdiff
path: root/keyboards/rgbkb/sol/rev1/post_rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rgbkb/sol/rev1/post_rules.mk')
-rw-r--r--keyboards/rgbkb/sol/rev1/post_rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/rgbkb/sol/rev1/post_rules.mk b/keyboards/rgbkb/sol/rev1/post_rules.mk
new file mode 100644
index 000000000..ede37a1ad
--- /dev/null
+++ b/keyboards/rgbkb/sol/rev1/post_rules.mk
@@ -0,0 +1,19 @@
1# As long as the users rules.mk has include $(KEYBOARD)/post_rules.mk this will be run after to properly setup any keyboard features and defines
2
3ifeq ($(strip $(IOS_DEVICE_ENABLE)), yes)
4 OPT_DEFS += -DIOS_DEVICE_ENABLE
5else ifeq ($(strip $(RGBLIGHT_FULL_POWER)), yes)
6 OPT_DEFS += -DRGBLIGHT_FULL_POWER
7endif
8
9ifeq ($(strip $(RGB_MATRIX_KEYPRESSES)), yes)
10 OPT_DEFS += -DRGB_MATRIX_KEYPRESSES
11endif
12
13ifeq ($(strip $(RGB_MATRIX_FRAMEBUFFER)), yes)
14 OPT_DEFS += -DRGB_MATRIX_FRAMEBUFFER_EFFECTS
15endif
16
17ifeq ($(strip $(LED_MIRRORED)), yes)
18 OPT_DEFS += -DLED_MIRRORED
19endif