[Keyboard] Fixup emptystring/nqg (#18804)
This commit is contained in:
		
							parent
							
								
									4f63be4d1d
								
							
						
					
					
						commit
						e359413501
					
				
					 4 changed files with 9 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,5 @@
 | 
			
		|||
// Copyright 2022 QMK
 | 
			
		||||
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
#define _BASE 0
 | 
			
		||||
| 
						 | 
				
			
			@ -21,7 +23,7 @@ enum tapdances{
 | 
			
		|||
#define KC_CTEN LCTL(KC_ENT)
 | 
			
		||||
#define KC_STAB LSFT_T(KC_TAB)
 | 
			
		||||
#define KC_WLNG LALT(KC_LSFT)
 | 
			
		||||
#define KC_LOCK LGUI(KC_L)
 | 
			
		||||
#define WIN_LOCK LGUI(KC_L)
 | 
			
		||||
#define KC_ULCK LCTL(LALT(KC_DEL))
 | 
			
		||||
#define KC_DSTP LGUI(KC_D)
 | 
			
		||||
#define KC_ESLO LT(_LOWER, KC_ESC)
 | 
			
		||||
| 
						 | 
				
			
			@ -54,8 +56,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
             KC_1,    KC_2,    KC_3,      KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_N0BS,
 | 
			
		||||
             _______, _______, _______,   _______, _______, _______, KC_MINS, KC_EQL,  KC_LBRC, KC_RBRC,
 | 
			
		||||
             _______, _______, _______,   _______, _______, _______, KC_LEFT, KC_DOWN, KC_UP,   KC_RGHT,
 | 
			
		||||
             KC_ALEN,          KC_LOCK,   KC_BSCT, KC_BSCT, KC_SPC,  KC_SPC,  _______
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
             KC_ALEN,          WIN_LOCK,  KC_BSCT, KC_BSCT, KC_SPC,  KC_SPC,  _______
 | 
			
		||||
  )
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue