summaryrefslogtreecommitdiff
path: root/keyboards/massdrop/alt/keymaps/urbanvanilla/rules.mk
diff options
context:
space:
mode:
authorJames <36494838+urbanvanilla@users.noreply.github.com>2021-01-14 00:52:11 -0500
committerGitHub <noreply@github.com>2021-01-13 21:52:11 -0800
commit214528b1e77728adc2094752c84b9b0d919da86d (patch)
tree0905aaf7e7ab4ca1ed47f696a7b4cc729541e373 /keyboards/massdrop/alt/keymaps/urbanvanilla/rules.mk
parent523c8315a22772fc3e605e21b14821b148c48a09 (diff)
[Keymap] urbanvanilla keymap for drop/alt (#11365)
* added urbanvanilla keymap Urbanvanilla's keymap for massdrop/alt keyboard adds in an idle timer to turn off RGB after set amount of time. poor unsuccessful attempt at replicating a velocikey like functionality. Grave escape is enabled on ESC. * Update readme.md * updating documentation * Create readme.md * restoring default documentation * update with review changes implemented removed unnecessary lines and files. increased wait_us() parameter to 40 as was still getting chatter at 20. removed some code for the terrible rudimentary attempt at velocikey for rgb matrix * Update matrix.c * Revert "Merge pull request #3 from urbanvanilla/dev_branch" This reverts commit deb55d797a4629965c990ab507251489c578573d, reversing changes made to ba8817356f6c0881cf7f3214f7f1ebd31febceb5. * Update keymap.c * added urbanvanilla keymap Urbanvanilla's keymap for massdrop/alt keyboard adds in an idle timer to turn off RGB after set amount of time. poor unsuccessful attempt at replicating a velocikey like functionality. Grave escape is enabled on ESC. * Update readme.md * updating documentation * Create readme.md * restoring default documentation * update with review changes implemented removed unnecessary lines and files. increased wait_us() parameter to 40 as was still getting chatter at 20. removed some code for the terrible rudimentary attempt at velocikey for rgb matrix * Update matrix.c * Revert "Merge pull request #3 from urbanvanilla/dev_branch" This reverts commit deb55d797a4629965c990ab507251489c578573d, reversing changes made to ba8817356f6c0881cf7f3214f7f1ebd31febceb5. * Delete matrix.c * Update keyboards/massdrop/alt/keymaps/urbanvanilla/config.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keymap.c * Update keymap.c * Update keyboards/massdrop/alt/keymaps/urbanvanilla/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/massdrop/alt/keymaps/urbanvanilla/rules.mk')
-rw-r--r--keyboards/massdrop/alt/keymaps/urbanvanilla/rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/massdrop/alt/keymaps/urbanvanilla/rules.mk b/keyboards/massdrop/alt/keymaps/urbanvanilla/rules.mk
new file mode 100644
index 0000000000..a51c4a4ff0
--- /dev/null
+++ b/keyboards/massdrop/alt/keymaps/urbanvanilla/rules.mk
@@ -0,0 +1,2 @@
+WPM_ENABLE = yes
+VELOCIKEY_ENABLE = yes # doesn't work with RGB MATRIX only RGB LIGHT :(