summaryrefslogtreecommitdiff
path: root/keyboards/clawsome/fightpad/info.json
diff options
context:
space:
mode:
authorAlisGraveNil <63020540+AlisGraveNil@users.noreply.github.com>2020-10-01 23:53:37 -0600
committerGitHub <noreply@github.com>2020-10-01 22:53:37 -0700
commit266ff3339a72a9c44913cfd97e232adafe8feb51 (patch)
treea7bbf93ddb3f6802d6379d3398209212f7b22a86 /keyboards/clawsome/fightpad/info.json
parentc01eb55109b9e5a5083d5bb213cecaeca2409a96 (diff)
[Keyboard] FightPad! macropad by Clawsome (#10507)
* 1 Oct 20 * Update keyboards/clawsome/fightpad/config.h * Update keyboards/clawsome/fightpad/rules.mk * Update keyboards/clawsome/fightpad/info.json * Update keyboards/clawsome/fightpad/readme.md * Update keyboards/clawsome/fightpad/readme.md * Update keyboards/clawsome/fightpad/info.json * Update keyboards/clawsome/fightpad/config.h
Diffstat (limited to 'keyboards/clawsome/fightpad/info.json')
-rw-r--r--keyboards/clawsome/fightpad/info.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/clawsome/fightpad/info.json b/keyboards/clawsome/fightpad/info.json
new file mode 100644
index 0000000000..b5ad80effb
--- /dev/null
+++ b/keyboards/clawsome/fightpad/info.json
@@ -0,0 +1,25 @@
+{
+ "keyboard_name": "FightPad",
+ "url": "www.clawboards.xyz",
+ "maintainer": "AAClawson (AlisGraveNil)",
+ "width": 8,
+ "height": 2,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"K01 (B5,E6)", "x":1, "y":0},
+ {"label":"K03 (B5,B2)", "x":4, "y":0},
+ {"label":"K04 (B5,B3)", "x":5, "y":0},
+ {"label":"K05 (B5,B1)", "x":6, "y":0},
+ {"label":"K06 (B5,F7)", "x":7, "y":0},
+ {"label":"K10 (B6,D7)", "x":0, "y":1},
+ {"label":"K11 (B6,E6)", "x":1, "y":1},
+ {"label":"K12 (B6,B4)", "x":2, "y":1},
+ {"label":"K13 (B6,B2)", "x":4, "y":1},
+ {"label":"K14 (B6,B3)", "x":5, "y":1},
+ {"label":"K15 (B6,B1)", "x":6, "y":1},
+ {"label":"K16 (B6,F7)", "x":7, "y":1}
+ ]
+ }
+ }
+}