summaryrefslogtreecommitdiff
path: root/builddefs/generic_features.mk
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 /builddefs/generic_features.mk
parent4e577cbbea4c9cb63b9d4e352262ab8dbfb7eead (diff)
Migrate some common features to generic (#22403)
Diffstat (limited to 'builddefs/generic_features.mk')
-rw-r--r--builddefs/generic_features.mk18
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
16SPACE_CADET_ENABLE ?= yes
17GRAVE_ESC_ENABLE ?= yes 16GRAVE_ESC_ENABLE ?= yes
17MAGIC_ENABLE ?= yes
18SEND_STRING_ENABLE ?= yes
19SPACE_CADET_ENABLE ?= yes
18 20
19GENERIC_FEATURES = \ 21GENERIC_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
44define HANDLE_GENERIC_FEATURE 56define HANDLE_GENERIC_FEATURE
45 # $$(info "Processing: $1_ENABLE $2.c") 57 # $$(info "Processing: $1_ENABLE $2.c")