diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-30 18:18:01 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-30 18:18:01 +0000 |
commit | de1898e69e6338d51a4f28d0b1418d2c06b7e77b (patch) | |
tree | 8e63bdb4cd7f7d1595d41d07586b7a42b23f3cf2 | |
parent | d34e61a43c6a6009282b5db5d0453c1c7dba7041 (diff) | |
parent | e180524c10a8d740dce193c8596af3957b4a9dd9 (diff) | |
download | qmk_firmware-de1898e69e6338d51a4f28d0b1418d2c06b7e77b.tar.gz qmk_firmware-de1898e69e6338d51a4f28d0b1418d2c06b7e77b.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/tiger910/info.json | 2 | ||||
-rw-r--r-- | keyboards/txuu/info.json | 7 | ||||
-rw-r--r-- | keyboards/txuu/txuu.h | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/tiger910/info.json b/keyboards/tiger910/info.json index 0701fbdd3..01a0ab425 100644 --- a/keyboards/tiger910/info.json +++ b/keyboards/tiger910/info.json | |||
@@ -64,7 +64,7 @@ | |||
64 | {"label":"K3C (B3,D1)", "x":12.25, "y":3, "w":1.75}, | 64 | {"label":"K3C (B3,D1)", "x":12.25, "y":3, "w":1.75}, |
65 | {"label":"K3E (B3,D3)", "x":14, "y":3}, | 65 | {"label":"K3E (B3,D3)", "x":14, "y":3}, |
66 | {"label":"K3F (B3,D4)", "x":15, "y":3}, | 66 | {"label":"K3F (B3,D4)", "x":15, "y":3}, |
67 | {"label":"K40 (B4,B5)", "x":0, "y":4, "w":1.56}, | 67 | {"label":"K40 (B4,B5)", "x":0, "y":4, "w":1.5}, |
68 | {"label":"K41 (B4,B6)", "x":1.5, "y":4}, | 68 | {"label":"K41 (B4,B6)", "x":1.5, "y":4}, |
69 | {"label":"K42 (B4,B7)", "x":2.5, "y":4, "w":1.5}, | 69 | {"label":"K42 (B4,B7)", "x":2.5, "y":4, "w":1.5}, |
70 | {"label":"K46 (B4,C3)", "x":4, "y":4, "w":7}, | 70 | {"label":"K46 (B4,C3)", "x":4, "y":4, "w":7}, |
diff --git a/keyboards/txuu/info.json b/keyboards/txuu/info.json index 7225605f5..d3dd0a8c2 100644 --- a/keyboards/txuu/info.json +++ b/keyboards/txuu/info.json | |||
@@ -3,8 +3,11 @@ | |||
3 | "maintainer": "matthewdias", | 3 | "maintainer": "matthewdias", |
4 | "width": 16, | 4 | "width": 16, |
5 | "height": 5, | 5 | "height": 5, |
6 | "layout_aliases": { | ||
7 | "LAYOUT": "LAYOUT_65_ansi_blocker_split_bs" | ||
8 | }, | ||
6 | "layouts": { | 9 | "layouts": { |
7 | "LAYOUT": { | 10 | "LAYOUT_65_ansi_blocker_split_bs": { |
8 | "layout": [ | 11 | "layout": [ |
9 | {"label":"0,0", "x":0, "y":0}, | 12 | {"label":"0,0", "x":0, "y":0}, |
10 | {"label":"0,1", "x":1, "y":0}, | 13 | {"label":"0,1", "x":1, "y":0}, |
@@ -77,4 +80,4 @@ | |||
77 | ] | 80 | ] |
78 | } | 81 | } |
79 | } | 82 | } |
80 | } \ No newline at end of file | 83 | } |
diff --git a/keyboards/txuu/txuu.h b/keyboards/txuu/txuu.h index 2de782c64..6ba459804 100644 --- a/keyboards/txuu/txuu.h +++ b/keyboards/txuu/txuu.h | |||
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
21 | 21 | ||
22 | #define XXX KC_NO | 22 | #define XXX KC_NO |
23 | 23 | ||
24 | #define LAYOUT( \ | 24 | #define LAYOUT_65_ansi_blocker_split_bs( \ |
25 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, \ | 25 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, \ |
26 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1E, K1F, \ | 26 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1E, K1F, \ |
27 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, K2F, \ | 27 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, K2F, \ |