summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/rootiest/rules.mk
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-08-09 08:34:14 -0700
committerZach White <skullydazed@gmail.com>2021-08-09 08:34:14 -0700
commit12681bacc4b2d845bd01b0e65b00e3d8775ac515 (patch)
treedecee0f1907bd93bd36d0349d72dda34da9c06f5 /keyboards/planck/keymaps/rootiest/rules.mk
parent65e376085356c18382d6a5d8dc54c8461144152e (diff)
parente6c171bdd639fef41a68902ce5a379a0565ed99b (diff)
Merge remote-tracking branch 'origin/master' into develop
Conflicts: keyboards/kbdfans/kbd67/mkiirgb/mkiirgb.c
Diffstat (limited to 'keyboards/planck/keymaps/rootiest/rules.mk')
-rw-r--r--keyboards/planck/keymaps/rootiest/rules.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/rootiest/rules.mk b/keyboards/planck/keymaps/rootiest/rules.mk
new file mode 100644
index 0000000000..4b93f7db5f
--- /dev/null
+++ b/keyboards/planck/keymaps/rootiest/rules.mk
@@ -0,0 +1,26 @@
+SRC += muse.c
+ENCODER_ENABLE = yes # Enables basic encoder support
+OLED_DRIVER_ENABLE = yes # Enables support for OLED displays
+# UNICODE_ENABLE = yes # Allow inputting basic unicode characters
+UNICODEMAP_ENABLE = yes # Enable use of Unicode mapping array
+# UCIS_ENABLE = yes # Another method for generating Unicode characters via maps
+TAP_DANCE_ENABLE = yes # Enable Tap-Dance
+NKRO_ENABLE = yes # Enable N-Key rollover
+MOUSEKEY_ENABLE = yes # Enable mouse emulation
+EXTRAKEY_ENABLE = yes # Allows audio control and System control
+RAW_ENABLE = yes # Enable bi-directional communication to host
+CONSOLE_ENABLE = yes # Enable outputting debugging data/logs to terminal
+WPM_ENABLE = yes # Enable on-board words-per-minute tracking
+VELOCIKEY_ENABLE = yes # Enables dynamically changing rgb animation speed based on WPM
+LEADER_ENABLE = yes # Enables Leader-Key
+COMBO_ENABLE = yes # Enables combo keys
+KEY_LOCK_ENABLE = yes # Enables using lock key to maintain holds
+# LTO_ENABLE = yes # Does some optimisation to make firmware size smaller
+# SWAP_HANDS_ENABLE = yes # Enables the swap hands function
+# DEBOUNCE_TYPE = sym_eager_pk # Change debounce algorithm
+
+# NOTE: The following requires a lot of memory to include
+TERMINAL_ENABLE = yes # Enables a command-line-like interface designed to communicate through a text editor with keystrokes
+
+# NOTE: The following is not yet available in main qmk branch
+KEY_OVERRIDE_ENABLE = yes # Allows overiding modifier combos (change Shift+1 without affecting 1 or Shift's normal operation)