6 lines
		
	
	
		
			187 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			187 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "tap-dance.h"
 | 
						|
 | 
						|
tap_dance_action_t tap_dance_actions[] = {
 | 
						|
  /* Tap once/hold for Shift, tap twice for Caps Lock */
 | 
						|
  [SHIFT_CAPS] = ACTION_TAP_DANCE_DOUBLE( KC_LSFT, KC_CAPS )
 | 
						|
}; |