summaryrefslogtreecommitdiff
path: root/keyboards/massdrop/ctrl/keymaps/endgame/rules.mk
diff options
context:
space:
mode:
authorAhmed Elshafey <12426718+ash0x0@users.noreply.github.com>2019-12-05 11:03:03 +0200
committerDrashna Jaelre <drashna@live.com>2019-12-05 01:03:03 -0800
commit9c8e66dc05148b6890eef05b51a5be6adfaf0246 (patch)
treec183d8c05aad495ad6559bb5ddef8141eee1f811 /keyboards/massdrop/ctrl/keymaps/endgame/rules.mk
parent3ad389de55aa73eef4542807488a70a19639df11 (diff)
[Keymap] Added Massdrop ctrl keymap (#7491)
* massdrop ctrl endgame keymap first commit * massdrop ctrl endgame keymap update Added double dance functions to toggle mouse layer while keeping LGUI key functionality. Added led config and related functionality. Added RGB indicators for effective keys on layers. Fixed RGB timeout ignoring user set LED flags. At current state, layer RGB indicators ignore RGB brightness value, will add toggle key later to toggle between current keyboard brightness and max brightness as it's nice to have the indicator RGB at max brightness but still too bright at times. * updated documentation and added RGB indicator for ctrl and shift in function layer * Update keyboards/massdrop/ctrl/keymaps/endgame/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/massdrop/ctrl/keymaps/endgame/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Various fixes and changes. Removed backslashed at end of layouts, better looking. Changed layout names from macro definitions to enum. Replaced MOD_BIT with MOD_MASK macros.
Diffstat (limited to 'keyboards/massdrop/ctrl/keymaps/endgame/rules.mk')
-rw-r--r--keyboards/massdrop/ctrl/keymaps/endgame/rules.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/massdrop/ctrl/keymaps/endgame/rules.mk b/keyboards/massdrop/ctrl/keymaps/endgame/rules.mk
new file mode 100644
index 0000000000..2a599810f8
--- /dev/null
+++ b/keyboards/massdrop/ctrl/keymaps/endgame/rules.mk
@@ -0,0 +1,12 @@
+# NKRO_ENABLE = yes # USB Nkey Rollover
+# AUTO_SHIFT_ENABLE = yes # Auto Shift
+# # RGBLIGHT_ENABLE is not for MD boards. This is here in case you forget.
+# RGBLIGHT_ENABLE = no
+# COMMAND_ENABLE = yes
+# BOOTMAGIC_ENABLE = full
+# BOOTMAGIC_ENABLE = lite
+DYNAMIC_MACRO_ENABLE = yes # Dynamic macro recording and play
+MOUSEKEY_ENABLE = yes # Enable mouse control keycodes. Increases firmware size.
+TAP_DANCE_ENABLE = yes # Enable tap dance keys
+CONSOLE_ENABLE = yes # Enable debugging console. Increases firmware size.
+SRC += config_led.c