1
0
Fork 0

[Keyboard] move lyso1 's boards into lyso1/ (#15767)

This commit is contained in:
peepeetee 2022-01-11 07:06:37 +08:00 committed by GitHub
parent 20e16bbcc4
commit aafbe043f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 4 additions and 4 deletions

View file

@ -8,10 +8,10 @@ A 75% keyboard that can be assembled with only through hole components, includin
Make example for this keyboard (after setting up your build environment):
make lck75:default
make lyso1/lck75:default
Flashing example for this keyboard:
make lck75:default:flash
make lyso1/lck75:default:flash
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).

View file

@ -9,7 +9,7 @@ This pcb cab also be used as a replacement pcb for the revoKmini/kmacmini with s
Make example for this keyboard (after setting up your build environment):
make lefishe:default
make lyso1/lefishe:default
Enter into the bootloader to flash new firmware in 3 ways:
@ -19,6 +19,6 @@ Enter into the bootloader to flash new firmware in 3 ways:
Flashing example for this keyboard:
make lefishe:default:flash
make lyso1/lefishe:default:flash
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).