Migrate some common features to generic (#22403)
This commit is contained in:
		
							parent
							
								
									4e577cbbea
								
							
						
					
					
						commit
						147865cf57
					
				
					 9 changed files with 36 additions and 72 deletions
				
			
		| 
						 | 
				
			
			@ -13,33 +13,45 @@
 | 
			
		|||
# You should have received a copy of the GNU General Public License
 | 
			
		||||
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
SPACE_CADET_ENABLE ?= yes
 | 
			
		||||
GRAVE_ESC_ENABLE ?= yes
 | 
			
		||||
MAGIC_ENABLE ?= yes
 | 
			
		||||
SEND_STRING_ENABLE ?= yes
 | 
			
		||||
SPACE_CADET_ENABLE ?= yes
 | 
			
		||||
 | 
			
		||||
GENERIC_FEATURES = \
 | 
			
		||||
    AUTO_SHIFT \
 | 
			
		||||
    AUTOCORRECT \
 | 
			
		||||
    CAPS_WORD \
 | 
			
		||||
    COMBO \
 | 
			
		||||
    COMMAND \
 | 
			
		||||
    CRC \
 | 
			
		||||
    DEFERRED_EXEC \
 | 
			
		||||
    DIGITIZER \
 | 
			
		||||
    DIP_SWITCH \
 | 
			
		||||
    DYNAMIC_KEYMAP \
 | 
			
		||||
    DYNAMIC_MACRO \
 | 
			
		||||
    DYNAMIC_TAPPING_TERM \
 | 
			
		||||
    GRAVE_ESC \
 | 
			
		||||
    HAPTIC \
 | 
			
		||||
    KEY_LOCK \
 | 
			
		||||
    KEY_OVERRIDE \
 | 
			
		||||
    LEADER \
 | 
			
		||||
    MAGIC \
 | 
			
		||||
    MOUSEKEY \
 | 
			
		||||
    MUSIC \
 | 
			
		||||
    OS_DETECTION \
 | 
			
		||||
    PROGRAMMABLE_BUTTON \
 | 
			
		||||
    REPEAT_KEY \
 | 
			
		||||
    SECURE \
 | 
			
		||||
    SEND_STRING \
 | 
			
		||||
    SEQUENCER \
 | 
			
		||||
    SPACE_CADET \
 | 
			
		||||
    SWAP_HANDS \
 | 
			
		||||
    TAP_DANCE \
 | 
			
		||||
    TRI_LAYER \
 | 
			
		||||
    VIA \
 | 
			
		||||
    VIRTSER \
 | 
			
		||||
    WPM \
 | 
			
		||||
    DYNAMIC_TAPPING_TERM \
 | 
			
		||||
    TRI_LAYER
 | 
			
		||||
 | 
			
		||||
define HANDLE_GENERIC_FEATURE
 | 
			
		||||
    # $$(info "Processing: $1_ENABLE $2.c")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue