diff options
| author | Joel Challis <git@zvecr.com> | 2023-11-09 02:01:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 02:01:44 +0000 |
| commit | 147865cf57feaf9dfb59aeeffa8b1d541c064d93 (patch) | |
| tree | db1ac7a65897d8a858dd3c58040b7e516cc5d997 /keyboards | |
| parent | 4e577cbbea4c9cb63b9d4e352262ab8dbfb7eead (diff) | |
Migrate some common features to generic (#22403)
Diffstat (limited to 'keyboards')
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 @@ | |||
| 1 | AUTO_SHIFT_ENABLE = no | 1 | AUTO_SHIFT_ENABLE = no |
| 2 | AUTO_SHIFT_MODIFIERS = no | ||
| 3 | RGBLIGHT_ENABLE = no | 2 | RGBLIGHT_ENABLE = no |
| 4 | BACKLIGHT_ENABLE = no | 3 | BACKLIGHT_ENABLE = no |
| 5 | UNICODE_ENABLE = yes | 4 | UNICODE_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 @@ | |||
| 1 | AUTO_SHIFT_ENABLE = no | 1 | AUTO_SHIFT_ENABLE = no |
| 2 | AUTO_SHIFT_MODIFIERS = no | ||
| 3 | UNICODE_ENABLE = yes | 2 | UNICODE_ENABLE = yes |
| 4 | LTO_ENABLE = yes | 3 | LTO_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 | ||
| 11 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
| 12 | AUTO_SHIFT_ENABLE = yes | 12 | AUTO_SHIFT_ENABLE = yes |
| 13 | AUTO_SHIFT_MODIFIERS = no | ||
| 14 | COMBO_ENABLE = yes | 13 | COMBO_ENABLE = yes |
| 15 | LEADER_ENABLE = yes | 14 | LEADER_ENABLE = yes |
| 16 | 15 | ||
