[Keyboard] Updates to ZSA boards (#6513)
* Update Layer functions to use layer_state_t in ZSA Boards * Update Music Mask for ZSA boards Fixes an issue with the board getting stuck on Adjust layer when activating music mode * Add Support for SMART LED Toggle to Planck EZ * Add support for SMART LED toggle in Ergodox EZ * Ifdef swiss cheeze for Oryx Configurator * Documentation and updates * Add Oryx Keymap * Add option to configure the layers for the Layer Indicator * Update keymap with better examples * Make sure eeprom is initialized before reading from it * Force flush of LED matrix when suspending board This fixes an issue where the LEDs don't fully clear sometimes when the host system goes to sleep * Enable RGB Sleeping by default * Add clarification about planck ez led layer config
This commit is contained in:
		
							parent
							
								
									1c5b0cbbeb
								
							
						
					
					
						commit
						94efa18c28
					
				
					 12 changed files with 629 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -85,6 +85,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
 | 
			
		||||
#define RGBW 1
 | 
			
		||||
 | 
			
		||||
#define RGBLIGHT_SLEEP
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * The debounce filtering reports a key/switch change directly,
 | 
			
		||||
 * without any extra delay. After that the debounce logic will filter
 | 
			
		||||
| 
						 | 
				
			
			@ -112,6 +114,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
#define RGB_MATRIX_LED_PROCESS_LIMIT 5
 | 
			
		||||
#define RGB_MATRIX_LED_FLUSH_LIMIT 26
 | 
			
		||||
 | 
			
		||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
 | 
			
		||||
 | 
			
		||||
// #define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF
 | 
			
		||||
/* #define RGBLIGHT_COLOR_LAYER_1 0x00, 0x00, 0xFF */
 | 
			
		||||
/* #define RGBLIGHT_COLOR_LAYER_2 0xFF, 0x00, 0x00 */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue