diff options
author | Will Wolff-Myren <willwm@gmail.com> | 2021-06-23 19:54:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 12:54:44 +1000 |
commit | 2d60444df12b7d0b1dfafe197217c9edb7944eab (patch) | |
tree | 77644a8bb4b3cb20145e81a72a514b5892995c45 /keyboards/gmmk/pro/keymaps/willwm/rules.mk | |
parent | 02fcb1069ac034d593e02484604ddc0c2ebc2dc2 (diff) | |
download | qmk_firmware-2d60444df12b7d0b1dfafe197217c9edb7944eab.tar.gz qmk_firmware-2d60444df12b7d0b1dfafe197217c9edb7944eab.zip |
[Keymap] gmmk/pro: willwm (#12952)
* Create willwm keymap:
Modified GMMK Pro Default + VIA + Space-Cadet Unicode
* Temporarily remove unicode map calls; try using UNICODE_ENABLE instead
* RGBLIGHT_ENABLE = yes
* ...on second thought, don't enable RGBLIGHT =P
* Move Del to PrtSc, add Home, move PrtSc to Fn+Home
* willwm: Add keymap.json and readme.md
* willwm: Add layer0/layer1 images
* willwm: Update readme.md with info from PR #12952
* willwm: Update to better match template
(https://docs.qmk.fm/#/documentation_templates)
Diffstat (limited to 'keyboards/gmmk/pro/keymaps/willwm/rules.mk')
-rw-r--r-- | keyboards/gmmk/pro/keymaps/willwm/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/keymaps/willwm/rules.mk b/keyboards/gmmk/pro/keymaps/willwm/rules.mk new file mode 100644 index 0000000000..511b50e19c --- /dev/null +++ b/keyboards/gmmk/pro/keymaps/willwm/rules.mk @@ -0,0 +1,2 @@ +VIA_ENABLE = yes +UNICODE_ENABLE = yes |