diff options
author | That-Canadian <Poole.Chris.11@gmail.com> | 2019-07-14 18:26:45 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-14 18:26:45 -0700 |
commit | fd48f687b133d5000f647b38923810c2d1b16453 (patch) | |
tree | ec3ca5b1812667dd184dcb6724c848cdde71981c /keyboards/ivy/rev1/rules.mk | |
parent | 421125211741993ba874068dadf4ab371d4d13de (diff) |
[Keyboard] Added IVY macropad (#6211)
* Added initial files for the Adron 3-key macro pad
* Refactor of "adron_pad" to "ivy", cleaned up the readme and removed un-needed keymap as well.
* Made suggested changes to commit for PR
* Removed unneeded define block from SUBPROJECT_rev1 as it is redundant (Thanks drashna ;) )
Diffstat (limited to 'keyboards/ivy/rev1/rules.mk')
-rw-r--r-- | keyboards/ivy/rev1/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ivy/rev1/rules.mk b/keyboards/ivy/rev1/rules.mk new file mode 100644 index 0000000000..f4043e2b79 --- /dev/null +++ b/keyboards/ivy/rev1/rules.mk @@ -0,0 +1,3 @@ +BACKLIGHT_ENABLE = yes +RGBLIGHT_ENABLE = no +AUDIO_ENABLE = no
\ No newline at end of file |