qmk_firmware/keyboards/suavity/ehan/info.json

370 lines
16 KiB
JSON
Raw Normal View History

[Keyboard] eHan Keyboard (#15861) * Compiled Suavity QMK Directory * updated info.json's name from 'LAYOUT_default' to 'LAYOUT_default_split' * updated rules.mk to reflect new layout name of each keymap * Updated hanjie.h to reflect physical matrix of PCB * switched info.json key matrix from split backspace to 2U backspace to better reflect electrical matrix * updated keymap.c key matrix to reflect PCB electrical matrix * updated keymap.c key matrix t oreflect PCB electrical matrix * removed split left shift from physical matrix for default_split layout * removed split left shift physical & electrical default_split layout * removed split left shift from physical matrix for default_split layout * removed split left shift from physical matrix for default_split layout * updated qmk and via keymap.c and hanjie.h files to reflect pcb electrical matrix * changed diode direction from row2col to col2row * fixed false keycode triggers * updated via keymaps * added 's' * added ehan branch for development * updated readme.md * updated ehan.h * updated readme.md * updated ehan.h layout * added keymap.c and updated ehan.h * progress * compiled qmk * updated matrix column and row pin out * updated QMK default ansi keymap * added VIA ansi_default keymaps * corrected col 15's pin out to be pin B9, not C13 * Update keyboards/suavity/ehan/config.h * Update keyboards/suavity/ehan/info.json * Update keyboards/suavity/ehan/rules.mk * Update keyboards/suavity/hanjie/rules.mk * Update keyboards/suavity/hanjie/rules.mk * Update keyboards/suavity/hanjie/keymaps/via/rules.mk * Update keyboards/suavity/ehan/rules.mk * changed readme.md's picturefrom html to markdown * updated traces & diode placement * Apply suggestions from code review Remove trailing backslashes from keymaps (per fauxpark) * Apply suggestions from code review Remove `BOOTMAGIC_ENABLE = lite` from `keyboards/suavity/ehan/keymaps/via/rules.mk` (per fauxpark) * Apply suggestions from code review Update formatting of `keyboards/suavity/ehan/rules.mk` (per fauxpark) * Update keyboards/suavity/ehan/readme.md Fix image URL * Update keyboards/suavity/ehan/config.h Remove trailing comma in MATRIX_COL_PINS definition
2022-07-15 14:06:19 -07:00
{
"keyboard_name": "ehan",
"manufacturer": "Suavity Designs",
[Keyboard] eHan Keyboard (#15861) * Compiled Suavity QMK Directory * updated info.json's name from 'LAYOUT_default' to 'LAYOUT_default_split' * updated rules.mk to reflect new layout name of each keymap * Updated hanjie.h to reflect physical matrix of PCB * switched info.json key matrix from split backspace to 2U backspace to better reflect electrical matrix * updated keymap.c key matrix to reflect PCB electrical matrix * updated keymap.c key matrix t oreflect PCB electrical matrix * removed split left shift from physical matrix for default_split layout * removed split left shift physical & electrical default_split layout * removed split left shift from physical matrix for default_split layout * removed split left shift from physical matrix for default_split layout * updated qmk and via keymap.c and hanjie.h files to reflect pcb electrical matrix * changed diode direction from row2col to col2row * fixed false keycode triggers * updated via keymaps * added 's' * added ehan branch for development * updated readme.md * updated ehan.h * updated readme.md * updated ehan.h layout * added keymap.c and updated ehan.h * progress * compiled qmk * updated matrix column and row pin out * updated QMK default ansi keymap * added VIA ansi_default keymaps * corrected col 15's pin out to be pin B9, not C13 * Update keyboards/suavity/ehan/config.h * Update keyboards/suavity/ehan/info.json * Update keyboards/suavity/ehan/rules.mk * Update keyboards/suavity/hanjie/rules.mk * Update keyboards/suavity/hanjie/rules.mk * Update keyboards/suavity/hanjie/keymaps/via/rules.mk * Update keyboards/suavity/ehan/rules.mk * changed readme.md's picturefrom html to markdown * updated traces & diode placement * Apply suggestions from code review Remove trailing backslashes from keymaps (per fauxpark) * Apply suggestions from code review Remove `BOOTMAGIC_ENABLE = lite` from `keyboards/suavity/ehan/keymaps/via/rules.mk` (per fauxpark) * Apply suggestions from code review Update formatting of `keyboards/suavity/ehan/rules.mk` (per fauxpark) * Update keyboards/suavity/ehan/readme.md Fix image URL * Update keyboards/suavity/ehan/config.h Remove trailing comma in MATRIX_COL_PINS definition
2022-07-15 14:06:19 -07:00
"url": "",
"maintainer": "qmk",
"usb": {
"vid": "0x5344",
"pid": "0x4548",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["A10", "A9", "A8", "B15", "B14", "B13", "B12", "C14", "B7", "B6", "B5", "B4", "B3", "A15", "C13", "B9", "B8"],
"rows": ["A7", "B0", "A3", "A4", "A5", "A6"]
},
"diode_direction": "COL2ROW",
"indicators": {
"caps_lock": "B11",
"scroll_lock": "F1"
},
"processor": "STM32F072",
"bootloader": "stm32-dfu",
[Keyboard] eHan Keyboard (#15861) * Compiled Suavity QMK Directory * updated info.json's name from 'LAYOUT_default' to 'LAYOUT_default_split' * updated rules.mk to reflect new layout name of each keymap * Updated hanjie.h to reflect physical matrix of PCB * switched info.json key matrix from split backspace to 2U backspace to better reflect electrical matrix * updated keymap.c key matrix to reflect PCB electrical matrix * updated keymap.c key matrix t oreflect PCB electrical matrix * removed split left shift from physical matrix for default_split layout * removed split left shift physical & electrical default_split layout * removed split left shift from physical matrix for default_split layout * removed split left shift from physical matrix for default_split layout * updated qmk and via keymap.c and hanjie.h files to reflect pcb electrical matrix * changed diode direction from row2col to col2row * fixed false keycode triggers * updated via keymaps * added 's' * added ehan branch for development * updated readme.md * updated ehan.h * updated readme.md * updated ehan.h layout * added keymap.c and updated ehan.h * progress * compiled qmk * updated matrix column and row pin out * updated QMK default ansi keymap * added VIA ansi_default keymaps * corrected col 15's pin out to be pin B9, not C13 * Update keyboards/suavity/ehan/config.h * Update keyboards/suavity/ehan/info.json * Update keyboards/suavity/ehan/rules.mk * Update keyboards/suavity/hanjie/rules.mk * Update keyboards/suavity/hanjie/rules.mk * Update keyboards/suavity/hanjie/keymaps/via/rules.mk * Update keyboards/suavity/ehan/rules.mk * changed readme.md's picturefrom html to markdown * updated traces & diode placement * Apply suggestions from code review Remove trailing backslashes from keymaps (per fauxpark) * Apply suggestions from code review Remove `BOOTMAGIC_ENABLE = lite` from `keyboards/suavity/ehan/keymaps/via/rules.mk` (per fauxpark) * Apply suggestions from code review Update formatting of `keyboards/suavity/ehan/rules.mk` (per fauxpark) * Update keyboards/suavity/ehan/readme.md Fix image URL * Update keyboards/suavity/ehan/config.h Remove trailing comma in MATRIX_COL_PINS definition
2022-07-15 14:06:19 -07:00
"layouts": {
"LAYOUT_all": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1.25, "y": 0},
{"matrix": [0, 2], "x": 2.25, "y": 0},
{"matrix": [0, 3], "x": 3.25, "y": 0},
{"matrix": [0, 4], "x": 4.25, "y": 0},
{"matrix": [0, 5], "x": 5.5, "y": 0},
{"matrix": [0, 6], "x": 8.5, "y": 0},
{"matrix": [0, 7], "x": 9.5, "y": 0},
{"matrix": [0, 8], "x": 10.5, "y": 0},
{"matrix": [0, 9], "x": 11.5, "y": 0},
{"matrix": [0, 10], "x": 13, "y": 0},
{"matrix": [0, 11], "x": 14, "y": 0},
{"matrix": [0, 12], "x": 15, "y": 0},
{"matrix": [0, 13], "x": 16, "y": 0},
{"matrix": [0, 14], "x": 17.25, "y": 0},
{"matrix": [0, 15], "x": 18.25, "y": 0},
{"matrix": [0, 16], "x": 19.25, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2, "y": 1.5},
{"matrix": [1, 3], "x": 3, "y": 1.5},
{"matrix": [1, 4], "x": 4, "y": 1.5},
{"matrix": [1, 5], "x": 5, "y": 1.5},
{"matrix": [1, 6], "x": 6, "y": 1.5},
{"matrix": [1, 7], "x": 9, "y": 1.5},
{"matrix": [1, 8], "x": 10, "y": 1.5},
{"matrix": [1, 9], "x": 11, "y": 1.5},
{"matrix": [1, 10], "x": 12, "y": 1.5},
{"matrix": [1, 11], "x": 13, "y": 1.5},
{"matrix": [1, 12], "x": 14, "y": 1.5},
{"matrix": [1, 13], "x": 15, "y": 1.5},
{"matrix": [3, 14], "x": 16, "y": 1.5},
{"matrix": [1, 14], "x": 17.25, "y": 1.5},
{"matrix": [1, 15], "x": 18.25, "y": 1.5},
{"matrix": [1, 16], "x": 19.25, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
{"matrix": [2, 6], "x": 8.5, "y": 2.5},
{"matrix": [2, 7], "x": 9.5, "y": 2.5},
{"matrix": [2, 8], "x": 10.5, "y": 2.5},
{"matrix": [2, 9], "x": 11.5, "y": 2.5},
{"matrix": [2, 10], "x": 12.5, "y": 2.5},
{"matrix": [2, 11], "x": 13.5, "y": 2.5},
{"matrix": [2, 12], "x": 14.5, "y": 2.5},
{"matrix": [2, 13], "x": 15.5, "y": 2.5, "w": 1.5},
{"matrix": [2, 14], "x": 17.25, "y": 2.5},
{"matrix": [2, 15], "x": 18.25, "y": 2.5},
{"matrix": [2, 16], "x": 19.25, "y": 2.5},
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
{"matrix": [3, 6], "x": 8.75, "y": 3.5},
{"matrix": [3, 7], "x": 9.75, "y": 3.5},
{"matrix": [3, 8], "x": 10.75, "y": 3.5},
{"matrix": [3, 9], "x": 11.75, "y": 3.5},
{"matrix": [3, 10], "x": 12.75, "y": 3.5},
{"matrix": [3, 11], "x": 13.75, "y": 3.5},
{"matrix": [3, 12], "x": 14.75, "y": 3.5},
{"matrix": [3, 13], "x": 15.75, "y": 3.5, "w": 1.25},
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 1.25},
{"matrix": [4, 1], "x": 1.25, "y": 4.5},
{"matrix": [4, 2], "x": 2.25, "y": 4.5},
{"matrix": [4, 3], "x": 3.25, "y": 4.5},
{"matrix": [4, 4], "x": 4.25, "y": 4.5},
{"matrix": [4, 5], "x": 5.25, "y": 4.5},
{"matrix": [4, 6], "x": 6.25, "y": 4.5},
{"matrix": [4, 7], "x": 8.25, "y": 4.5},
{"matrix": [4, 8], "x": 9.25, "y": 4.5},
{"matrix": [4, 9], "x": 10.25, "y": 4.5},
{"matrix": [4, 10], "x": 11.25, "y": 4.5},
{"matrix": [4, 11], "x": 12.25, "y": 4.5},
{"matrix": [4, 12], "x": 13.25, "y": 4.5},
{"matrix": [4, 13], "x": 14.25, "y": 4.5, "w": 1.75},
{"matrix": [4, 14], "x": 16, "y": 4.5},
{"matrix": [4, 15], "x": 18.25, "y": 4.5},
{"matrix": [5, 0], "x": 0, "y": 5.5, "w": 1.5},
{"matrix": [5, 3], "x": 2.75, "y": 5.5, "w": 1.5},
{"matrix": [5, 4], "x": 4.25, "y": 5.5},
{"matrix": [5, 5], "x": 5.25, "y": 5.5, "w": 2},
{"matrix": [5, 8], "x": 8.25, "y": 5.5, "w": 3},
{"matrix": [5, 10], "x": 11.25, "y": 5.5, "w": 1.5},
{"matrix": [5, 12], "x": 12.75, "y": 5.5},
{"matrix": [5, 13], "x": 15, "y": 5.5, "w": 1.5},
{"matrix": [5, 14], "x": 17.25, "y": 5.5},
{"matrix": [5, 15], "x": 18.25, "y": 5.5},
{"matrix": [5, 16], "x": 19.25, "y": 5.5}
]
},
"LAYOUT_ansi_split_bs_rshift_lspace": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1.25, "y": 0},
{"matrix": [0, 2], "x": 2.25, "y": 0},
{"matrix": [0, 3], "x": 3.25, "y": 0},
{"matrix": [0, 4], "x": 4.25, "y": 0},
{"matrix": [0, 5], "x": 5.5, "y": 0},
{"matrix": [0, 6], "x": 8.5, "y": 0},
{"matrix": [0, 7], "x": 9.5, "y": 0},
{"matrix": [0, 8], "x": 10.5, "y": 0},
{"matrix": [0, 9], "x": 11.5, "y": 0},
{"matrix": [0, 10], "x": 13, "y": 0},
{"matrix": [0, 11], "x": 14, "y": 0},
{"matrix": [0, 12], "x": 15, "y": 0},
{"matrix": [0, 13], "x": 16, "y": 0},
{"matrix": [0, 14], "x": 17.25, "y": 0},
{"matrix": [0, 15], "x": 18.25, "y": 0},
{"matrix": [0, 16], "x": 19.25, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2, "y": 1.5},
{"matrix": [1, 3], "x": 3, "y": 1.5},
{"matrix": [1, 4], "x": 4, "y": 1.5},
{"matrix": [1, 5], "x": 5, "y": 1.5},
{"matrix": [1, 6], "x": 6, "y": 1.5},
{"matrix": [1, 7], "x": 9, "y": 1.5},
{"matrix": [1, 8], "x": 10, "y": 1.5},
{"matrix": [1, 9], "x": 11, "y": 1.5},
{"matrix": [1, 10], "x": 12, "y": 1.5},
{"matrix": [1, 11], "x": 13, "y": 1.5},
{"matrix": [1, 12], "x": 14, "y": 1.5},
{"matrix": [1, 13], "x": 15, "y": 1.5},
{"matrix": [3, 14], "x": 16, "y": 1.5},
{"matrix": [1, 14], "x": 17.25, "y": 1.5},
{"matrix": [1, 15], "x": 18.25, "y": 1.5},
{"matrix": [1, 16], "x": 19.25, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
{"matrix": [2, 6], "x": 8.5, "y": 2.5},
{"matrix": [2, 7], "x": 9.5, "y": 2.5},
{"matrix": [2, 8], "x": 10.5, "y": 2.5},
{"matrix": [2, 9], "x": 11.5, "y": 2.5},
{"matrix": [2, 10], "x": 12.5, "y": 2.5},
{"matrix": [2, 11], "x": 13.5, "y": 2.5},
{"matrix": [2, 12], "x": 14.5, "y": 2.5},
{"matrix": [2, 13], "x": 15.5, "y": 2.5, "w": 1.5},
{"matrix": [2, 14], "x": 17.25, "y": 2.5},
{"matrix": [2, 15], "x": 18.25, "y": 2.5},
{"matrix": [2, 16], "x": 19.25, "y": 2.5},
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
{"matrix": [3, 6], "x": 8.75, "y": 3.5},
{"matrix": [3, 7], "x": 9.75, "y": 3.5},
{"matrix": [3, 8], "x": 10.75, "y": 3.5},
{"matrix": [3, 9], "x": 11.75, "y": 3.5},
{"matrix": [3, 10], "x": 12.75, "y": 3.5},
{"matrix": [3, 11], "x": 13.75, "y": 3.5},
{"matrix": [3, 12], "x": 14.75, "y": 3.5, "w": 2.25},
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 2.25},
{"matrix": [4, 2], "x": 2.25, "y": 4.5},
{"matrix": [4, 3], "x": 3.25, "y": 4.5},
{"matrix": [4, 4], "x": 4.25, "y": 4.5},
{"matrix": [4, 5], "x": 5.25, "y": 4.5},
{"matrix": [4, 6], "x": 6.25, "y": 4.5},
{"matrix": [4, 7], "x": 8.25, "y": 4.5},
{"matrix": [4, 8], "x": 9.25, "y": 4.5},
{"matrix": [4, 9], "x": 10.25, "y": 4.5},
{"matrix": [4, 10], "x": 11.25, "y": 4.5},
{"matrix": [4, 11], "x": 12.25, "y": 4.5},
{"matrix": [4, 12], "x": 13.25, "y": 4.5},
{"matrix": [4, 13], "x": 14.25, "y": 4.5, "w": 1.75},
{"matrix": [4, 14], "x": 16, "y": 4.5},
{"matrix": [4, 15], "x": 18.25, "y": 4.5},
{"matrix": [5, 0], "x": 0, "y": 5.5, "w": 1.5},
{"matrix": [5, 3], "x": 2.75, "y": 5.5, "w": 1.5},
{"matrix": [5, 4], "x": 4.25, "y": 5.5},
{"matrix": [5, 5], "x": 5.25, "y": 5.5, "w": 2},
{"matrix": [5, 8], "x": 8.25, "y": 5.5, "w": 3},
{"matrix": [5, 10], "x": 11.25, "y": 5.5, "w": 1.5},
{"matrix": [5, 12], "x": 12.75, "y": 5.5},
{"matrix": [5, 13], "x": 15, "y": 5.5, "w": 1.5},
{"matrix": [5, 14], "x": 17.25, "y": 5.5},
{"matrix": [5, 15], "x": 18.25, "y": 5.5},
{"matrix": [5, 16], "x": 19.25, "y": 5.5}
]
},
"LAYOUT_iso_split_bs_rshift_lspace": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1.25, "y": 0},
{"matrix": [0, 2], "x": 2.25, "y": 0},
{"matrix": [0, 3], "x": 3.25, "y": 0},
{"matrix": [0, 4], "x": 4.25, "y": 0},
{"matrix": [0, 5], "x": 5.5, "y": 0},
{"matrix": [0, 6], "x": 8.5, "y": 0},
{"matrix": [0, 7], "x": 9.5, "y": 0},
{"matrix": [0, 8], "x": 10.5, "y": 0},
{"matrix": [0, 9], "x": 11.5, "y": 0},
{"matrix": [0, 10], "x": 13, "y": 0},
{"matrix": [0, 11], "x": 14, "y": 0},
{"matrix": [0, 12], "x": 15, "y": 0},
{"matrix": [0, 13], "x": 16, "y": 0},
{"matrix": [0, 14], "x": 17.25, "y": 0},
{"matrix": [0, 15], "x": 18.25, "y": 0},
{"matrix": [0, 16], "x": 19.25, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2, "y": 1.5},
{"matrix": [1, 3], "x": 3, "y": 1.5},
{"matrix": [1, 4], "x": 4, "y": 1.5},
{"matrix": [1, 5], "x": 5, "y": 1.5},
{"matrix": [1, 6], "x": 6, "y": 1.5},
{"matrix": [1, 7], "x": 9, "y": 1.5},
{"matrix": [1, 8], "x": 10, "y": 1.5},
{"matrix": [1, 9], "x": 11, "y": 1.5},
{"matrix": [1, 10], "x": 12, "y": 1.5},
{"matrix": [1, 11], "x": 13, "y": 1.5},
{"matrix": [1, 12], "x": 14, "y": 1.5},
{"matrix": [1, 13], "x": 15, "y": 1.5},
{"matrix": [3, 14], "x": 16, "y": 1.5},
{"matrix": [1, 14], "x": 17.25, "y": 1.5},
{"matrix": [1, 15], "x": 18.25, "y": 1.5},
{"matrix": [1, 16], "x": 19.25, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
{"matrix": [2, 6], "x": 8.5, "y": 2.5},
{"matrix": [2, 7], "x": 9.5, "y": 2.5},
{"matrix": [2, 8], "x": 10.5, "y": 2.5},
{"matrix": [2, 9], "x": 11.5, "y": 2.5},
{"matrix": [2, 10], "x": 12.5, "y": 2.5},
{"matrix": [2, 11], "x": 13.5, "y": 2.5},
{"matrix": [2, 12], "x": 14.5, "y": 2.5},
{"matrix": [2, 14], "x": 17.25, "y": 2.5},
{"matrix": [2, 15], "x": 18.25, "y": 2.5},
{"matrix": [2, 16], "x": 19.25, "y": 2.5},
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
{"matrix": [3, 6], "x": 8.75, "y": 3.5},
{"matrix": [3, 7], "x": 9.75, "y": 3.5},
{"matrix": [3, 8], "x": 10.75, "y": 3.5},
{"matrix": [3, 9], "x": 11.75, "y": 3.5},
{"matrix": [3, 10], "x": 12.75, "y": 3.5},
{"matrix": [3, 11], "x": 13.75, "y": 3.5},
{"matrix": [3, 12], "x": 14.75, "y": 3.5},
{"matrix": [3, 13], "x": 15.75, "y": 2.5, "w": 1.25, "h": 2},
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 1.25},
{"matrix": [4, 1], "x": 1.25, "y": 4.5},
{"matrix": [4, 2], "x": 2.25, "y": 4.5},
{"matrix": [4, 3], "x": 3.25, "y": 4.5},
{"matrix": [4, 4], "x": 4.25, "y": 4.5},
{"matrix": [4, 5], "x": 5.25, "y": 4.5},
{"matrix": [4, 6], "x": 6.25, "y": 4.5},
{"matrix": [4, 7], "x": 8.25, "y": 4.5},
{"matrix": [4, 8], "x": 9.25, "y": 4.5},
{"matrix": [4, 9], "x": 10.25, "y": 4.5},
{"matrix": [4, 10], "x": 11.25, "y": 4.5},
{"matrix": [4, 11], "x": 12.25, "y": 4.5},
{"matrix": [4, 12], "x": 13.25, "y": 4.5},
{"matrix": [4, 13], "x": 14.25, "y": 4.5, "w": 1.75},
{"matrix": [4, 14], "x": 16, "y": 4.5},
{"matrix": [4, 15], "x": 18.25, "y": 4.5},
{"matrix": [5, 0], "x": 0, "y": 5.5, "w": 1.5},
{"matrix": [5, 3], "x": 2.75, "y": 5.5, "w": 1.5},
{"matrix": [5, 4], "x": 4.25, "y": 5.5},
{"matrix": [5, 5], "x": 5.25, "y": 5.5, "w": 2},
{"matrix": [5, 8], "x": 8.25, "y": 5.5, "w": 3},
{"matrix": [5, 10], "x": 11.25, "y": 5.5, "w": 1.5},
{"matrix": [5, 12], "x": 12.75, "y": 5.5},
{"matrix": [5, 13], "x": 15, "y": 5.5, "w": 1.5},
{"matrix": [5, 14], "x": 17.25, "y": 5.5},
{"matrix": [5, 15], "x": 18.25, "y": 5.5},
{"matrix": [5, 16], "x": 19.25, "y": 5.5}
]
[Keyboard] eHan Keyboard (#15861) * Compiled Suavity QMK Directory * updated info.json's name from 'LAYOUT_default' to 'LAYOUT_default_split' * updated rules.mk to reflect new layout name of each keymap * Updated hanjie.h to reflect physical matrix of PCB * switched info.json key matrix from split backspace to 2U backspace to better reflect electrical matrix * updated keymap.c key matrix to reflect PCB electrical matrix * updated keymap.c key matrix t oreflect PCB electrical matrix * removed split left shift from physical matrix for default_split layout * removed split left shift physical & electrical default_split layout * removed split left shift from physical matrix for default_split layout * removed split left shift from physical matrix for default_split layout * updated qmk and via keymap.c and hanjie.h files to reflect pcb electrical matrix * changed diode direction from row2col to col2row * fixed false keycode triggers * updated via keymaps * added 's' * added ehan branch for development * updated readme.md * updated ehan.h * updated readme.md * updated ehan.h layout * added keymap.c and updated ehan.h * progress * compiled qmk * updated matrix column and row pin out * updated QMK default ansi keymap * added VIA ansi_default keymaps * corrected col 15's pin out to be pin B9, not C13 * Update keyboards/suavity/ehan/config.h * Update keyboards/suavity/ehan/info.json * Update keyboards/suavity/ehan/rules.mk * Update keyboards/suavity/hanjie/rules.mk * Update keyboards/suavity/hanjie/rules.mk * Update keyboards/suavity/hanjie/keymaps/via/rules.mk * Update keyboards/suavity/ehan/rules.mk * changed readme.md's picturefrom html to markdown * updated traces & diode placement * Apply suggestions from code review Remove trailing backslashes from keymaps (per fauxpark) * Apply suggestions from code review Remove `BOOTMAGIC_ENABLE = lite` from `keyboards/suavity/ehan/keymaps/via/rules.mk` (per fauxpark) * Apply suggestions from code review Update formatting of `keyboards/suavity/ehan/rules.mk` (per fauxpark) * Update keyboards/suavity/ehan/readme.md Fix image URL * Update keyboards/suavity/ehan/config.h Remove trailing comma in MATRIX_COL_PINS definition
2022-07-15 14:06:19 -07:00
}
}
}