PR Comments

This commit is contained in:
sje 2024-08-25 19:33:54 -04:00
parent aad0ff6860
commit 0342f6804b
2 changed files with 3 additions and 6 deletions

View File

@ -2,7 +2,6 @@
"manufacturer": "IBM", "manufacturer": "IBM",
"keyboard_name": "Model M (Yacobo)", "keyboard_name": "Model M (Yacobo)",
"maintainer": "sje-mse", "maintainer": "sje-mse",
"bootloader": "stm32duino",
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
"features": { "features": {
"bootmagic": true, "bootmagic": true,
@ -26,7 +25,7 @@
"rows": ["A1", "A2", "A3", "A4", "A5", "A6", "A7","B0"], "rows": ["A1", "A2", "A3", "A4", "A5", "A6", "A7","B0"],
"ghost": true "ghost": true
}, },
"processor": "STM32F103", "development_board": "bluepill",
"url": "https://github.com/sje-mse/yacobo", "url": "https://github.com/sje-mse/yacobo",
"usb": { "usb": {
"device_version": "1.0.0", "device_version": "1.0.0",
@ -281,6 +280,6 @@
{"label": "0", "matrix": [0, 11], "x": 19, "y": 5.5, "w": 2}, {"label": "0", "matrix": [0, 11], "x": 19, "y": 5.5, "w": 2},
{"label": ".", "matrix": [0, 13], "x": 21, "y": 5.5} {"label": ".", "matrix": [0, 13], "x": 21, "y": 5.5}
] ]
} }
} }
} }

View File

@ -3,9 +3,7 @@
![yacobo](https://i.imgur.com/1nfuWoa.jpeg) ![yacobo](https://i.imgur.com/1nfuWoa.jpeg)
*A replacement qmk-compatible control board for the 101-key Model M keyboards. *A replacement qmk-compatible control board for the 101-key Model M keyboards.
Inspired by and based on the ModelH by jhawthorn, with the primary difference Inspired by and based on the ModelH by jhawthorn, in comparison this design uses 100% through-hole components, including the widely available STM32F103C8T6 "Blue Pill" development board, for ease of assembly.*
being the use of 100% through-hole components (including the widely available
STM32F103C8T6 "Blue Pill" development board) for ease of assembly by hobbyists.*
* Keyboard Maintainer: [Stephen Edwards](https://github.com/sje-mse) * Keyboard Maintainer: [Stephen Edwards](https://github.com/sje-mse)
* Hardware Supported: IBM 101-key Model M with Yacobo replacement control boards. * Hardware Supported: IBM 101-key Model M with Yacobo replacement control boards.