Skip to content

Commit

Permalink
Move the Keyboardio Model01 to a keyboardio/ subdir (#8499)
Browse files Browse the repository at this point in the history
* Move the Keyboardio Model01 to a keyboardio/ subdir

As there are more boards from Keyboardio in the works, in preparation for
supporting them in QMK too, move the Model01 to `keyboardio/model01` instead of
having it at the top level.

* keyboardio: readme fixes

* Update keyboards/keyboardio/model01/readme.md
  • Loading branch information
algernon authored and noroadsleft committed May 15, 2020
1 parent dc8619a commit 51d7b21
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"keyboard_name": "model01",
"keyboard_folder": "model01",
"keyboard_folder": "keyboardio/model01",
"url": "https://keyboard.io",
"maintainer": "qmk",
"width": 18.5,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

A split keyboard.

Keyboard Maintainer: QMK Community
Hardware Supported: Keyboardio Model 01
Hardware Availability: [Keyboardio](https://shop.keyboard.io)
* Keyboard Maintainer: QMK Community
* Hardware Supported: Keyboardio Model 01
* Hardware Availability: [Keyboardio](https://shop.keyboard.io)

Make example for this keyboard (after setting up your build environment):

make model01:default
make keyboardio/model01: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).
Expand All @@ -17,7 +17,7 @@ Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/ne

To program the keyboard, if you have avrdude installed:

make model01:default:avrdude
make keyboardio/model01:default:flash

When prompted to reset your keyboard, press the prog key at upper left. If the
keyboard does not reset, you can hold the prog key while plugging it into your
Expand Down
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions keyboards/keyboardio/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Keyboardio

Keyboardio are an US-based Keyboard maker, known for their
[Model01](https://shop.keyboard.io/collections/frontpage/products/model-01-keyboard),
and more recently, the Keyboardio
[Atreus](https://www.kickstarter.com/projects/keyboardio/atreus) keyboards.

## Online Stores

**Website:** https://shop.keyboard.io/

## Social Media

**Discord:** https://discord.gg/4az77sf
**Forums:** https://community.keyboard.io/
**Twitter:** https://twitter.com/keyboardio
**Facebook:** https://facebook.com/keyboardio
**Blog:** https://blog.keyboard.io/

0 comments on commit 51d7b21

Please sign in to comment.