diff --git a/README.md b/README.md index 4e37d0e..003d48c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Part name | Quantity | Remarks | Photo | | ------- | -------- | ------- | ----- | | Lily58L PCB | 2 pcs || | Lily58L case | 1 set | 2 solid panels, 2 with holes for switches | -| [Pro Micro](https://keycapsss.com/keyboard-parts/parts/79/arduino-pro-micro-atmega32u4-controller) [Puchi-C](https://keycapsss.com/keyboard-parts/mcu-controller/141/puchi-c-pro-micro-replacement-with-usb-c-and-atmega32u4) or Elite-C | 2 pcs (a mix is possible) | Optionally, use [Mill-Max Single Row Socket Headers](https://keycapsss.com/keyboard-parts/parts/100/single-row-socket-headers-pins-mill-max-series-315), to make it hot-swappable. || +| [Pro Micro](https://keycapsss.com/keyboard-parts/parts/79/arduino-pro-micro-atmega32u4-controller), [Puchi-C](https://keycapsss.com/keyboard-parts/mcu-controller/141/puchi-c-pro-micro-replacement-with-usb-c-and-atmega32u4) or Elite-C | 2 pcs (a mix is possible) | Optionally, use [Mill-Max Single Row Socket Headers](https://keycapsss.com/keyboard-parts/parts/100/single-row-socket-headers-pins-mill-max-series-315), to make it hot-swappable. || | Key switch (MX) | 58 pcs | || | [Kailh switch socket](https://keycapsss.com/keyboard-parts/parts/49/kailh-hot-swap-pcb-sockets-10-pcs) | 58 pcs | || | Diodes 1N4148W (SMD) | 58 pcs ||| @@ -53,4 +53,4 @@ If you're using DFU bootloader (in case of the elite c), replace the 'avrdude' w ## Schematic: -[![Lily58L schematic](/img/Lily58L-schematic.png)](//img/Lily58L-schematic.png) \ No newline at end of file +[![Lily58L schematic](img/Lily58L-schematic.png)](img/Lily58L-schematic.png?raw=true) \ No newline at end of file diff --git a/buildguide_en.md b/buildguide_en.md index 1345581..5017360 100644 --- a/buildguide_en.md +++ b/buildguide_en.md @@ -282,6 +282,9 @@ If everything works: You have built your lily58L. Have fun! If something doesn't work: ## When in trouble + +[![Lily58L schematic](img/Lily58L-schematic.png)](img/Lily58L-schematic.png?raw=true) + ### Q. One or more rows/columns of key switches do not respond A. The Pro Micro board may not be soldered and attached firmly. Check again, and re-solder and reinstall if necessary. diff --git a/img/Lily58L-schematic.png b/img/Lily58L-schematic.png new file mode 100644 index 0000000..ac5d3b0 Binary files /dev/null and b/img/Lily58L-schematic.png differ