Add Prime_L V2 and Prime_EXL Plus (#8111)
* correct indicator light states. function of indicator lights was inverted. these changes correct that. * flesh out keymaps pre production * Enable extrakey in rules * Prime_BLE initial commit * Initial commit for Prime_L V2 * Update info.json correct key spacing. * update copyright * Update readme.md * Inital commit * updates before PR into QMK master * Drop Prime_EXL Plus from PR. Make requested changes to Prime_L V2 * Rename keyboards/primekb/Prime_l_v2/config.h to keyboards/primekb/prime_l_v2/config.h * Rename keyboards/primekb/prime_l_v2/config.h to keyboards/primekb/Prime_l_v2/config.h * remove directory Prime_l_v2 * re-submit with proper folder name.
This commit is contained in:
		
							parent
							
								
									073537d7e4
								
							
						
					
					
						commit
						32005f87fc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -92,7 +92,7 @@ void led_set_user(uint8_t usb_led) {
 | 
			
		|||
//function for layer indicator LED
 | 
			
		||||
uint32_t layer_state_set_user(uint32_t state)
 | 
			
		||||
{
 | 
			
		||||
    if (biton32(state) == 2) {
 | 
			
		||||
    if (biton32(state) == 1) {
 | 
			
		||||
    writePinHigh(C6);
 | 
			
		||||
	} else {
 | 
			
		||||
		writePinLow(C6);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue