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 /builddefs/generic_features.mk | |
| parent | 4e577cbbea4c9cb63b9d4e352262ab8dbfb7eead (diff) | |
Migrate some common features to generic (#22403)
Diffstat (limited to 'builddefs/generic_features.mk')
| -rw-r--r-- | builddefs/generic_features.mk | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/builddefs/generic_features.mk b/builddefs/generic_features.mk index 261da564b2..9c86958625 100644 --- a/builddefs/generic_features.mk +++ b/builddefs/generic_features.mk | |||
| @@ -13,33 +13,45 @@ | |||
| 13 | # You should have received a copy of the GNU General Public License | 13 | # You should have received a copy of the GNU General Public License |
| 14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | 15 | ||
| 16 | SPACE_CADET_ENABLE ?= yes | ||
| 17 | GRAVE_ESC_ENABLE ?= yes | 16 | GRAVE_ESC_ENABLE ?= yes |
| 17 | MAGIC_ENABLE ?= yes | ||
| 18 | SEND_STRING_ENABLE ?= yes | ||
| 19 | SPACE_CADET_ENABLE ?= yes | ||
| 18 | 20 | ||
| 19 | GENERIC_FEATURES = \ | 21 | GENERIC_FEATURES = \ |
| 22 | AUTO_SHIFT \ | ||
| 20 | AUTOCORRECT \ | 23 | AUTOCORRECT \ |
| 21 | CAPS_WORD \ | 24 | CAPS_WORD \ |
| 22 | COMBO \ | 25 | COMBO \ |
| 23 | COMMAND \ | 26 | COMMAND \ |
| 27 | CRC \ | ||
| 24 | DEFERRED_EXEC \ | 28 | DEFERRED_EXEC \ |
| 25 | DIGITIZER \ | 29 | DIGITIZER \ |
| 26 | DIP_SWITCH \ | 30 | DIP_SWITCH \ |
| 27 | DYNAMIC_KEYMAP \ | 31 | DYNAMIC_KEYMAP \ |
| 28 | DYNAMIC_MACRO \ | 32 | DYNAMIC_MACRO \ |
| 33 | DYNAMIC_TAPPING_TERM \ | ||
| 29 | GRAVE_ESC \ | 34 | GRAVE_ESC \ |
| 30 | HAPTIC \ | 35 | HAPTIC \ |
| 31 | KEY_LOCK \ | 36 | KEY_LOCK \ |
| 32 | KEY_OVERRIDE \ | 37 | KEY_OVERRIDE \ |
| 33 | LEADER \ | 38 | LEADER \ |
| 39 | MAGIC \ | ||
| 40 | MOUSEKEY \ | ||
| 41 | MUSIC \ | ||
| 42 | OS_DETECTION \ | ||
| 34 | PROGRAMMABLE_BUTTON \ | 43 | PROGRAMMABLE_BUTTON \ |
| 35 | REPEAT_KEY \ | 44 | REPEAT_KEY \ |
| 36 | SECURE \ | 45 | SECURE \ |
| 46 | SEND_STRING \ | ||
| 47 | SEQUENCER \ | ||
| 37 | SPACE_CADET \ | 48 | SPACE_CADET \ |
| 38 | SWAP_HANDS \ | 49 | SWAP_HANDS \ |
| 39 | TAP_DANCE \ | 50 | TAP_DANCE \ |
| 51 | TRI_LAYER \ | ||
| 52 | VIA \ | ||
| 53 | VIRTSER \ | ||
| 40 | WPM \ | 54 | WPM \ |
| 41 | DYNAMIC_TAPPING_TERM \ | ||
| 42 | TRI_LAYER | ||
| 43 | 55 | ||
| 44 | define HANDLE_GENERIC_FEATURE | 56 | define HANDLE_GENERIC_FEATURE |
| 45 | # $$(info "Processing: $1_ENABLE $2.c") | 57 | # $$(info "Processing: $1_ENABLE $2.c") |
