~ruther/qmk_firmware

c5264d6d89899f19bdeeaf9e2daeb90531617a48 — MechMerlin 7 years ago 5346cb2
Move ckeys workshop to its own directory (#2928)

* move obelus and nakey to ckeys directory

* delete the originals

* short readme about ckeys

* edit readmes to reflect new changes

* add build guide info..and here's me trying to retrigger the build job
R keyboards/nakey/config.h => keyboards/ckeys/nakey/config.h +0 -0
R keyboards/nakey/info.json => keyboards/ckeys/nakey/info.json +0 -0
R keyboards/nakey/keymaps/default/keymap.c => keyboards/ckeys/nakey/keymaps/default/keymap.c +0 -0
R keyboards/nakey/keymaps/default/readme.md => keyboards/ckeys/nakey/keymaps/default/readme.md +0 -0
R keyboards/nakey/nakey.c => keyboards/ckeys/nakey/nakey.c +0 -0
R keyboards/nakey/nakey.h => keyboards/ckeys/nakey/nakey.h +0 -0
R keyboards/nakey/readme.md => keyboards/ckeys/nakey/readme.md +5 -3
@@ 6,9 6,11 @@ Keyboard Maintainer: [James Underwood](https://github.com/ju0)
Hardware Supported: naKey  
Hardware Availability: [ckeys.org](https://ckeys.org)

To build this keyboard, follow the [build guide](https://ckeys.org/tutorials/nakey-numpad-build-guide/). 

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

    make nakey:default
    make ckeys/nakey:default

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.



@@ 18,7 20,7 @@ For the full Quantum feature list, see [the parent readme](/).

## Building

Download or clone the whole firmware and navigate to the root folder. Once your dev env is setup, you'll be able to type `make naKey-default` to generate your .hex - you can then use the Teensy Loader to program your .hex file. 
Download or clone the whole firmware and navigate to the root folder. Once your dev env is setup, you'll be able to type `make ckeys/nakey:default` to generate your .hex - you can then use the Teensy Loader to program your .hex file. 

(Note: replace naKey with the name of your keyboard.)



@@ 26,7 28,7 @@ Depending on which keymap you would like to use, you will have to compile slight

### Default

To build with the default keymap, simply run `make naKey-default`.
To build with the default keymap, simply run `make ckeys/nakey:default`.

### Other Keymaps


R keyboards/nakey/rules.mk => keyboards/ckeys/nakey/rules.mk +0 -0
R keyboards/obelus/config.h => keyboards/ckeys/obelus/config.h +0 -0
R keyboards/obelus/keymaps/default/config.h => keyboards/ckeys/obelus/keymaps/default/config.h +0 -0
R keyboards/obelus/keymaps/default/keymap.c => keyboards/ckeys/obelus/keymaps/default/keymap.c +0 -0
R keyboards/obelus/keymaps/default/readme.md => keyboards/ckeys/obelus/keymaps/default/readme.md +0 -0
R keyboards/obelus/obelus.c => keyboards/ckeys/obelus/obelus.c +0 -0
R keyboards/obelus/obelus.h => keyboards/ckeys/obelus/obelus.h +0 -0
R keyboards/obelus/readme.md => keyboards/ckeys/obelus/readme.md +3 -3
@@ 5,15 5,15 @@ Obelus

Keyboard Maintaintainers: [Ethan Madden](https://github.com/jetpacktuxedo), [James Underwood](https://github.com/ju0)  
Hardware Supported: Obelus  
Hardware Availability: C-Keys soldering workshops, /u/MonkeyPlusPlus  
Hardware Availability: [C-Keys soldering workshops](https://ckeys.org/workshops/), [/u/MonkeyPlusPlus](https://www.reddit.com/user/monkeyplusplus)  

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

    make obelus:default
    make ckeys/obelus:default

Or to make and flash:

    make obelus:default:dfu
    make ckeys/obelus:default:dfu

See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) and [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.


R keyboards/obelus/rules.mk => keyboards/ckeys/obelus/rules.mk +0 -0
A keyboards/ckeys/readme.md => keyboards/ckeys/readme.md +9 -0
@@ 0,0 1,9 @@
# Ckeys.org

[ckeys](https://ckeys.org/) is a mechanical keyboard based non profit, located in Seattle, Washington. 

In addition, to hosting the [Seattle Mechanical Keyboard Meetups](https://ckeys.org/events/), they have [soldering workshops](https://ckeys.org/workshops/) featuring hardware hosted in this repository. 

* Supported Hardware
    * The Obelus - 4x4 Macropad
    * naKey      - Through hole numpad
\ No newline at end of file