diff options
author | Max Rumpf <max.rumpf1998@gmail.com> | 2018-06-30 15:31:26 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-30 06:31:26 -0700 |
commit | 701fed2e15568024c39454b6ed2221138b558765 (patch) | |
tree | 3e91405b52c25db9fc966d216dcf2882b6692cb9 /keyboards/contra/keymaps/maxr1998/rules.mk | |
parent | 1230ecb73d331bb218482eacc67c5dfa190def54 (diff) | |
download | qmk_firmware-701fed2e15568024c39454b6ed2221138b558765.tar.gz |
Maxr1998's contra layout (#3267)
Diffstat (limited to 'keyboards/contra/keymaps/maxr1998/rules.mk')
-rw-r--r-- | keyboards/contra/keymaps/maxr1998/rules.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/contra/keymaps/maxr1998/rules.mk b/keyboards/contra/keymaps/maxr1998/rules.mk new file mode 100644 index 000000000..bd395e10f --- /dev/null +++ b/keyboards/contra/keymaps/maxr1998/rules.mk @@ -0,0 +1,9 @@ +RGBLIGHT_ENABLE = yes +KEY_LOCK_ENABLE = yes + +### Debugging ### +#CONSOLE_ENABLE = yes + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |