diff options
Diffstat (limited to 'users/stanrc85/rules.mk')
| -rw-r--r-- | users/stanrc85/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index 19ad62475..c94dca0b7 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk | |||
| @@ -7,3 +7,8 @@ MOUSEKEY_ENABLE = no | |||
| 7 | AUDIO_ENABLE = no | 7 | AUDIO_ENABLE = no |
| 8 | CONSOLE_ENABLE = no | 8 | CONSOLE_ENABLE = no |
| 9 | NKRO_ENABLE = no | 9 | NKRO_ENABLE = no |
| 10 | |||
| 11 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | ||
| 12 | # Include my fancy rgb functions source here | ||
| 13 | SRC += layer_rgb.c | ||
| 14 | endif | ||
