forked from mirrors/qmk_userspace
		
	Fixed L3 ISO keymap
This commit is contained in:
		
					parent
					
						
							
								79dadb3831
							
						
					
				
			
			
				commit
				
					
						0d0730bc7a
					
				
			
		
					 4 changed files with 7 additions and 3 deletions
				
			
		| 
						 | 
					@ -16,6 +16,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define VIA_FIRMWARE_VERSION 0x00000001
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef RGB_MATRIX_ENABLE
 | 
					#ifdef RGB_MATRIX_ENABLE
 | 
				
			||||||
/* RGB Matrix driver configuration */
 | 
					/* RGB Matrix driver configuration */
 | 
				
			||||||
#    define DRIVER_1_LED_COUNT 47
 | 
					#    define DRIVER_1_LED_COUNT 47
 | 
				
			||||||
| 
						 | 
					@ -23,7 +25,7 @@
 | 
				
			||||||
#    define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_COUNT + DRIVER_2_LED_COUNT)
 | 
					#    define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_COUNT + DRIVER_2_LED_COUNT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Scan phase of led driver set as MSKPHASE_9CHANNEL(defined as 0x03 in snled27351.h) */
 | 
					/* Scan phase of led driver set as MSKPHASE_9CHANNEL(defined as 0x03 in snled27351.h) */
 | 
				
			||||||
#    define PHASE_CHANNEL MSKPHASE_9CHANNEL
 | 
					#    define SNLED27351_PHASE_CHANNEL MSKPHASE_9CHANNEL
 | 
				
			||||||
/* Set LED driver current */
 | 
					/* Set LED driver current */
 | 
				
			||||||
#    define SNLED27351_CURRENT_TUNE \
 | 
					#    define SNLED27351_CURRENT_TUNE \
 | 
				
			||||||
        { 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24 }
 | 
					        { 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24 }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -58,7 +58,6 @@
 | 
				
			||||||
                {"matrix":[2,11], "x":11.75, "y":2.25},
 | 
					                {"matrix":[2,11], "x":11.75, "y":2.25},
 | 
				
			||||||
                {"matrix":[2,12], "x":12.75, "y":2.25},
 | 
					                {"matrix":[2,12], "x":12.75, "y":2.25},
 | 
				
			||||||
                {"matrix":[2,13], "x":13.75, "y":2.25},
 | 
					                {"matrix":[2,13], "x":13.75, "y":2.25},
 | 
				
			||||||
                {"matrix":[2,14], "x":14.75, "y":2.25, "w":1.5},
 | 
					 | 
				
			||||||
                {"matrix":[2,15], "x":16.5, "y":2.25},
 | 
					                {"matrix":[2,15], "x":16.5, "y":2.25},
 | 
				
			||||||
                {"matrix":[2,16], "x":17.5, "y":2.25},
 | 
					                {"matrix":[2,16], "x":17.5, "y":2.25},
 | 
				
			||||||
                {"matrix":[2,17], "x":18.5, "y":2.25},
 | 
					                {"matrix":[2,17], "x":18.5, "y":2.25},
 | 
				
			||||||
| 
						 | 
					@ -77,7 +76,8 @@
 | 
				
			||||||
                {"matrix":[3,10], "x":11, "y":3.25},
 | 
					                {"matrix":[3,10], "x":11, "y":3.25},
 | 
				
			||||||
                {"matrix":[3,11], "x":12, "y":3.25},
 | 
					                {"matrix":[3,11], "x":12, "y":3.25},
 | 
				
			||||||
                {"matrix":[3,12], "x":13, "y":3.25},
 | 
					                {"matrix":[3,12], "x":13, "y":3.25},
 | 
				
			||||||
                {"matrix":[3,14], "x":14, "y":3.25, "w":2.25},
 | 
					                {"matrix":[3,14], "x":14, "y":3.25},
 | 
				
			||||||
 | 
					                {"matrix":[2,14], "x":15, "y":2.25, "w":1.25, "h": 2},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                {"matrix":[4,0], "x":0, "y":4},
 | 
					                {"matrix":[4,0], "x":0, "y":4},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,6 +2,7 @@
 | 
				
			||||||
  "name": "Lemokey L3",
 | 
					  "name": "Lemokey L3",
 | 
				
			||||||
  "vendorId": "0x362D",
 | 
					  "vendorId": "0x362D",
 | 
				
			||||||
  "productId": "0x0130",
 | 
					  "productId": "0x0130",
 | 
				
			||||||
 | 
					  "firmwareVersion": 1,
 | 
				
			||||||
  "keycodes": ["qmk_lighting"],
 | 
					  "keycodes": ["qmk_lighting"],
 | 
				
			||||||
  "menus": [
 | 
					  "menus": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,6 +2,7 @@
 | 
				
			||||||
  "name": "Lemokey L3",
 | 
					  "name": "Lemokey L3",
 | 
				
			||||||
  "vendorId": "0x362D",
 | 
					  "vendorId": "0x362D",
 | 
				
			||||||
  "productId": "0x0131",
 | 
					  "productId": "0x0131",
 | 
				
			||||||
 | 
					  "firmwareVersion": 1,
 | 
				
			||||||
  "keycodes": ["qmk_lighting"],
 | 
					  "keycodes": ["qmk_lighting"],
 | 
				
			||||||
  "menus": [
 | 
					  "menus": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue