mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 15:22:41 +01:00 
			
		
		
		
	Keyboard: Fixing Omnikey lock light issue (#3891)
This commit is contained in:
		
							parent
							
								
									b8a0d3de3d
								
							
						
					
					
						commit
						7ff4faf3be
					
				@ -1,9 +1,5 @@
 | 
				
			|||||||
#include QMK_KEYBOARD_H
 | 
					#include QMK_KEYBOARD_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Fillers to make layering more clear
 | 
					 | 
				
			||||||
#define _______ KC_TRNS
 | 
					 | 
				
			||||||
#define XXXXXXX KC_NO
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
					const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  [0] = LAYOUT(\
 | 
					  [0] = LAYOUT(\
 | 
				
			||||||
@ -26,7 +22,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
  ),
 | 
					  ),
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void led_set_kb(uint8_t usb_led) {
 | 
					void led_set_user(uint8_t usb_led) {
 | 
				
			||||||
  DDRB |= (1 << 4) | (1 << 5) | (1 << 6);
 | 
					  DDRB |= (1 << 4) | (1 << 5) | (1 << 6);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (usb_led & (1 << USB_LED_NUM_LOCK)) {
 | 
					  if (usb_led & (1 << USB_LED_NUM_LOCK)) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user