forked from mirrors/qmk_userspace
		
	studiokestra/line_tkl: correct layout data (#22455)
* fix `layouts` data * add EoF
This commit is contained in:
		
					parent
					
						
							
								935c894f83
							
						
					
				
			
			
				commit
				
					
						0189c485b9
					
				
			
		
					 1 changed files with 180 additions and 183 deletions
				
			
		| 
						 | 
					@ -12,6 +12,11 @@
 | 
				
			||||||
        "mousekey": true,
 | 
					        "mousekey": true,
 | 
				
			||||||
        "nkro": true
 | 
					        "nkro": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "indicators": {
 | 
				
			||||||
 | 
					        "caps_lock": "B6",
 | 
				
			||||||
 | 
					        "on_state": 1,
 | 
				
			||||||
 | 
					        "scroll_lock": "D2"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "matrix_pins": {
 | 
					    "matrix_pins": {
 | 
				
			||||||
        "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "B5", "D5", "D3"],
 | 
					        "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "B5", "D5", "D3"],
 | 
				
			||||||
        "rows": ["D0", "D1", "B0", "B7", "B3", "E6", "C7", "C6", "B4", "D7", "D6", "D4"]
 | 
					        "rows": ["D0", "D1", "B0", "B7", "B3", "E6", "C7", "C6", "B4", "D7", "D6", "D4"]
 | 
				
			||||||
| 
						 | 
					@ -23,30 +28,22 @@
 | 
				
			||||||
        "pid": "0x8704",
 | 
					        "pid": "0x8704",
 | 
				
			||||||
        "vid": "0x7C10"
 | 
					        "vid": "0x7C10"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "indicators": {
 | 
					    "community_layouts": ["tkl_ansi_tsangan", "tkl_ansi_tsangan_split_bs_rshift"],
 | 
				
			||||||
        "caps_lock": "B6",
 | 
					 | 
				
			||||||
        "scroll_lock": "D2",
 | 
					 | 
				
			||||||
        "on_state": 1
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "community_layouts": [
 | 
					 | 
				
			||||||
        "tkl_ansi_tsangan",
 | 
					 | 
				
			||||||
        "tkl_ansi_tsangan_split_bs_rshift"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "layouts": {
 | 
					    "layouts": {
 | 
				
			||||||
        "LAYOUT_tkl_ansi_tsangan": {
 | 
					        "LAYOUT_tkl_ansi_tsangan": {
 | 
				
			||||||
            "layout": [
 | 
					            "layout": [
 | 
				
			||||||
                {"matrix": [0, 0], "x": 0, "y": 0},
 | 
					                {"matrix": [0, 0], "x": 0, "y": 0},
 | 
				
			||||||
                { "matrix": [0,1], "x":2.25, "y":0}, 
 | 
					                {"matrix": [0, 1], "x": 2, "y": 0},
 | 
				
			||||||
                { "matrix": [0,2], "x":3.25, "y":0}, 
 | 
					                {"matrix": [0, 2], "x": 3, "y": 0},
 | 
				
			||||||
                { "matrix": [1,2], "x":4.25, "y":0}, 
 | 
					                {"matrix": [1, 2], "x": 4, "y": 0},
 | 
				
			||||||
                { "matrix": [0,3], "x":5.5, "y":0}, 
 | 
					                {"matrix": [0, 3], "x": 5, "y": 0},
 | 
				
			||||||
                {"matrix": [1, 3], "x": 6.5, "y": 0},
 | 
					                {"matrix": [1, 3], "x": 6.5, "y": 0},
 | 
				
			||||||
                {"matrix": [0, 4], "x": 7.5, "y": 0},
 | 
					                {"matrix": [0, 4], "x": 7.5, "y": 0},
 | 
				
			||||||
                {"matrix": [1, 4], "x": 8.5, "y": 0},
 | 
					                {"matrix": [1, 4], "x": 8.5, "y": 0},
 | 
				
			||||||
                { "matrix": [0,5], "x":9.75, "y":0}, 
 | 
					                {"matrix": [0, 5], "x": 9.5, "y": 0},
 | 
				
			||||||
                { "matrix": [1,5], "x":10.75, "y":0}, 
 | 
					                {"matrix": [1, 5], "x": 11, "y": 0},
 | 
				
			||||||
                { "matrix": [0,6], "x":11.75, "y":0}, 
 | 
					                {"matrix": [0, 6], "x": 12, "y": 0},
 | 
				
			||||||
                { "matrix": [1,6], "x":12.75, "y":0}, 
 | 
					                {"matrix": [1, 6], "x": 13, "y": 0},
 | 
				
			||||||
                {"matrix": [0, 7], "x": 14, "y": 0},
 | 
					                {"matrix": [0, 7], "x": 14, "y": 0},
 | 
				
			||||||
                {"matrix": [1, 7], "x": 15.25, "y": 0},
 | 
					                {"matrix": [1, 7], "x": 15.25, "y": 0},
 | 
				
			||||||
                {"matrix": [0, 8], "x": 16.25, "y": 0},
 | 
					                {"matrix": [0, 8], "x": 16.25, "y": 0},
 | 
				
			||||||
| 
						 | 
					@ -64,7 +61,7 @@
 | 
				
			||||||
                {"matrix": [2, 5], "x": 10, "y": 1.25},
 | 
					                {"matrix": [2, 5], "x": 10, "y": 1.25},
 | 
				
			||||||
                {"matrix": [3, 5], "x": 11, "y": 1.25},
 | 
					                {"matrix": [3, 5], "x": 11, "y": 1.25},
 | 
				
			||||||
                {"matrix": [2, 6], "x": 12, "y": 1.25},
 | 
					                {"matrix": [2, 6], "x": 12, "y": 1.25},
 | 
				
			||||||
                { "matrix": [3,6], "x":13, "y":1.25}, 
 | 
					                {"matrix": [3, 6], "x": 13, "y": 1.25, "w": 2},
 | 
				
			||||||
                {"matrix": [3, 7], "x": 15.25, "y": 1.25},
 | 
					                {"matrix": [3, 7], "x": 15.25, "y": 1.25},
 | 
				
			||||||
                {"matrix": [2, 8], "x": 16.25, "y": 1.25},
 | 
					                {"matrix": [2, 8], "x": 16.25, "y": 1.25},
 | 
				
			||||||
                {"matrix": [3, 8], "x": 17.25, "y": 1.25},
 | 
					                {"matrix": [3, 8], "x": 17.25, "y": 1.25},
 | 
				
			||||||
| 
						 | 
					@ -98,7 +95,7 @@
 | 
				
			||||||
                {"matrix": [6, 5], "x": 10.75, "y": 3.25},
 | 
					                {"matrix": [6, 5], "x": 10.75, "y": 3.25},
 | 
				
			||||||
                {"matrix": [7, 5], "x": 11.75, "y": 3.25},
 | 
					                {"matrix": [7, 5], "x": 11.75, "y": 3.25},
 | 
				
			||||||
                {"matrix": [6, 6], "x": 12.75, "y": 3.25, "w": 2.25},
 | 
					                {"matrix": [6, 6], "x": 12.75, "y": 3.25, "w": 2.25},
 | 
				
			||||||
                { "matrix": [8,0], "x":0, "y":4.25, "w":1.25}, 
 | 
					                {"matrix": [8, 0], "x": 0, "y": 4.25, "w": 2.25},
 | 
				
			||||||
                {"matrix": [8, 1], "x": 2.25, "y": 4.25},
 | 
					                {"matrix": [8, 1], "x": 2.25, "y": 4.25},
 | 
				
			||||||
                {"matrix": [9, 1], "x": 3.25, "y": 4.25},
 | 
					                {"matrix": [9, 1], "x": 3.25, "y": 4.25},
 | 
				
			||||||
                {"matrix": [8, 2], "x": 4.25, "y": 4.25},
 | 
					                {"matrix": [8, 2], "x": 4.25, "y": 4.25},
 | 
				
			||||||
| 
						 | 
					@ -109,7 +106,7 @@
 | 
				
			||||||
                {"matrix": [9, 4], "x": 9.25, "y": 4.25},
 | 
					                {"matrix": [9, 4], "x": 9.25, "y": 4.25},
 | 
				
			||||||
                {"matrix": [8, 5], "x": 10.25, "y": 4.25},
 | 
					                {"matrix": [8, 5], "x": 10.25, "y": 4.25},
 | 
				
			||||||
                {"matrix": [9, 5], "x": 11.25, "y": 4.25},
 | 
					                {"matrix": [9, 5], "x": 11.25, "y": 4.25},
 | 
				
			||||||
                { "matrix": [8,6], "x":12.25, "y":4.25, "w":1.75},
 | 
					                {"matrix": [8, 6], "x": 12.25, "y": 4.25, "w": 2.75},
 | 
				
			||||||
                {"matrix": [9, 8], "x": 16.25, "y": 4.25},
 | 
					                {"matrix": [9, 8], "x": 16.25, "y": 4.25},
 | 
				
			||||||
                {"matrix": [10, 0], "x": 0, "y": 5.25, "w": 1.5},
 | 
					                {"matrix": [10, 0], "x": 0, "y": 5.25, "w": 1.5},
 | 
				
			||||||
                {"matrix": [11, 0], "x": 1.5, "y": 5.25},
 | 
					                {"matrix": [11, 0], "x": 1.5, "y": 5.25},
 | 
				
			||||||
| 
						 | 
					@ -126,17 +123,17 @@
 | 
				
			||||||
        "LAYOUT_tkl_ansi_tsangan_split_bs_rshift": {
 | 
					        "LAYOUT_tkl_ansi_tsangan_split_bs_rshift": {
 | 
				
			||||||
            "layout": [
 | 
					            "layout": [
 | 
				
			||||||
                {"matrix": [0, 0], "x": 0, "y": 0},
 | 
					                {"matrix": [0, 0], "x": 0, "y": 0},
 | 
				
			||||||
                { "matrix": [0,1], "x":2.25, "y":0}, 
 | 
					                {"matrix": [0, 1], "x": 2, "y": 0},
 | 
				
			||||||
                { "matrix": [0,2], "x":3.25, "y":0}, 
 | 
					                {"matrix": [0, 2], "x": 3, "y": 0},
 | 
				
			||||||
                { "matrix": [1,2], "x":4.25, "y":0}, 
 | 
					                {"matrix": [1, 2], "x": 4, "y": 0},
 | 
				
			||||||
                { "matrix": [0,3], "x":5.5, "y":0}, 
 | 
					                {"matrix": [0, 3], "x": 5, "y": 0},
 | 
				
			||||||
                {"matrix": [1, 3], "x": 6.5, "y": 0},
 | 
					                {"matrix": [1, 3], "x": 6.5, "y": 0},
 | 
				
			||||||
                {"matrix": [0, 4], "x": 7.5, "y": 0},
 | 
					                {"matrix": [0, 4], "x": 7.5, "y": 0},
 | 
				
			||||||
                {"matrix": [1, 4], "x": 8.5, "y": 0},
 | 
					                {"matrix": [1, 4], "x": 8.5, "y": 0},
 | 
				
			||||||
                { "matrix": [0,5], "x":9.75, "y":0}, 
 | 
					                {"matrix": [0, 5], "x": 9.5, "y": 0},
 | 
				
			||||||
                { "matrix": [1,5], "x":10.75, "y":0}, 
 | 
					                {"matrix": [1, 5], "x": 11, "y": 0},
 | 
				
			||||||
                { "matrix": [0,6], "x":11.75, "y":0}, 
 | 
					                {"matrix": [0, 6], "x": 12, "y": 0},
 | 
				
			||||||
                { "matrix": [1,6], "x":12.75, "y":0}, 
 | 
					                {"matrix": [1, 6], "x": 13, "y": 0},
 | 
				
			||||||
                {"matrix": [0, 7], "x": 14, "y": 0},
 | 
					                {"matrix": [0, 7], "x": 14, "y": 0},
 | 
				
			||||||
                {"matrix": [1, 7], "x": 15.25, "y": 0},
 | 
					                {"matrix": [1, 7], "x": 15.25, "y": 0},
 | 
				
			||||||
                {"matrix": [0, 8], "x": 16.25, "y": 0},
 | 
					                {"matrix": [0, 8], "x": 16.25, "y": 0},
 | 
				
			||||||
| 
						 | 
					@ -189,7 +186,7 @@
 | 
				
			||||||
                {"matrix": [6, 5], "x": 10.75, "y": 3.25},
 | 
					                {"matrix": [6, 5], "x": 10.75, "y": 3.25},
 | 
				
			||||||
                {"matrix": [7, 5], "x": 11.75, "y": 3.25},
 | 
					                {"matrix": [7, 5], "x": 11.75, "y": 3.25},
 | 
				
			||||||
                {"matrix": [6, 6], "x": 12.75, "y": 3.25, "w": 2.25},
 | 
					                {"matrix": [6, 6], "x": 12.75, "y": 3.25, "w": 2.25},
 | 
				
			||||||
                { "matrix": [8,0], "x":0, "y":4.25, "w":1.25}, 
 | 
					                {"matrix": [8, 0], "x": 0, "y": 4.25, "w": 2.25},
 | 
				
			||||||
                {"matrix": [8, 1], "x": 2.25, "y": 4.25},
 | 
					                {"matrix": [8, 1], "x": 2.25, "y": 4.25},
 | 
				
			||||||
                {"matrix": [9, 1], "x": 3.25, "y": 4.25},
 | 
					                {"matrix": [9, 1], "x": 3.25, "y": 4.25},
 | 
				
			||||||
                {"matrix": [8, 2], "x": 4.25, "y": 4.25},
 | 
					                {"matrix": [8, 2], "x": 4.25, "y": 4.25},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue