[Keyboard] Add RGB Matrix support for The Mark:65 (#11676)
* Add RGB Matrix support for Mark 65 keyboard * Update drive LED count * Removed unnecessary define line * Corrected typo Co-authored-by: filterpaper <filterpaper@localhost>
This commit is contained in:
		
							parent
							
								
									c65aecc53a
								
							
						
					
					
						commit
						ffb85b1f5d
					
				
					 3 changed files with 28 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -53,6 +53,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
#define RGBLED_NUM 24    // Number of LEDs
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/* RGB matrix support */
 | 
			
		||||
#ifdef RGB_MATRIX_ENABLE
 | 
			
		||||
#define DRIVER_LED_TOTAL 24 // Number of LEDs
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
 | 
			
		||||
 */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue