Tap Dance: remove qk_ prefix (#19313)
				
					
				
			This commit is contained in:
		
							parent
							
								
									83e8e5845a
								
							
						
					
					
						commit
						1978007fae
					
				
					 298 changed files with 1327 additions and 1327 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
 | 
			
		||||
#include "tapdances.h"
 | 
			
		||||
 | 
			
		||||
void ios_media(qk_tap_dance_state_t *state, void *user_data) {
 | 
			
		||||
void ios_media(tap_dance_state_t *state, void *user_data) {
 | 
			
		||||
    if (state->count == 1) {
 | 
			
		||||
        tap_code(KC_MPLY);
 | 
			
		||||
    } else if (state->count == 2) {
 | 
			
		||||
| 
						 | 
				
			
			@ -25,7 +25,7 @@ void ios_media(qk_tap_dance_state_t *state, void *user_data) {
 | 
			
		|||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
qk_tap_dance_action_t tap_dance_actions[] = {
 | 
			
		||||
tap_dance_action_t tap_dance_actions[] = {
 | 
			
		||||
    [0] = ACTION_TAP_DANCE_FN(ios_media),
 | 
			
		||||
    [1] = ACTION_TAP_DANCE_DOUBLE(KC_COMM, KC_SCLN),
 | 
			
		||||
    [2] = ACTION_TAP_DANCE_DOUBLE(KC_DOT, KC_COLON),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue