diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-11 12:52:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-11 12:52:03 +0000 |
commit | 5e750cf039d3da84d3732f65b159606e4ed0cf98 (patch) | |
tree | 1bda09677dd45f274e544fde4d9171bd894f2cd5 /keyboards/peej/rosaline/readme.md | |
parent | 7a73f9a6b32b7f7f49772b0f1160c7e65002c263 (diff) | |
parent | 2dab029bcfb84b1fdd8fd0ef4d41ba41b9b5a109 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/peej/rosaline/readme.md')
-rw-r--r-- | keyboards/peej/rosaline/readme.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/peej/rosaline/readme.md b/keyboards/peej/rosaline/readme.md index 033faa34f2..2b176d30df 100644 --- a/keyboards/peej/rosaline/readme.md +++ b/keyboards/peej/rosaline/readme.md @@ -2,7 +2,7 @@ ## Through-hole 40% keyboard PCB for 60% cases -![juliet](https://github.com/peej/rosaline-keyboard/raw/master/images/pcb.jpg) +![Rosaline Staggered](https://raw.githubusercontent.com/peej/rosaline-keyboard/a40d60e95ee69630db0ea53d97c59b9e5db4851f/images/pcb-staggered-render.jpg) 40% staggered or 4x15 ortholinear PCB for 60% tray mount cases with only through hole components. @@ -11,8 +11,11 @@ Make example for this keyboard (after setting up your build environment): - make peej/rosaline:default + make peej/rosaline/staggered:default # for staggered PCBs + make peej/rosaline/ortho:default # for ortholinear PCBs ## Bootloader Use usbasploader in [hsgw's repository](https://github.com/hsgw/USBaspLoader/tree/plaid). + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |