diff options
author | swreinehr <swreinehr@mymail.mines.edu> | 2020-03-06 17:15:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 00:15:44 +0000 |
commit | 57de9e65ef58ad72c88830a57e68b1203a3e8f9a (patch) | |
tree | 470671cf01b3b6e4f23d28d9a804d85a2f8c3eb4 /keyboards/1upkeyboards/super16/keymaps/15game/rules.mk | |
parent | 6b6e47cbf1fd700010432105843f194cb4cbd895 (diff) | |
download | qmk_firmware-57de9e65ef58ad72c88830a57e68b1203a3e8f9a.tar.gz qmk_firmware-57de9e65ef58ad72c88830a57e68b1203a3e8f9a.zip |
Super 16 Puzzle Game (#8306)
* 15/16 game with lights for the super 16
* Updated readme with style
* adding comments and initial style to keymap
trying to make the code look prettier, need to test by redownloading
* Final style revisions before pull request
* formatting changes, removed config.h
* modified rules.mk, works with changes in PR8314
* formatting
no number of spaces is enough for a newline, whoops
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/1upkeyboards/super16/keymaps/15game/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/1upkeyboards/super16/keymaps/15game/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/1upkeyboards/super16/keymaps/15game/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-authored-by: Sam Reinehr <swreinehr@mines.edu>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/1upkeyboards/super16/keymaps/15game/rules.mk')
-rw-r--r-- | keyboards/1upkeyboards/super16/keymaps/15game/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/super16/keymaps/15game/rules.mk b/keyboards/1upkeyboards/super16/keymaps/15game/rules.mk new file mode 100644 index 0000000000..03198637f1 --- /dev/null +++ b/keyboards/1upkeyboards/super16/keymaps/15game/rules.mk @@ -0,0 +1,2 @@ +RGBLIGHT_ENABLE = yes +RGB_MATRIX_ENABLE = no |