[Keymap] Update/refactor userspace and add keymaps for rmeli (#18398)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Elliot Powell <johnp8727@gmail.com>
This commit is contained in:
		
							parent
							
								
									ddcb8dd7ca
								
							
						
					
					
						commit
						317b800bbb
					
				
					 18 changed files with 777 additions and 100 deletions
				
			
		| 
						 | 
				
			
			@ -16,6 +16,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
*/
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// https://beta.docs.qmk.fm/using-qmk/software-features/feature_tap_dance#example-4-quad-function-tap-dance-id-example-4
 | 
			
		||||
| 
						 | 
				
			
			@ -26,9 +27,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
 | 
			
		||||
// Tap dance enums
 | 
			
		||||
enum {
 | 
			
		||||
    TD_LSPO_CAPS,  // Tap once for (, hold once for LSFT, tap twice for CAPS
 | 
			
		||||
    TD_RSPC_CAPS,  // Tap once for ), hold once for RSFT, tap twice for CAPS
 | 
			
		||||
    TD_ESC_DEL,    // Tap once for KC_ESC, twice for KC_DEL
 | 
			
		||||
    TD_LSPO_CAPS, // Tap once for (, hold once for LSFT, tap twice for CAPS
 | 
			
		||||
    TD_RSPC_CAPS, // Tap once for ), hold once for RSFT, tap twice for CAPS
 | 
			
		||||
    TD_ESC_DEL,   // Tap once for KC_ESC, twice for KC_DEL
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
// Rename tap dances for keymap with shortcuts
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue