summaryrefslogtreecommitdiff
path: root/keyboards/pinky/4/info.json
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-01-22 08:37:36 -0800
committerGitHub <noreply@github.com>2021-01-22 08:37:36 -0800
commita7d79f4c0060125a29cb0b3a9f8d9ad8356344c6 (patch)
tree60c74bbb101feae7316204454cba063d1ac7b97e /keyboards/pinky/4/info.json
parent3b663ee4950bc550cba3f6faca7dee5be34bf956 (diff)
[Keyboard] Pinky refactor (#11643)
* QMK Configurator layout support for Pinky 3-row and 4-row versions * refactor default keymaps - use an enum for layer names - remove redundant definitions - qmk cformat pass - modify pinky/4 via keymap to mirror pinky/4 default functionality * remove LAYOUT_kc macros This usage is not endorsed by QMK as it has been found to be confusing to novice users. * add VIA support to pinky/3 * update config.h files Removes unnecessary definitions for Backlight, RGB Underglow, Magic config and MIDI. * update main rules.mk file Updates the rules.mk file to match the formatting of the current QMK-provided template. Removes sample bootloader comments, feature rules that are no longer included in the template, and updates the in-line comments. * update and split keyboard readme Updates the main readme file's formatting, adds instructions to access bootloader mode, and adds more specific readmes for each version. * add line breaks between rows in the info.json files * rename layout macros for Community Layout forward compatibility The layouts of the Pinky3 and Pinky4 aren't currently Community Layouts, but support for them could be added with a rules.mk edit should the layouts be added to QMK.
Diffstat (limited to 'keyboards/pinky/4/info.json')
-rw-r--r--keyboards/pinky/4/info.json81
1 files changed, 81 insertions, 0 deletions
diff --git a/keyboards/pinky/4/info.json b/keyboards/pinky/4/info.json
new file mode 100644
index 0000000000..b96da61fde
--- /dev/null
+++ b/keyboards/pinky/4/info.json
@@ -0,0 +1,81 @@
+{
+ "keyboard_name": "Pinky4",
+ "url": "",
+ "maintainer": "tamanishi",
+ "width": 16,
+ "height": 6.3,
+ "layouts": {
+ "LAYOUT_split_4x7_4": {
+ "layout": [
+ {"label":"Esc", "x":0, "y":0.3},
+ {"label":"1", "x":1, "y":0.3},
+ {"label":"2", "x":2, "y":0.2},
+ {"label":"3", "x":3, "y":0},
+ {"label":"4", "x":4, "y":0.2},
+ {"label":"5", "x":5, "y":0.4},
+ {"label":"(", "x":6, "y":0.6},
+ {"label":")", "x":9, "y":0.6},
+ {"label":"6", "x":10, "y":0.4},
+ {"label":"7", "x":11, "y":0.2},
+ {"label":"8", "x":12, "y":0},
+ {"label":"9", "x":13, "y":0.2},
+ {"label":"0", "x":14, "y":0.3},
+ {"label":"Backspace", "x":15, "y":0.3},
+
+ {"label":"Tab", "x":0, "y":1.3},
+ {"label":"Q", "x":1, "y":1.3},
+ {"label":"W", "x":2, "y":1.2},
+ {"label":"E", "x":3, "y":1},
+ {"label":"R", "x":4, "y":1.2},
+ {"label":"T", "x":5, "y":1.4},
+ {"label":"[", "x":6, "y":1.6},
+ {"label":"]", "x":9, "y":1.6},
+ {"label":"Y", "x":10, "y":1.4},
+ {"label":"U", "x":11, "y":1.2},
+ {"label":"I", "x":12, "y":1},
+ {"label":"O", "x":13, "y":1.2},
+ {"label":"P", "x":14, "y":1.3},
+ {"label":"\\", "x":15, "y":1.3},
+
+ {"label":"Ctrl / Tab", "x":0, "y":2.3},
+ {"label":"A", "x":1, "y":2.3},
+ {"label":"S", "x":2, "y":2.2},
+ {"label":"D", "x":3, "y":2},
+ {"label":"F", "x":4, "y":2.2},
+ {"label":"G", "x":5, "y":2.4},
+ {"label":"{", "x":6, "y":2.6},
+ {"label":"}", "x":9, "y":2.6},
+ {"label":"H", "x":10, "y":2.4},
+ {"label":"J", "x":11, "y":2.2},
+ {"label":"K", "x":12, "y":2},
+ {"label":"L", "x":13, "y":2.2},
+ {"label":":", "x":14, "y":2.3},
+ {"label":"\"", "x":15, "y":2.3},
+
+ {"label":"Shift", "x":0, "y":3.3},
+ {"label":"Z", "x":1, "y":3.3},
+ {"label":"X", "x":2, "y":3.2},
+ {"label":"C", "x":3, "y":3},
+ {"label":"V", "x":4, "y":3.2},
+ {"label":"B", "x":5, "y":3.4},
+ {"label":"MO(_ADJUST)", "x":6, "y":4},
+ {"label":"MO(_ADJUST)", "x":9, "y":4},
+ {"label":"N", "x":10, "y":3.4},
+ {"label":"M", "x":11, "y":3.2},
+ {"label":"<", "x":12, "y":3},
+ {"label":">", "x":13, "y":3.2},
+ {"label":"?", "x":14, "y":3.3},
+ {"label":"Enter", "x":15, "y":3.3},
+
+ {"label":"Alt", "x":3.5, "y":4.7},
+ {"label":"MO(_LOWER)", "x":4.5, "y":4.8},
+ {"label":"GUI", "x":5.5, "y":5},
+ {"label":"Space", "x":6.5, "y":5.3},
+ {"label":"Space", "x":8.5, "y":5.3},
+ {"label":"GUI", "x":9.5, "y":5},
+ {"label":"MO(_RAISE)", "x":10.5, "y":4.8},
+ {"label":"Alt", "x":11.5, "y":4.7}
+ ]
+ }
+ }
+}