Skip to content

Commit

Permalink
Add ext65 rev3 (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelus22 authored Jan 9, 2023
1 parent f1aeddb commit c0caae3
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "AEboards Ext65",
"name": "AEBoards EXT65 Rev 1",
"vendorId": "0x4145",
"productId": "0xae65",
"lighting": "none",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "AEboards Ext65 REV 2",
"name": "AEBoards EXT65 Rev 2",
"vendorId": "0x4145",
"productId": "0xa652",
"lighting": "qmk_backlight_rgblight",
Expand Down
214 changes: 214 additions & 0 deletions src/aeboards/ext65/aeboards_ext65_rev3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,214 @@
{
"name": "AEBoards EXT65 Rev 3",
"vendorId": "0x4145",
"productId": "0xA653",
"lighting": "none",
"matrix":{
"rows":10,
"cols":10
},
"layouts":{
"keymap":[
[
{
"c":"#aaaaaa"
},
"0,0",
"1,0",
"0,1",
"1,1",
{
"x":0.5,
"c":"#888888"
},
"0,2",
{
"c":"#cccccc"
},
"1,2",
"0,3",
"1,3",
"0,4",
"1,4",
"0,5",
"1,5",
"0,6",
"1,6",
"0,7",
"1,7",
"0,8",
{
"c":"#aaaaaa",
"w":2
},
"1,8",
"0,9"
],
[
{
"h":2
},
"2,0",
{
"c":"#cccccc"
},
"3,0",
"2,1",
"3,1",
{
"x":0.5,
"c":"#aaaaaa",
"w":1.5
},
"2,2",
{
"c":"#cccccc"
},
"3,2",
"2,3",
"3,3",
"2,4",
"3,4",
"2,5",
"3,5",
"2,6",
"3,6",
"2,7",
"3,7",
"2,8",
{
"w":1.5
},
"3,8",
{
"c":"#aaaaaa"
},
"2,9"
],
[
{
"x":1,
"c":"#cccccc"
},
"5,0",
"4,1",
"5,1",
{
"x":0.5,
"c":"#aaaaaa",
"w":1.75
},
"4,2",
{
"c":"#cccccc"
},
"5,2",
"4,3",
"5,3",
"4,4",
"5,4",
"4,5",
"5,5",
"4,6",
"5,6",
"4,7",
"5,7",
{
"c":"#aaaaaa",
"w":2.25
},
"4,8",
"4,9"
],
[
{
"h":2
},
"6,0",
{
"c":"#cccccc"
},
"7,0",
"6,1",
"7,1",
{
"x":0.5,
"c":"#aaaaaa",
"w":2.25
},
"6,2",
{
"c":"#cccccc"
},
"7,2",
"6,3",
"7,3",
"6,4",
"7,4",
"6,5",
"7,5",
"6,6",
"7,6",
"6,7",
{
"c":"#aaaaaa",
"w":1.75
},
"7,8",
{
"c":"#888888"
},
"6,8",
{
"c":"#aaaaaa"
},
"7,9"
],
[
{
"x":1,
"c":"#cccccc"
},
"9,0",
{
"w":2
},
"8,1",
{
"x":0.5,
"c":"#aaaaaa",
"w":1.25
},
"8,2",
{
"w":1.25
},
"9,2",
{
"w":1.25
},
"8,3",
{
"c":"#cccccc",
"w":6.25
},
"8,5",
{
"c":"#aaaaaa",
"w":1.5
},
"9,6",
{
"w":1.5
},
"8,7",
{
"c":"#888888"
},
"9,8",
"8,8",
"9,9"
]
]
}
}

0 comments on commit c0caae3

Please sign in to comment.