Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
This commit is contained in:
		
							parent
							
								
									92d7964b28
								
							
						
					
					
						commit
						5e4b076af3
					
				
					 2171 changed files with 2799 additions and 2802 deletions
				
			
		| 
						 | 
				
			
			@ -20,7 +20,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
    [0] = LAYOUT_ortho_4x4(
 | 
			
		||||
        KC_NLCK, KC_PSLS, KC_PAST, MO(1),
 | 
			
		||||
        KC_NUM,  KC_PSLS, KC_PAST, MO(1),
 | 
			
		||||
        KC_P7,   KC_P8,   KC_P9,   KC_PEQL,
 | 
			
		||||
        KC_P4,   KC_P5,   KC_P6,   KC_PPLS,
 | 
			
		||||
        KC_P1,   KC_P2,   KC_P3,   KC_PENT
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
  [0] = LAYOUT_ortho_4x4(
 | 
			
		||||
    KC_NLCK, KC_PSLS, KC_PAST, MO(1),
 | 
			
		||||
    KC_NUM,  KC_PSLS, KC_PAST, MO(1),
 | 
			
		||||
    KC_P7,   KC_P8,   KC_P9,   KC_PEQL,
 | 
			
		||||
    KC_P4,   KC_P5,   KC_P6,   KC_PPLS,
 | 
			
		||||
    KC_P1,   KC_P2,   KC_P3,   KC_PMNS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue