diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-01 12:58:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-01 12:58:33 -0400 |
commit | 9069edd9344ae280cf7a638b3f8e6c9e53bbfd67 (patch) | |
tree | bbb404f2d53bca461e9e8b199b07bdc08d11f44c /keyboards/nyquist/keymaps/hexwire/Makefile | |
parent | d548693c8be93792605c413d7258aeeb0dcc4f34 (diff) | |
parent | aae727d9ecce60906b26ee9a5a5d72f6fd25d9e4 (diff) |
Merge pull request #1347 from nooges/nyquist
Add Nyquist keyboard support
Diffstat (limited to 'keyboards/nyquist/keymaps/hexwire/Makefile')
-rw-r--r-- | keyboards/nyquist/keymaps/hexwire/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/nyquist/keymaps/hexwire/Makefile b/keyboards/nyquist/keymaps/hexwire/Makefile new file mode 100644 index 0000000000..1e57612788 --- /dev/null +++ b/keyboards/nyquist/keymaps/hexwire/Makefile @@ -0,0 +1,5 @@ +RGBLIGHT_ENABLE = yes + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |