summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-11-09 02:01:44 +0000
committerGitHub <noreply@github.com>2023-11-09 02:01:44 +0000
commit147865cf57feaf9dfb59aeeffa8b1d541c064d93 (patch)
treedb1ac7a65897d8a858dd3c58040b7e516cc5d997 /keyboards
parent4e577cbbea4c9cb63b9d4e352262ab8dbfb7eead (diff)
Migrate some common features to generic (#22403)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox_ez/keymaps/hacker_dvorak/rules.mk1
-rw-r--r--keyboards/keebio/levinson/keymaps/drogglbecher/rules.mk1
-rw-r--r--keyboards/planck/keymaps/sascha/rules.mk1
-rw-r--r--keyboards/splitkb/aurora/sweep/keymaps/flinguenheld/rules.mk1
4 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/ergodox_ez/keymaps/hacker_dvorak/rules.mk b/keyboards/ergodox_ez/keymaps/hacker_dvorak/rules.mk
index 9da5278ed9..aaf4e53f6e 100644
--- a/keyboards/ergodox_ez/keymaps/hacker_dvorak/rules.mk
+++ b/keyboards/ergodox_ez/keymaps/hacker_dvorak/rules.mk
@@ -31,7 +31,6 @@ SWAP_HANDS_ENABLE = no # Allow swapping hands of keyboard.
31# POINTING_DEVICE_ENABLE = no 31# POINTING_DEVICE_ENABLE = no
32 32
33# AUTO_SHIFT_ENABLE = no 33# AUTO_SHIFT_ENABLE = no
34# AUTO_SHIFT_MODIFIERS = no
35 34
36# This don't need argument? 35# This don't need argument?
37# CUSTOM_MATRIX # Custom matrix file for the ErgoDox EZ 36# CUSTOM_MATRIX # Custom matrix file for the ErgoDox EZ
diff --git a/keyboards/keebio/levinson/keymaps/drogglbecher/rules.mk b/keyboards/keebio/levinson/keymaps/drogglbecher/rules.mk
index b2a5451c82..a22dc3d2a9 100644
--- a/keyboards/keebio/levinson/keymaps/drogglbecher/rules.mk
+++ b/keyboards/keebio/levinson/keymaps/drogglbecher/rules.mk
@@ -1,5 +1,4 @@
1AUTO_SHIFT_ENABLE = no 1AUTO_SHIFT_ENABLE = no
2AUTO_SHIFT_MODIFIERS = no
3RGBLIGHT_ENABLE = no 2RGBLIGHT_ENABLE = no
4BACKLIGHT_ENABLE = no 3BACKLIGHT_ENABLE = no
5UNICODE_ENABLE = yes 4UNICODE_ENABLE = yes
diff --git a/keyboards/planck/keymaps/sascha/rules.mk b/keyboards/planck/keymaps/sascha/rules.mk
index 78ac4ca825..41157c39d7 100644
--- a/keyboards/planck/keymaps/sascha/rules.mk
+++ b/keyboards/planck/keymaps/sascha/rules.mk
@@ -1,5 +1,4 @@
1AUTO_SHIFT_ENABLE = no 1AUTO_SHIFT_ENABLE = no
2AUTO_SHIFT_MODIFIERS = no
3UNICODE_ENABLE = yes 2UNICODE_ENABLE = yes
4LTO_ENABLE = yes 3LTO_ENABLE = yes
5 4
diff --git a/keyboards/splitkb/aurora/sweep/keymaps/flinguenheld/rules.mk b/keyboards/splitkb/aurora/sweep/keymaps/flinguenheld/rules.mk
index 585c589d3a..dd3e45125d 100644
--- a/keyboards/splitkb/aurora/sweep/keymaps/flinguenheld/rules.mk
+++ b/keyboards/splitkb/aurora/sweep/keymaps/flinguenheld/rules.mk
@@ -10,7 +10,6 @@ OLED_ENABLE = yes
10 10
11MOUSEKEY_ENABLE = yes 11MOUSEKEY_ENABLE = yes
12AUTO_SHIFT_ENABLE = yes 12AUTO_SHIFT_ENABLE = yes
13AUTO_SHIFT_MODIFIERS = no
14COMBO_ENABLE = yes 13COMBO_ENABLE = yes
15LEADER_ENABLE = yes 14LEADER_ENABLE = yes
16 15