diff options
author | Nick Blyumberg <nblyumberg@gmail.com> | 2020-07-01 02:49:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 23:49:16 -0700 |
commit | 907c1c64cfd1e1c132c65a19ef30bb255255c37b (patch) | |
tree | 6e6554327023ffe4ff43d0fb45ad3ffad95c3421 /keyboards/1upkeyboards/super16/keymaps/ahk_companion/rules.mk | |
parent | 8b9e3e9979ffddaa91e022e8ab953be5c7c5283e (diff) |
[Keymap] AutoHotKey Companion keymap for Super16 (#9216)
* Started AHK Companion Development
* Updated the readme
* Added AutoHotKey companion file
* Updated documentation
* Cleaned up the files and revised documentation
* Finished the readme.md updates
* Fixed the LED issue where the last LED did not reflect the right color
Diffstat (limited to 'keyboards/1upkeyboards/super16/keymaps/ahk_companion/rules.mk')
-rw-r--r-- | keyboards/1upkeyboards/super16/keymaps/ahk_companion/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/super16/keymaps/ahk_companion/rules.mk b/keyboards/1upkeyboards/super16/keymaps/ahk_companion/rules.mk new file mode 100644 index 0000000000..b5bd51b327 --- /dev/null +++ b/keyboards/1upkeyboards/super16/keymaps/ahk_companion/rules.mk @@ -0,0 +1,2 @@ +RGB_MATRIX_ENABLE = no +RGBLIGHT_ENABLE = yes |