move keyhive exclusive boards into /keyhive (#16084)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
peepeetee 2022-04-19 18:17:21 +08:00 committed by GitHub
parent cff489bfdb
commit 9f63bce70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
148 changed files with 19 additions and 19 deletions

View file

@ -10,6 +10,6 @@ A budget-friendly F-rowless TKL with a rotary encoder
Make example for this keyboard (after setting up your build environment):
make absinthe:default
make keyhive/absinthe: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).

View file

@ -10,6 +10,6 @@ An Arduino Pro Micro driven Alice-clone PCB. Supports all Alice-style cases, giv
Make example for this keyboard (after setting up your build environment):
make ergosaurus:default
make keyhive/ergosaurus: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).

View file

@ -8,13 +8,13 @@ These configuration files use a completely different 'matrix scan' system than o
Run the following command in your terminal:
```
make honeycomb:default
make keyhive/honeycomb:default
# or use this to automatically flash the controller
make honeycomb:default:avrdude
make keyhive/honeycomb:default:avrdude
```
Follow the QMK guide for this or ask in Discord.
### Other Keymaps
Because this is a totally custom macropad, it is recommended that you copy the `default/` folder, rename it as desired, and modify the `keymap.c` to your liking.
Because this is a totally custom macropad, it is recommended that you copy the `default/` folder, rename it as desired, and modify the `keymap.c` to your liking.

View file

@ -10,12 +10,12 @@ A HHKB layout keyboard using only through-hole components.
Make example for this keyboard (after setting up your build environment):
make lattice60:default
make keyhive/lattice60:default
To activate the USBasploader bootloader, hold the BOOT button down during power on or reset. LED2 should light up to indicate that the bootloader is active.
Flash the firmware using the `make` command with the `flash` parameter, example below:
make lattice60:default:flash
make keyhive/lattice60: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

@ -10,10 +10,10 @@ A simple and fun navigation cluster macropad with exposed components.
Make example for this keyboard (after setting up your build environment):
make navi10:default
make keyhive/navi10:default
Make example for a specific revision (ex. rev2):
make navi10/rev2:default
make keyhive/navi10/rev2: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).

View file

@ -0,0 +1 @@
DEFAULT_FOLDER = keyhive/navi10/rev3

View file

@ -10,6 +10,6 @@ The columns are angled to follow the natural angle of the hand.
Make example for this keyboard (after setting up your build environment):
make opus:default
make keyhive/opus: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).

View file

@ -10,7 +10,7 @@ A 40% alice-like keyboard with an arrow cluster.
Make example for this keyboard (after setting up your build environment):
make smallice:default
make keyhive/smallice:default
### Flash

View file

@ -8,6 +8,6 @@ Hardware Supported: Teensy 2.0
Make example for this keyboard (after setting up your build environment):
make southpole:default
make keyhive/southpole: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).
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).

Some files were not shown because too many files have changed in this diff Show more