summaryrefslogtreecommitdiff
path: root/keyboards/keybage/radpad/info.json
diff options
context:
space:
mode:
authorBrandon Schlack <brandonschlack@gmail.com>2020-07-26 14:32:04 -0700
committerGitHub <noreply@github.com>2020-07-26 22:32:04 +0100
commita6a13f96262ef1e8c91546f24cff5067f8026c23 (patch)
treef447259c07ca4e5d04d6e9d7e2080792a35673a2 /keyboards/keybage/radpad/info.json
parentd2be3a7339fe42629f3616a00708c5e74d84fe61 (diff)
[Keyboard] Add Keybage folder for RadPad (#9745)
* [Keyboard] Initial Keybage/RadPad firmware * [Keyboard] RadPad apply pull request feedback - Change `LAYOUT_***_Encoders` to `LAYOUT_***_encoders` in <keyboard>.h - Remove bootloader comments and unnecessary build options from rules.mk - Use `LTO_ENABLE` - Remove empty config.h from default keymap - Remove trailing ` \` from keymap * [Keyboard] RadPad fix info.json - Change `LAYOUT_***_Encoders` to `LAYOUT_***_encoders` in info.json * [Keyboard] Add host LED status to OLED display * [Keyboard] Use LAYOUT_4x4_encoders, not LAYOUT * [Keyboard] Use LAYOUT_4x4_encoders, not LAYOUT * [Keyboard] Remove DESCRIPTION from config.h
Diffstat (limited to 'keyboards/keybage/radpad/info.json')
-rw-r--r--keyboards/keybage/radpad/info.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/keyboards/keybage/radpad/info.json b/keyboards/keybage/radpad/info.json
new file mode 100644
index 0000000000..b8f2306e18
--- /dev/null
+++ b/keyboards/keybage/radpad/info.json
@@ -0,0 +1,82 @@
+{
+ "keyboard_name": "radpad",
+ "url": "",
+ "maintainer": "Brandon Schlack",
+ "width": 4,
+ "height": 5,
+ "layouts": {
+ "LAYOUT_4x4_encoders": {
+ "layout": [
+ {"x":0, "y":0},
+ {"x":3, "y":0},
+ {"x":0, "y":1},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+ {"x":3, "y":1},
+ {"x":0, "y":2},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+ {"x":3, "y":2},
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3},
+ {"x":0, "y":4},
+ {"x":1, "y":4},
+ {"x":2, "y":4},
+ {"x":3, "y":4}
+ ]
+ },
+ "LAYOUT_4x3_encoders": {
+ "layout": [
+ {"x":0, "y":0},
+ {"x":3, "y":0},
+ {"x":0, "y":1},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+ {"x":3, "y":1},
+ {"x":0, "y":2},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+ {"x":3, "y":2},
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3}
+ ]
+ },
+ "LAYOUT_3x4_encoders": {
+ "layout": [
+ {"x":1, "y":0},
+ {"x":3, "y":0},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+ {"x":3, "y":1},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+ {"x":3, "y":2},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3},
+ {"x":1, "y":4},
+ {"x":2, "y":4},
+ {"x":3, "y":4}
+ ]
+ },
+ "LAYOUT_3x3_encoders": {
+ "layout": [
+ {"x":1, "y":0},
+ {"x":3, "y":0},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+ {"x":3, "y":1},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+ {"x":3, "y":2},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3}
+ ]
+ }
+ }
+}