summaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/rules.mk
diff options
context:
space:
mode:
authormike fettis <ridingintraffic@users.noreply.github.com>2018-10-23 21:00:54 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-23 21:00:54 +0200
commit6539426f61d3dd4b41964f35c73a910a9d66c5d2 (patch)
tree70ff62c2882dc28215d5c0f9b0212c90d9911270 /keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/rules.mk
parent03d16db942fe0352cc3b3522a1c778b7e60a4b3a (diff)
downloadqmk_firmware-6539426f61d3dd4b41964f35c73a910a9d66c5d2.tar.gz
qmk_firmware-6539426f61d3dd4b41964f35c73a910a9d66c5d2.tar.xz
keymap for 1upkeyboards/sweet16 multilayers rgb lighting and tapdance (#4208)
* keymap for 1upkeyboards/sweet16 multilayers rgb lighting and tapdance * Update config.h typo * cleanup Co-Authored-By: ridingintraffic <michael.j.fettis@gmail.com> * layers are using layout macro replaced the include guard (the ifndef, define, and endif at the end) with just #pragma once changed undergrow to use layer-change-code emoji macros are using send_hex_code_string cleaned up the includes * tap() removed maxtrix_scan_user updated conf.h cleanup
Diffstat (limited to 'keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/rules.mk')
-rw-r--r--keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/rules.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/rules.mk b/keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/rules.mk
new file mode 100644
index 000000000..de4417553
--- /dev/null
+++ b/keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/rules.mk
@@ -0,0 +1,5 @@
+# turning on tap dance
+TAP_DANCE_ENABLE = yes
+RGBLIGHT_ENABLE = yes
+MOUSEKEY_ENABLE = no
+UNICODE_ENABLE = yes \ No newline at end of file