diff options
author | Florian Didron <florian@111studio.jp> | 2019-06-07 14:23:56 +0900 |
---|---|---|
committer | Florian Didron <florian@111studio.jp> | 2019-06-07 14:23:56 +0900 |
commit | f55c4ced283e5bdaa26c765125dc21611eeb2ba8 (patch) | |
tree | 5943878c783242efe2c57788a1a246a19bd2c985 /keyboards/planck/keymaps/glow/rules.mk | |
parent | 1a3f69b02abfbcbd4280d5bf116cd48debdc1dfa (diff) |
Allows disabling the RGB Matrix on the Planck EZ
Diffstat (limited to 'keyboards/planck/keymaps/glow/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/glow/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/glow/rules.mk b/keyboards/planck/keymaps/glow/rules.mk new file mode 100644 index 0000000000..dcf16bef39 --- /dev/null +++ b/keyboards/planck/keymaps/glow/rules.mk @@ -0,0 +1 @@ +SRC += muse.c |