Move single LAYOUTs to data driven (#20365)
				
					
				
			This commit is contained in:
		
							parent
							
								
									941e159a28
								
							
						
					
					
						commit
						5bd68e3695
					
				
					 1443 changed files with 45214 additions and 59923 deletions
				
			
		| 
						 | 
				
			
			@ -18,48 +18,52 @@
 | 
			
		|||
    "layouts": {
 | 
			
		||||
        "LAYOUT": {
 | 
			
		||||
            "layout": [
 | 
			
		||||
                {"label":"K00 (F4,D1)", "x":0.5, "y":0},
 | 
			
		||||
                {"label":"K01 (F4,D0)", "x":1.5, "y":0},
 | 
			
		||||
                {"label":"K02 (F4,D4)", "x":2.5, "y":0},
 | 
			
		||||
                {"label":"K03 (F4,B6)", "x":3.5, "y":0},
 | 
			
		||||
                {"label":"K04 (F4,B2)", "x":4.5, "y":0},
 | 
			
		||||
                {"label":"K10 (C6,D1)", "x":0, "y":1},
 | 
			
		||||
                {"label":"K11 (C6,D0)", "x":1, "y":1},
 | 
			
		||||
                {"label":"K12 (C6,D4)", "x":2, "y":1},
 | 
			
		||||
                {"label":"K13 (C6,B6)", "x":3, "y":1},
 | 
			
		||||
                {"label":"K14 (C6,B2)", "x":4, "y":1},
 | 
			
		||||
                {"label":"K15 (C6,B3)", "x":5, "y":1},
 | 
			
		||||
                {"label":"K16 (C6,B1)", "x":6, "y":1},
 | 
			
		||||
                {"label":"K17 (C6,F7)", "x":7, "y":1},
 | 
			
		||||
                {"label":"K18 (C6,F6)", "x":8, "y":1},
 | 
			
		||||
                {"label":"K19 (C6,F5)", "x":9, "y":1, "w":1.25},
 | 
			
		||||
                {"label":"K20 (D7,D1)", "x":0, "y":2, "w":1.25},
 | 
			
		||||
                {"label":"K21 (D7,D0)", "x":1.25, "y":2},
 | 
			
		||||
                {"label":"K22 (D7,D4)", "x":2.25, "y":2},
 | 
			
		||||
                {"label":"K23 (D7,B6)", "x":3.25, "y":2},
 | 
			
		||||
                {"label":"K24 (D7,B2)", "x":4.25, "y":2},
 | 
			
		||||
                {"label":"K25 (D7,B3)", "x":5.25, "y":2},
 | 
			
		||||
                {"label":"K26 (D7,B1)", "x":6.25, "y":2},
 | 
			
		||||
                {"label":"K27 (D7,F7)", "x":7.25, "y":2},
 | 
			
		||||
                {"label":"K28 (D7,F6)", "x":8.25, "y":2},
 | 
			
		||||
                {"label":"K29 (D7,F5)", "x":9.25, "y":2},
 | 
			
		||||
                {"label":"K30 (E6,D1)", "x":0, "y":3, "w":1.75},
 | 
			
		||||
                {"label":"K31 (E6,D0)", "x":1.75, "y":3},
 | 
			
		||||
                {"label":"K32 (E6,D4)", "x":2.75, "y":3},
 | 
			
		||||
                {"label":"K33 (E6,B6)", "x":3.75, "y":3},
 | 
			
		||||
                {"label":"K34 (E6,B2)", "x":4.75, "y":3},
 | 
			
		||||
                {"label":"K35 (E6,B3)", "x":5.75, "y":3},
 | 
			
		||||
                {"label":"K36 (E6,B1)", "x":6.75, "y":3},
 | 
			
		||||
                {"label":"K37 (E6,F7)", "x":7.75, "y":3},
 | 
			
		||||
                {"label":"K38 (E6,F6)", "x":8.75, "y":3, "w":1.5},
 | 
			
		||||
                {"label":"K40 (B4,D1)", "x":0, "y":4},
 | 
			
		||||
                {"label":"K41 (B4,D0)", "x":1, "y":4},
 | 
			
		||||
                {"label":"K42 (B4,D4)", "x":2, "y":4},
 | 
			
		||||
                {"label":"K43 (B4,B6)", "x":3, "y":4, "w":2.25},
 | 
			
		||||
                {"label":"K44 (B4,B2)", "x":5.25, "y":4, "w":2},
 | 
			
		||||
                {"label":"K45 (B4,B3)", "x":7.25, "y":4},
 | 
			
		||||
                {"label":"K46 (B4,B1)", "x":8.25, "y":4},
 | 
			
		||||
                {"label":"K47 (B4,F7)", "x":9.25, "y":4}
 | 
			
		||||
                {"matrix": [0, 0], "x": 0.5, "y": 0},
 | 
			
		||||
                {"matrix": [0, 1], "x": 1.5, "y": 0},
 | 
			
		||||
                {"matrix": [0, 2], "x": 2.5, "y": 0},
 | 
			
		||||
                {"matrix": [0, 3], "x": 3.5, "y": 0},
 | 
			
		||||
                {"matrix": [0, 4], "x": 4.5, "y": 0},
 | 
			
		||||
 | 
			
		||||
                {"matrix": [1, 0], "x": 0, "y": 1},
 | 
			
		||||
                {"matrix": [1, 1], "x": 1, "y": 1},
 | 
			
		||||
                {"matrix": [1, 2], "x": 2, "y": 1},
 | 
			
		||||
                {"matrix": [1, 3], "x": 3, "y": 1},
 | 
			
		||||
                {"matrix": [1, 4], "x": 4, "y": 1},
 | 
			
		||||
                {"matrix": [1, 5], "x": 5, "y": 1},
 | 
			
		||||
                {"matrix": [1, 6], "x": 6, "y": 1},
 | 
			
		||||
                {"matrix": [1, 7], "x": 7, "y": 1},
 | 
			
		||||
                {"matrix": [1, 8], "x": 8, "y": 1},
 | 
			
		||||
                {"matrix": [1, 9], "x": 9, "y": 1, "w": 1.25},
 | 
			
		||||
 | 
			
		||||
                {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.25},
 | 
			
		||||
                {"matrix": [2, 1], "x": 1.25, "y": 2},
 | 
			
		||||
                {"matrix": [2, 2], "x": 2.25, "y": 2},
 | 
			
		||||
                {"matrix": [2, 3], "x": 3.25, "y": 2},
 | 
			
		||||
                {"matrix": [2, 4], "x": 4.25, "y": 2},
 | 
			
		||||
                {"matrix": [2, 5], "x": 5.25, "y": 2},
 | 
			
		||||
                {"matrix": [2, 6], "x": 6.25, "y": 2},
 | 
			
		||||
                {"matrix": [2, 7], "x": 7.25, "y": 2},
 | 
			
		||||
                {"matrix": [2, 8], "x": 8.25, "y": 2},
 | 
			
		||||
                {"matrix": [2, 9], "x": 9.25, "y": 2},
 | 
			
		||||
 | 
			
		||||
                {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
 | 
			
		||||
                {"matrix": [3, 1], "x": 1.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 2], "x": 2.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 3], "x": 3.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 4], "x": 4.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 5], "x": 5.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 6], "x": 6.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 7], "x": 7.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 8], "x": 8.75, "y": 3, "w": 1.5},
 | 
			
		||||
 | 
			
		||||
                {"matrix": [4, 0], "x": 0, "y": 4},
 | 
			
		||||
                {"matrix": [4, 1], "x": 1, "y": 4},
 | 
			
		||||
                {"matrix": [4, 2], "x": 2, "y": 4},
 | 
			
		||||
                {"matrix": [4, 3], "x": 3, "y": 4, "w": 2.25},
 | 
			
		||||
                {"matrix": [4, 4], "x": 5.25, "y": 4, "w": 2},
 | 
			
		||||
                {"matrix": [4, 5], "x": 7.25, "y": 4},
 | 
			
		||||
                {"matrix": [4, 6], "x": 8.25, "y": 4},
 | 
			
		||||
                {"matrix": [4, 7], "x": 9.25, "y": 4}
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,34 +0,0 @@
 | 
			
		|||
/* Copyright 2021 rjboone
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
 | 
			
		||||
#define XXX KC_NO
 | 
			
		||||
 | 
			
		||||
#define LAYOUT( \
 | 
			
		||||
    K01, K06, K11, K16, K21, \
 | 
			
		||||
    K02, K07, K12, K17, K22, K26, K30, K34, K38,  K41, \
 | 
			
		||||
    K03,  K08, K13, K18, K23, K27, K31, K35, K39, K42, \
 | 
			
		||||
    K04,    K09, K14, K19, K24, K28, K32, K36,    K40, \
 | 
			
		||||
    K05, K10, K15,     K20,    K25,    K29, K33, K37 \
 | 
			
		||||
) { \
 | 
			
		||||
    { K01, K06, K11, K16, K21, XXX, XXX, XXX, XXX, XXX }, \
 | 
			
		||||
    { K02, K07, K12, K17, K22, K26, K30, K34, K38, K41 }, \
 | 
			
		||||
    { K03, K08, K13, K18, K23, K27, K31, K35, K39, K42 }, \
 | 
			
		||||
    { K04, K09, K14, K19, K24, K28, K32, K36, K40, XXX }, \
 | 
			
		||||
    { K05, K10, K15, K20, K25, K29, K33, K37, XXX, XXX } \
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue