|
|
@@ -33,8 +33,15 @@
|
|
|
},
|
|
|
"processor": "atmega32u2",
|
|
|
"bootloader": "atmel-dfu",
|
|
|
+ "community_layouts": ["65_ansi", "65_ansi_split_bs", "65_ansi_blocker", "65_ansi_blocker_split_bs"],
|
|
|
+ "layout_aliases": {
|
|
|
+ "LAYOUT_normie": "LAYOUT_65_ansi",
|
|
|
+ "LAYOUT_spicy": "LAYOUT_65_ansi_split_bs",
|
|
|
+ "LAYOUT_dank": "LAYOUT_65_ansi_blocker",
|
|
|
+ "LAYOUT_meme": "LAYOUT_65_ansi_blocker_split_bs",
|
|
|
+ },
|
|
|
"layouts": {
|
|
|
- "LAYOUT_spicy": {
|
|
|
+ "LAYOUT_65_ansi_split_bs": {
|
|
|
"layout": [
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
{"matrix": [1, 0], "x": 1, "y": 0},
|
|
|
@@ -111,7 +118,7 @@
|
|
|
{"matrix": [9, 7], "x": 15, "y": 4}
|
|
|
]
|
|
|
},
|
|
|
- "LAYOUT_normie": {
|
|
|
+ "LAYOUT_65_ansi": {
|
|
|
"layout": [
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
{"matrix": [1, 0], "x": 1, "y": 0},
|
|
|
@@ -187,7 +194,7 @@
|
|
|
{"matrix": [9, 7], "x": 15, "y": 4}
|
|
|
]
|
|
|
},
|
|
|
- "LAYOUT_dank": {
|
|
|
+ "LAYOUT_65_ansi_blocker": {
|
|
|
"layout": [
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
{"matrix": [1, 0], "x": 1, "y": 0},
|
|
|
@@ -262,7 +269,7 @@
|
|
|
{"matrix": [9, 7], "x": 15, "y": 4}
|
|
|
]
|
|
|
},
|
|
|
- "LAYOUT_meme": {
|
|
|
+ "LAYOUT_65_ansi_blocker_split_bs": {
|
|
|
"layout": [
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
{"matrix": [1, 0], "x": 1, "y": 0},
|