1
0
Fork 0

[Keyboard] move @Biacco42 's keebs into /biacco42 (#16080)

This commit is contained in:
peepeetee 2022-02-01 03:44:45 +08:00 committed by GitHub
parent 2e052b87c4
commit 2427678f7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
66 changed files with 5 additions and 5 deletions

View file

@ -2,6 +2,6 @@
#include "quantum.h"
#ifdef KEYBOARD_ergo42_rev1
#ifdef KEYBOARD_biacco42_ergo42_rev1
#include "rev1.h"
#endif

View file

@ -11,6 +11,6 @@ A split 7x4 ortholinear keyboard. [Hardware project repo](https://github.com/Bia
Make example for this keyboard (after setting up your build environment):
make ergo42/rev1:default:flash
make biacco42/ergo42/rev1: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

@ -19,4 +19,4 @@ AUDIO_ENABLE = no # Audio output
SPLIT_KEYBOARD = yes
DEFAULT_FOLDER = ergo42/rev1
DEFAULT_FOLDER = biacco42/ergo42/rev1

View file

@ -13,7 +13,7 @@ Hardware Availability: [Tanoshi life - Booth](https://biacco42.booth.pm/)
Make example for this keyboard (after setting up your build environment):
```
$ make meishi:default:avrdude
$ make biacco42/meishi:default:avrdude
```
See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.

View file

@ -10,6 +10,6 @@ Hardware Availability: [links to where you can find this hardware](https://githu
Make example for this keyboard (after setting up your build environment):
make meishi2:default
make biacco42/meishi2:default
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).