aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/percent/booster/info.json
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-08-06 10:38:28 -0700
committerDrashna Jaelre <drashna@live.com>2019-08-06 10:38:28 -0700
commit98b237a21bf36aa073073ba74c51851a494214d3 (patch)
treefc29cd46b26eb6b72df46cead6a1864a6579803a /keyboards/percent/booster/info.json
parent07bdc8f4b7268f69a789bfe7656e8384bfcfed57 (diff)
downloadfirmware-98b237a21bf36aa073073ba74c51851a494214d3.tar.gz
firmware-98b237a21bf36aa073073ba74c51851a494214d3.tar.bz2
firmware-98b237a21bf36aa073073ba74c51851a494214d3.zip
[Keyboard] New Keyboard: Booster (#6486)
* initial commit * port over the kbfirmware json * add numpad_5x4 LAYOUT support * fix up layout macro to allow community layout support * add a sparse readme on how to contact Percent Studio * change .h to a .md file * fix firmware file too large error * Update keyboards/percent/booster/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/percent/booster/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/percent/booster/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/percent/booster/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/percent/booster/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/percent/booster/keymaps/default/keymap.c Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/percent/booster/keymaps/default/keymap.c Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/percent/booster/keymaps/default/keymap.c Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/percent/booster/keymaps/default/keymap.c Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/percent/booster/keymaps/default/keymap.c Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/percent/booster/keymaps/default/keymap.c Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/percent/booster/info.json')
-rw-r--r--keyboards/percent/booster/info.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/percent/booster/info.json b/keyboards/percent/booster/info.json
new file mode 100644
index 000000000..c5d230deb
--- /dev/null
+++ b/keyboards/percent/booster/info.json
@@ -0,0 +1,31 @@
+{
+ "keyboard_name": "booster",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 4,
+ "height": 5,
+ "layouts": {
+ "LAYOUT": {
+ "key_count": 17,
+ "layout": [
+ {"label":"K00 (D1,C7)", "x":0, "y":0},
+ {"label":"K01 (D1,D4)", "x":1, "y":0},
+ {"label":"K02 (D1,D2)", "x":2, "y":0},
+ {"label":"K03 (D1,D0)", "x":3, "y":0},
+ {"label":"K10 (D6,C7)", "x":0, "y":1},
+ {"label":"K11 (D6,D4)", "x":1, "y":1},
+ {"label":"K12 (D6,D2)", "x":2, "y":1},
+ {"label":"K20 (D7,C7)", "x":0, "y":2},
+ {"label":"K21 (D7,D4)", "x":1, "y":2},
+ {"label":"K22 (D7,D2)", "x":2, "y":2},
+ {"label":"K23 (D7,D0)", "x":3, "y":1, "h":2},
+ {"label":"K30 (B4,C7)", "x":0, "y":3},
+ {"label":"K31 (B4,D4)", "x":1, "y":3},
+ {"label":"K32 (B4,D2)", "x":2, "y":3},
+ {"label":"K40 (B5,C7)", "x":0, "y":4, "w":2},
+ {"label":"K42 (B5,D2)", "x":2, "y":4},
+ {"label":"K33 (B4,D0)", "x":3, "y":3, "h":2}
+ ]
+ }
+ }
+}