diff options
author | Pittyolo <kovacspitti@gmail.com> | 2017-10-10 19:08:37 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-10 07:08:37 -1000 |
commit | 31808df29489770a85f15d03e4908c05ee4a3173 (patch) | |
tree | 9cbddbed652bded8998b0abded6ee1794714344a /keyboards/nyquist/keymaps/pitty/rules.mk | |
parent | cfd118d158bc13cf65ed0bb05fd1995d4892ac2e (diff) | |
download | qmk_firmware-31808df29489770a85f15d03e4908c05ee4a3173.tar.gz |
Added ISO Hungarian friendly keymap (#1808)
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update keymap.c
Diffstat (limited to 'keyboards/nyquist/keymaps/pitty/rules.mk')
-rw-r--r-- | keyboards/nyquist/keymaps/pitty/rules.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/nyquist/keymaps/pitty/rules.mk b/keyboards/nyquist/keymaps/pitty/rules.mk new file mode 100644 index 000000000..8ebc85a44 --- /dev/null +++ b/keyboards/nyquist/keymaps/pitty/rules.mk @@ -0,0 +1,6 @@ +RGBLIGHT_ENABLE = yes +NKRO_ENABLE = yes + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |