1
0
Fork 0

[Keyboard] move woodkeys.click keyboards to /woodkeys (#16113)

This commit is contained in:
peepeetee 2022-02-01 12:44:28 +08:00 committed by GitHub
parent 984481ff8e
commit da5cb5fd6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
91 changed files with 10 additions and 10 deletions

View file

@ -10,6 +10,6 @@ Hardware Availability: [Woodkeys.click](https://woodkeys.click), [NovelKeys](ht
Make example for this keyboard (after setting up your build environment):
make bigseries/1key:default
make woodkeys/bigseries/1key:default
See [build environment setup](https://docs.qmk.fm/install-build-tools) then the [make instructions](https://docs.qmk.fm/build-compile-instructions) for more information.

View file

@ -10,6 +10,6 @@ Hardware Availability: [Woodkeys.click](https://woodkeys.click), [NovelKeys](ht
Make example for this keyboard (after setting up your build environment):
make bigseries/2key:default
make woodkeys/bigseries/2key:default
See [build environment setup](https://docs.qmk.fm/install-build-tools) then the [make instructions](https://docs.qmk.fm/build-compile-instructions) for more information.

View file

@ -10,6 +10,6 @@ Hardware Availability: [Woodkeys.click](https://woodkeys.click), [NovelKeys](ht
Make example for this keyboard (after setting up your build environment):
make bigseries/3key:default
make woodkeys/bigseries/3key:default
See [build environment setup](https://docs.qmk.fm/install-build-tools) then the [make instructions](https://docs.qmk.fm/build-compile-instructions) for more information.

View file

@ -10,6 +10,6 @@ Hardware Availability: [Woodkeys.click](https://woodkeys.click), [NovelKeys](ht
Make example for this keyboard (after setting up your build environment):
make bigseries/4key:default
make woodkeys/bigseries/4key:default
See [build environment setup](https://docs.qmk.fm/install-build-tools) then the [make instructions](https://docs.qmk.fm/build-compile-instructions) for more information.

View file

@ -10,7 +10,7 @@ Hardware Availability: [Woodkeys.click](https://woodkeys.click), [NovelKeys](ht
Make example for these keyboards (after setting up your build environment):
make bigseries/1key:default
make bigseries/3key:ctrl-alt-del
make woodkeys/bigseries/1key:default
make woodkeys/bigseries/3key:ctrl-alt-del
See [build environment setup](https://docs.qmk.fm/install-build-tools) then the [make instructions](https://docs.qmk.fm/build-compile-instructions) for more information.

View file

@ -12,8 +12,8 @@ Two controllers are supported: the Pro Micro, and the Adafruit Feather BLE 32u4.
Make examples for this keyboard (after setting up your build environment):
make meira/featherble:default # for Feather BLE 32u4 controllers
make meira/promicro:default # for Pro Micro controllers
make woodkeys/meira/featherble:default # for Feather BLE 32u4 controllers
make woodkeys/meira/promicro:default # for Pro Micro controllers
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

@ -30,5 +30,5 @@ CUSTOM_MATRIX = yes
#endif
SRC += matrix.c TWIlib.c issi.c lighting.c
DEFAULT_FOLDER = meira/promicro
DEFAULT_FOLDER = woodkeys/meira/promicro
LAYOUTS = ortho_4x12

View file

@ -6,6 +6,6 @@ Hardware Availability: [WoodKeys.click](https://woodkeys.click/product/scarlet-b
Make example for this keyboard (after setting up your build environment):
make scarletbandana:default
make woodkeys/scarletbandana: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).