summaryrefslogtreecommitdiff
path: root/keyboards/dinofizz/fnrow/v1/info.json
diff options
context:
space:
mode:
authorDino Fizzotti <dino@dinofizzotti.com>2021-07-03 04:56:23 +0100
committerGitHub <noreply@github.com>2021-07-02 20:56:23 -0700
commitf51d929bd9dff0c11b2cca515d7a2f28fc5995d4 (patch)
treee1b8279e8702b21cf2dfca65796de63f0ef95206 /keyboards/dinofizz/fnrow/v1/info.json
parent8bba77db0da2aa189103ef9498780d2c915ad4e9 (diff)
[Keyboard] Add FnRow v1 keyboard by dinofizz (#11817)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Dino Fizzotti <dinofizz@pop-os.localdomain>
Diffstat (limited to 'keyboards/dinofizz/fnrow/v1/info.json')
-rw-r--r--keyboards/dinofizz/fnrow/v1/info.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/keyboards/dinofizz/fnrow/v1/info.json b/keyboards/dinofizz/fnrow/v1/info.json
new file mode 100644
index 0000000000..3cebfd079d
--- /dev/null
+++ b/keyboards/dinofizz/fnrow/v1/info.json
@@ -0,0 +1,78 @@
+{
+ "keyboard_name": "FnRow v1",
+ "maintainer": "dinofizz",
+ "url": "https://github.com/dinofizz/fnrow-pcb",
+ "width": 15,
+ "height": 1,
+ "layouts": {
+ "LAYOUT_fn_row": {
+ "layout": [
+ {
+ "label": "SW1",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "label": "SW3",
+ "x": 2,
+ "y": 0
+ },
+ {
+ "label": "SW5",
+ "x": 3,
+ "y": 0
+ },
+ {
+ "label": "SW7",
+ "x": 4,
+ "y": 0
+ },
+ {
+ "label": "SW9",
+ "x": 5,
+ "y": 0
+ },
+ {
+ "label": "SW11",
+ "x": 6.5,
+ "y": 0
+ },
+ {
+ "label": "SW13",
+ "x": 7.5,
+ "y": 0
+ },
+ {
+ "label": "SW2",
+ "x": 8.5,
+ "y": 0
+ },
+ {
+ "label": "SW4",
+ "x": 9.5,
+ "y": 0
+ },
+ {
+ "label": "SW6",
+ "x": 11,
+ "y": 0
+ },
+ {
+ "label": "SW8",
+ "x": 12,
+ "y": 0
+ },
+ {
+ "label": "SW10",
+ "x": 13,
+ "y": 0
+ },
+ {
+ "label": "SW12",
+ "x": 14,
+ "y": 0
+ }
+ ]
+ }
+ }
+}