qmk_firmware/keyboards/hillside/52/info.json

80 lines
3.1 KiB
JSON
Raw Normal View History

[Keyboard] Add Hillside 52 (#17374) * 52 Keymap.json: Set for Hillside 52 - Change script rows * 52 Keymap.c: mirror .json CAPSWORD, QK_BOOT, readme cleanup, EE_RST * 52 Keymap.json: Initial files copy from 56 * 52 Keymap.json nav/edit lay, thumb shift, syms - Del in backspace spot on sym layer - Thumb shift OSM instead of extra space - Nav/edit on num/fn: arrows cut copy paste undo redo, page up/down - Fn keys bottom row to allow nav edit keys - App and AltGr on lower row, on their layer - Braces on index, so more common -= on middle ring. - Adjust has Ctrl/GUI swap - EE_RST, CAPSWORD, QK_BOOT, SPLIT_DETECT * 52 Family: readme image and folder link * 52 Board: initial copy from 56 * 52 Keymap via * 52 Board: remove keys, cant columns, better ids - .json: vid: MM, pid: H52 * 52 Keymap.c: initial.c copy from 48 * QK_BOOT EE_CLR, not ANY(), as config.qmk supports - CAPSWRD instead of ANY, though config.qmk still converts to ANY() * Cleanup readme * 52 Keymap: Remove redundant key, cleanup script * 52 Keymap: Fix template * 52 Readme: Link lower res image better for readme Co-authored-by: Drashna Jaelre <drashna@live.com> * 52 Keymap: Move pretty-print script to GitHub wiki * 52 Keymap: Link to 1024 res image thumbnails * 52 Keymap: fix whitespace before image link * Family: Fix image link to 1024 thumb Co-authored-by: Drashna Jaelre <drashna@live.com> * 52: Keymap: Caps word on a layer home row * 52: Keymap: Arrows on right. Symmetric layer keys. - Nav: - Arrows on right so up/down more intuitive. Page up/down on ends - Cut on home row, as more common - Sym: - Layer mods on activate hand, extras symbols on left - Common digits on lower row - Base: - Layer keys symmetric, on most extended, not resting, thumb - Mute on util key for easy use - Swap layers 3 and 4 to match swapped thumbs Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-08-13 16:19:21 +00:00
{
"manufacturer": "mmccoyd",
"maintainer": "mmccoyd",
"keyboard_name": "Hillside 52",
"url": "http://github.com/mmccoyd/hillside/",
"tags": ["split", "column stagger", "choc v1", "choc spaced" ],
"layouts": {
"LAYOUT": {
"layout": [
{"label": "`~", "x": 0, "y": 1.13},
{"label": "Q", "x": 1, "y": 0.93},
{"label": "W", "x": 2.1, "y": 0.31},
{"label": "E", "x": 3.2, "y": 0},
{"label": "R", "x": 4.2, "y": 0.28},
{"label": "T", "x": 5.2, "y": 0.42},
{"label": "Y", "x": 9.7, "y": 0.42},
{"label": "U", "x": 10.7, "y": 0.28},
{"label": "I", "x": 11.7, "y": 0},
{"label": "O", "x": 12.8, "y": 0.31},
{"label": "P", "x": 13.9, "y": 0.93},
{"label": "Backspace", "x": 14.9, "y": 1.13},
{"label": "Tab", "x": 0.1, "y": 2.13},
{"label": "A", "x": 1.1, "y": 1.93},
{"label": "S", "x": 2.15, "y": 1.31},
{"label": "D", "x": 3.2, "y": 1},
{"label": "F", "x": 4.2, "y": 1.28},
{"label": "G", "x": 5.2, "y": 1.42},
{"label": "H", "x": 9.7, "y": 1.42},
{"label": "J", "x": 10.7, "y": 1.28},
{"label": "K", "x": 11.7, "y": 1},
{"label": "L", "x": 12.75, "y": 1.31},
{"label": ";", "x": 13.8, "y": 1.93},
{"label": "Enter", "x": 14.8, "y": 2.13},
{"label": "Shift", "x": 0.2, "y": 3.13},
{"label": "Z", "x": 1.2, "y": 2.93},
{"label": "X", "x": 2.2, "y": 2.31},
{"label": "C", "x": 3.2, "y": 2},
{"label": "V", "x": 4.2, "y": 2.28},
{"label": "B", "x": 5.2, "y": 2.42},
{"label": "'", "x": 6.2, "y": 2.88},
{"label": "/", "x": 8.7, "y": 2.88},
{"label": "N", "x": 9.7, "y": 2.42},
{"label": "M", "x": 10.7, "y": 2.28},
{"label": ", ", "x": 11.7, "y": 2},
{"label": ".", "x": 12.7, "y": 2.31},
{"label": "Up", "x": 13.7, "y": 2.93},
{"label": "Shift", "x": 14.7, "y": 3.13},
{"label": "Mute", "x": 0.3, "y": 4.13},
{"label": "Esc", "x": 1.3, "y": 3.93},
{"label": "Ctrl", "x": 2.3, "y": 3.73},
{"label": "Gui", "x": 3.7, "y": 3.28},
{"label": "Alt", "x": 4.7, "y": 3.42},
{"label": "Shift", "x": 5.7, "y": 3.88},
{"label": "Nav", "x": 6.7, "y": 4.44},
{"label": "Sym", "x": 8.2, "y": 4.44},
{"label": "Space", "x": 9.2, "y": 3.88},
{"label": "Alt", "x": 10.2, "y": 3.42},
{"label": "Gui", "x": 11.2, "y": 3.28},
{"label": "Left", "x": 12.6, "y": 3.73},
{"label": "Down", "x": 13.6, "y": 3.93},
{"label": "Right", "x": 14.6, "y": 4.13}
[Keyboard] Add Hillside 52 (#17374) * 52 Keymap.json: Set for Hillside 52 - Change script rows * 52 Keymap.c: mirror .json CAPSWORD, QK_BOOT, readme cleanup, EE_RST * 52 Keymap.json: Initial files copy from 56 * 52 Keymap.json nav/edit lay, thumb shift, syms - Del in backspace spot on sym layer - Thumb shift OSM instead of extra space - Nav/edit on num/fn: arrows cut copy paste undo redo, page up/down - Fn keys bottom row to allow nav edit keys - App and AltGr on lower row, on their layer - Braces on index, so more common -= on middle ring. - Adjust has Ctrl/GUI swap - EE_RST, CAPSWORD, QK_BOOT, SPLIT_DETECT * 52 Family: readme image and folder link * 52 Board: initial copy from 56 * 52 Keymap via * 52 Board: remove keys, cant columns, better ids - .json: vid: MM, pid: H52 * 52 Keymap.c: initial.c copy from 48 * QK_BOOT EE_CLR, not ANY(), as config.qmk supports - CAPSWRD instead of ANY, though config.qmk still converts to ANY() * Cleanup readme * 52 Keymap: Remove redundant key, cleanup script * 52 Keymap: Fix template * 52 Readme: Link lower res image better for readme Co-authored-by: Drashna Jaelre <drashna@live.com> * 52 Keymap: Move pretty-print script to GitHub wiki * 52 Keymap: Link to 1024 res image thumbnails * 52 Keymap: fix whitespace before image link * Family: Fix image link to 1024 thumb Co-authored-by: Drashna Jaelre <drashna@live.com> * 52: Keymap: Caps word on a layer home row * 52: Keymap: Arrows on right. Symmetric layer keys. - Nav: - Arrows on right so up/down more intuitive. Page up/down on ends - Cut on home row, as more common - Sym: - Layer mods on activate hand, extras symbols on left - Common digits on lower row - Base: - Layer keys symmetric, on most extended, not resting, thumb - Mute on util key for easy use - Swap layers 3 and 4 to match swapped thumbs Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-08-13 16:19:21 +00:00
]
}
}
}