summaryrefslogtreecommitdiff
path: root/keyboards/keebio/stick/info.json
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2021-02-07 13:56:43 -0500
committerGitHub <noreply@github.com>2021-02-07 10:56:43 -0800
commit0355cd0f72899b554c180b7fe6ca61e140e2f908 (patch)
tree4ede21ca6b60ea392663b6cb77c043360439653a /keyboards/keebio/stick/info.json
parent9d1d875a95f4be0f06329154eee86028af4699bb (diff)
[Keyboard] Add The Stick keyboard (#11745)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keebio/stick/info.json')
-rw-r--r--keyboards/keebio/stick/info.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/keebio/stick/info.json b/keyboards/keebio/stick/info.json
new file mode 100644
index 0000000000..33029e8cbf
--- /dev/null
+++ b/keyboards/keebio/stick/info.json
@@ -0,0 +1,25 @@
+{
+ "keyboard_name": "The Stick",
+ "url": "https://keeb.io",
+ "maintainer": "nooges",
+ "width": 12,
+ "height": 1,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ { "label": "F1", "x": 0, "y": 0 },
+ { "label": "F2", "x": 1, "y": 0 },
+ { "label": "F3", "x": 2, "y": 0 },
+ { "label": "F4", "x": 3, "y": 0 },
+ { "label": "F5", "x": 4, "y": 0 },
+ { "label": "F6", "x": 5, "y": 0 },
+ { "label": "F7", "x": 6, "y": 0 },
+ { "label": "F8", "x": 7, "y": 0 },
+ { "label": "F9", "x": 8, "y": 0 },
+ { "label": "F10", "x": 9, "y": 0 },
+ { "label": "F11", "x": 10, "y": 0 },
+ { "label": "F12", "x": 11, "y": 0 }
+ ]
+ }
+ }
+}