mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-22 08:24:41 +00:00
move keyhive exclusive boards into /keyhive (#16084)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
cff489bfdb
commit
9f63bce70b
148 changed files with 19 additions and 19 deletions
|
@ -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).
|
|
@ -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).
|
|
@ -8,9 +8,9 @@ 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.
|
|
@ -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).
|
|
@ -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).
|
1
keyboards/keyhive/navi10/rules.mk
Normal file
1
keyboards/keyhive/navi10/rules.mk
Normal file
|
@ -0,0 +1 @@
|
|||
DEFAULT_FOLDER = keyhive/navi10/rev3
|
|
@ -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).
|
|
@ -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
|
||||
|
|
@ -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).
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue