diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-05-09 23:50:30 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-05-17 15:02:18 -0700 |
| commit | 6af0c1e1293cbc50b7d5136c2c8260cec1d1a21b (patch) | |
| tree | 1b4ce968a68d49d61a7982628cec09bf5820d029 /users/drashna | |
| parent | 42a6bd2fd4f797a5ef629621cd50ca4ac2a7f835 (diff) | |
| download | qmk_firmware-6af0c1e1293cbc50b7d5136c2c8260cec1d1a21b.tar.gz qmk_firmware-6af0c1e1293cbc50b7d5136c2c8260cec1d1a21b.zip | |
Make sure that RGM Matrix is checked properly
Diffstat (limited to 'users/drashna')
| -rw-r--r-- | users/drashna/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/drashna/rules.mk b/users/drashna/rules.mk index 085840f1c..cdb9e5436 100644 --- a/users/drashna/rules.mk +++ b/users/drashna/rules.mk | |||
| @@ -33,6 +33,7 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | |||
| 33 | endif | 33 | endif |
| 34 | endif | 34 | endif |
| 35 | 35 | ||
| 36 | RGB_MATRIX_ENABLE ?= no | ||
| 36 | ifneq ($(strip $(RGB_MATRIX_ENABLE)), no) | 37 | ifneq ($(strip $(RGB_MATRIX_ENABLE)), no) |
| 37 | SRC += rgb_stuff.c | 38 | SRC += rgb_stuff.c |
| 38 | endif | 39 | endif |
