summaryrefslogtreecommitdiff
path: root/keyboards/dztech/dz65rgb/keymaps/sbennett13/rules.mk
diff options
context:
space:
mode:
authorScott Bennett <40250637+SBennett13@users.noreply.github.com>2022-07-26 15:43:26 -0400
committerGitHub <noreply@github.com>2022-07-26 20:43:26 +0100
commit9dbc0473efd64ae246e171fe0201708725c9eeda (patch)
tree1d1764687893126087dcb309ea422b1dcd7a1da1 /keyboards/dztech/dz65rgb/keymaps/sbennett13/rules.mk
parentd4bb5a982082e5ddde1fa18246c68be1a1e5d297 (diff)
Dz65v2 Settings for SBennett13 (#17747)
* Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Add license to config and keymap
Diffstat (limited to 'keyboards/dztech/dz65rgb/keymaps/sbennett13/rules.mk')
-rw-r--r--keyboards/dztech/dz65rgb/keymaps/sbennett13/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/dztech/dz65rgb/keymaps/sbennett13/rules.mk b/keyboards/dztech/dz65rgb/keymaps/sbennett13/rules.mk
new file mode 100644
index 0000000000..ed0a53416b
--- /dev/null
+++ b/keyboards/dztech/dz65rgb/keymaps/sbennett13/rules.mk
@@ -0,0 +1,23 @@
+# Load Time Optimization
+LTO_ENABLE = yes
+
+# Space Cadet (Shift/Ctrl/Alt tapping for parenthesis)
+SPACE_CADET_ENABLE = no
+
+# Mouse keys bindable to keyboard
+MOUSEKEY_ENABLE = no
+
+# Console
+CONSOLE_ENABLE = no
+
+# Command (Change keyboard behavior without having to flash)
+COMMAND_ENABLE = no
+
+# Magic QMK keycodes
+MAGIC_ENABLE = no
+
+# No audio stuff
+MUSIC_ENABLE = no
+
+# No WPM
+WPM_ENABLE = no \ No newline at end of file