summaryrefslogtreecommitdiffstats
path: root/keyboards/flehrad/tradestation/info.json
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-08-05 22:18:17 -0700
committerGitHub <noreply@github.com>2021-08-05 22:18:17 -0700
commitb9a1b61f6ac42bbd73123d86058ec8b7048d5da6 (patch)
treee26358969037d4dcd0750c20f3ab3de53d58739a /keyboards/flehrad/tradestation/info.json
parent28b59c30d2aa73ea56b3f16cf341bdc2883f11d8 (diff)
Flehrad Tradestation Refactor (#13897)
* add license headers Apache 2.0 per the included `license` file. * info.json: use human-friendly formatting * refactor keymaps - split `default` keymap into `default` and `tradestation` keymaps (one for each layout) - remove boilerplate functions - apply four-space indent * partial clean up of rules.mk - update section header comment blocks
Diffstat (limited to 'keyboards/flehrad/tradestation/info.json')
-rw-r--r--keyboards/flehrad/tradestation/info.json40
1 files changed, 38 insertions, 2 deletions
diff --git a/keyboards/flehrad/tradestation/info.json b/keyboards/flehrad/tradestation/info.json
index 233eb6282e..d90769bed3 100644
--- a/keyboards/flehrad/tradestation/info.json
+++ b/keyboards/flehrad/tradestation/info.json
@@ -6,10 +6,46 @@
"height": 4.5,
"layouts": {
"LAYOUT_tradestation": {
- "layout": [{"x":0, "y":0},{"x":1.125, "y":0},{"x":2.25, "y":0},{"x":3.375, "y":0},{"x":0, "y":1.1},{"x":1.125, "y":1.1},{"x":2.25, "y":1.1},{"x":3.375, "y":1.1},{"x":0, "y":2.25, "w":2},{"x":2.25, "y":2.25, "w":2},{"x":0, "y":3.5, "w":2},{"x":2.25, "y":3.5, "w":2}]
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1.125, "y":0},
+ {"x":2.25, "y":0},
+ {"x":3.375, "y":0},
+
+ {"x":0, "y":1.1},
+ {"x":1.125, "y":1.1},
+ {"x":2.25, "y":1.1},
+ {"x":3.375, "y":1.1},
+
+ {"x":0, "y":2.25, "w":2},
+ {"x":2.25, "y":2.25, "w":2},
+
+ {"x":0, "y":3.5, "w":2},
+ {"x":2.25, "y":3.5, "w":2}
+ ]
},
"LAYOUT_ortho_4x4": {
- "layout": [{"x":0, "y":0},{"x":1.125, "y":0},{"x":2.25, "y":0},{"x":3.375, "y":0},{"x":0, "y":1.1},{"x":1.125, "y":1.1},{"x":2.25, "y":1.1},{"x":3.375, "y":1.1},{"x":0, "y":2.25},{"x":1.125, "y":2.25},{"x":2.25, "y":2.25},{"x":3.375, "y":2.25},{"x":0, "y":3.5},{"x":1.125, "y":3.5},{"x":2.25, "y":3.5},{"x":3.375, "y":3.5}]
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1.125, "y":0},
+ {"x":2.25, "y":0},
+ {"x":3.375, "y":0},
+
+ {"x":0, "y":1.1},
+ {"x":1.125, "y":1.1},
+ {"x":2.25, "y":1.1},
+ {"x":3.375, "y":1.1},
+
+ {"x":0, "y":2.25},
+ {"x":1.125, "y":2.25},
+ {"x":2.25, "y":2.25},
+ {"x":3.375, "y":2.25},
+
+ {"x":0, "y":3.5},
+ {"x":1.125, "y":3.5},
+ {"x":2.25, "y":3.5},
+ {"x":3.375, "y":3.5}
+ ]
}
}
}