mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	DP60 VIA cleanups (#8697)
* some via cleanups for the dp60 firmware * update matrix size
This commit is contained in:
		
							parent
							
								
									a2309b306a
								
							
						
					
					
						commit
						6452973761
					
				@ -16,7 +16,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* key matrix size */
 | 
					/* key matrix size */
 | 
				
			||||||
#define MATRIX_ROWS 5
 | 
					#define MATRIX_ROWS 5
 | 
				
			||||||
#define MATRIX_COLS 14
 | 
					#define MATRIX_COLS 15
 | 
				
			||||||
#define UNUSED_PINS
 | 
					#define UNUSED_PINS
 | 
				
			||||||
#define DIODE_DIRECTION COL2ROW
 | 
					#define DIODE_DIRECTION COL2ROW
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -49,7 +49,3 @@
 | 
				
			|||||||
#define DRIVER_1_LED_TOTAL 36
 | 
					#define DRIVER_1_LED_TOTAL 36
 | 
				
			||||||
#define DRIVER_2_LED_TOTAL 36
 | 
					#define DRIVER_2_LED_TOTAL 36
 | 
				
			||||||
#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
 | 
					#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
 | 
				
			||||||
 | 
					 | 
				
			||||||
#if defined(VIA_ENABLE)
 | 
					 | 
				
			||||||
#   define DYNAMIC_KEYMAP_LAYER_COUNT 2
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -14,4 +14,18 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
      _______,        _______,_______,_______,_______,_______,KC_LEFT,KC_DOWN, KC_UP,KC_RIGHT,KC_HOME,KC_END,_______,
 | 
					      _______,        _______,_______,_______,_______,_______,KC_LEFT,KC_DOWN, KC_UP,KC_RIGHT,KC_HOME,KC_END,_______,
 | 
				
			||||||
      _______,        _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,
 | 
					      _______,        _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,
 | 
				
			||||||
      _______,_______,_______,                        _______,                        _______,_______,TG(0),_______),
 | 
					      _______,_______,_______,                        _______,                        _______,_______,TG(0),_______),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    [2] = LAYOUT_60_ansi_split_bs_rshift(
 | 
				
			||||||
 | 
					      _______, _______,_______,  _______,_______,  _______,_______,  _______,_______,  _______,_______, _______,_______,_______,_______,
 | 
				
			||||||
 | 
					      _______,   _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,
 | 
				
			||||||
 | 
					      _______,        _______,_______,_______,_______,_______,_______,_______, _______,_______,_______,_______,_______,
 | 
				
			||||||
 | 
					      _______,        _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,
 | 
				
			||||||
 | 
					      _______,_______,_______,                        _______,                        _______,_______,_______,_______),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    [3] = LAYOUT_60_ansi_split_bs_rshift(
 | 
				
			||||||
 | 
					      _______, _______,_______,  _______,_______,  _______,_______,  _______,_______,  _______,_______, _______,_______,_______,_______,
 | 
				
			||||||
 | 
					      _______,   _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,
 | 
				
			||||||
 | 
					      _______,        _______,_______,_______,_______,_______,_______,_______, _______,_______,_______,_______,_______,
 | 
				
			||||||
 | 
					      _______,        _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,
 | 
				
			||||||
 | 
					      _______,_______,_______,                        _______,                        _______,_______,_______,_______)    
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
@ -1 +1,2 @@
 | 
				
			|||||||
VIA_ENABLE = yes
 | 
					VIA_ENABLE = yes
 | 
				
			||||||
 | 
					LTO_ENABLE = yes
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user