From 3295ac90ee9d0c0d4dc9c22bf107c9713f422696 Mon Sep 17 00:00:00 2001 From: ridingqwerty Date: Wed, 16 Dec 2020 12:47:56 -0500 Subject: New keyboard: wsk/alpha9 (#10430) * adding alpha variants * adding cajal layouts * adding V2 PCB support adding additional layouts for new PCB version, and correecting incorrect image in info file * Cleanup master -- remove alpha9 * Cleanup master -- remove g4m3ralpha * Cleanup master -- remove cajal & sl40 * Master cleanup -- re-add sl40 * Master cleanup -- correct SL40 image * Add keyboard: wsk/alpha9 * Cleaned up default keymap * Removed misleading keymap README * Slight tweak to default keymap.c * Added license attribution to .{c,h} files * Update keyboards/wsk/alpha9/config.h Co-authored-by: Joel Challis * Update keyboards/wsk/alpha9/alpha9.c Co-authored-by: Joel Challis * Update keyboards/wsk/alpha9/rules.mk Co-authored-by: Joel Challis * Update keyboards/wsk/alpha9/keymaps/default/keymap.c Co-authored-by: Joel Challis * Update keyboards/wsk/alpha9/config.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/wsk/alpha9/info.json Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/wsk/alpha9/config.h Co-authored-by: Drashna Jaelre * Update keyboards/wsk/alpha9/rules.mk Co-authored-by: Ryan * Update keyboards/wsk/alpha9/alpha9.c Co-authored-by: Drashna Jaelre * Update keyboards/wsk/alpha9/config.h Co-authored-by: Drashna Jaelre Co-authored-by: worldspawn00 Co-authored-by: Joel Challis Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre Co-authored-by: Ryan --- keyboards/wsk/alpha9/info.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 keyboards/wsk/alpha9/info.json (limited to 'keyboards/wsk/alpha9/info.json') diff --git a/keyboards/wsk/alpha9/info.json b/keyboards/wsk/alpha9/info.json new file mode 100644 index 0000000000..1ffa66389d --- /dev/null +++ b/keyboards/wsk/alpha9/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "Alpha9", + "url": "", + "maintainer": "Worldspawn00", + "width": 13, + "height": 3, + "layouts": { + "LAYOUT": { + "layout": [{"label":"7", "x":0, "y":0}, {"label":"8", "x":1, "y":0}, {"label":"9", "x":2, "y":0}, {"label":"Q", "x":3.5, "y":0}, {"label":"W", "x":4.5, "y":0}, {"label":"E", "x":5.5, "y":0}, {"label":"R", "x":6.5, "y":0}, {"label":"T", "x":7.5, "y":0}, {"label":"Y", "x":8.5, "y":0}, {"label":"U", "x":9.5, "y":0}, {"label":"I", "x":10.5, "y":0}, {"label":"O", "x":11.5, "y":0}, {"label":"P", "x":12.5, "y":0}, {"label":"4", "x":0, "y":1}, {"label":"5", "x":1, "y":1}, {"label":"6", "x":2, "y":1}, {"label":"A", "x":3.5, "y":1}, {"label":"S", "x":4.5, "y":1}, {"label":"D", "x":5.5, "y":1}, {"label":"F", "x":6.5, "y":1}, {"label":"G", "x":7.5, "y":1}, {"label":"H", "x":8.5, "y":1}, {"label":"J", "x":9.5, "y":1}, {"label":"K", "x":10.5, "y":1}, {"label":"L", "x":11.5, "y":1}, {"label":"Enter", "x":12.5, "y":1}, {"label":"1", "x":0, "y":2}, {"label":"2", "x":1, "y":2}, {"label":"3", "x":2, "y":2}, {"label":"Z", "x":4, "y":2}, {"label":"X", "x":5, "y":2}, {"label":"C", "x":6, "y":2}, {"label":"V", "x":7, "y":2}, {"x":8, "y":2, "w":2}, {"label":"B", "x":10, "y":2}, {"label":"N", "x":11, "y":2}, {"label":"M", "x":12, "y":2}] + } + } +} -- cgit v1.2.3