Update Keychron Q3 (#21995)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
		
							parent
							
								
									75ba2db2c1
								
							
						
					
					
						commit
						6f59236b1f
					
				
					 27 changed files with 694 additions and 459 deletions
				
			
		| 
						 | 
				
			
			@ -17,21 +17,14 @@
 | 
			
		|||
#pragma once
 | 
			
		||||
 | 
			
		||||
/* key matrix pins */
 | 
			
		||||
#define MATRIX_ROW_PINS \
 | 
			
		||||
    { B5, B4, B3, A15, A14, A13 }
 | 
			
		||||
#define MATRIX_COL_PINS \
 | 
			
		||||
    { C14, C15, A0, A1, A2, A3, A4, A5, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN }
 | 
			
		||||
#define MATRIX_ROW_PINS { B5, B4, B3, A15, A14, A13 }
 | 
			
		||||
#define MATRIX_COL_PINS { C14, C15, A0, A1, A2, A3, A4, A5, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN }
 | 
			
		||||
 | 
			
		||||
/* RGB Matrix Configuration */
 | 
			
		||||
#define DRIVER_1_LED_TOTAL 49
 | 
			
		||||
#define DRIVER_2_LED_TOTAL 43
 | 
			
		||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
 | 
			
		||||
#define RGB_MATRIX_LED_COUNT 92
 | 
			
		||||
 | 
			
		||||
#define CKLED2001_CURRENT_TUNE \
 | 
			
		||||
    { 0x94, 0x94, 0x44, 0x94, 0x94, 0x44, 0x94, 0x94, 0x44, 0x94, 0x94, 0x44 }
 | 
			
		||||
 | 
			
		||||
/* Encoder Configuration */
 | 
			
		||||
#define ENCODER_DEFAULT_POS 0x3
 | 
			
		||||
 | 
			
		||||
/* Enable CapsLcok LED */
 | 
			
		||||
#define CAPS_LOCK_LED_INDEX 51
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue