[Keyboard] Fix error_log complaint about handwired/onekey layout macro (#9263)
This commit is contained in:
		
							parent
							
								
									d7523c1260
								
							
						
					
					
						commit
						407d6a2b67
					
				
					 10 changed files with 44 additions and 50 deletions
				
			
		| 
						 | 
				
			
			@ -1,11 +1,11 @@
 | 
			
		|||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
  LAYOUT( RGB_MOD )
 | 
			
		||||
    LAYOUT_ortho_1x1(RGB_MOD)
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
void keyboard_post_init_user(void) {
 | 
			
		||||
  rgblight_enable_noeeprom();
 | 
			
		||||
  rgblight_sethsv_noeeprom_cyan();
 | 
			
		||||
  rgblight_mode_noeeprom(RGBLIGHT_MODE_RAINBOW_SWIRL);
 | 
			
		||||
    rgblight_enable_noeeprom();
 | 
			
		||||
    rgblight_sethsv_noeeprom_cyan();
 | 
			
		||||
    rgblight_mode_noeeprom(RGBLIGHT_MODE_RAINBOW_SWIRL);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue