diff options
author | Pim Ostendorf <pimwing@gmail.com> | 2018-05-05 19:47:32 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-05 10:47:32 -0700 |
commit | c9108f4b371bd39f728e5fdbc00407ab514aa8d6 (patch) | |
tree | eaf705fe2e6ddd660ae58a320e6a7ec4b7ee3753 /keyboards/tanuki/readme.md | |
parent | 824e48f294a9de0a2c4816d294da5d93ec295bf1 (diff) | |
download | qmk_firmware-c9108f4b371bd39f728e5fdbc00407ab514aa8d6.tar.gz qmk_firmware-c9108f4b371bd39f728e5fdbc00407ab514aa8d6.zip |
Added Tanuki Keyboard (#2894)
* added tanuki
* updated definitions to new qmk standard
* complying with suggestions made by drashna
* update rulesfile
* used qmk template for readme file
Diffstat (limited to 'keyboards/tanuki/readme.md')
-rw-r--r-- | keyboards/tanuki/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/tanuki/readme.md b/keyboards/tanuki/readme.md new file mode 100644 index 000000000..331df5b2e --- /dev/null +++ b/keyboards/tanuki/readme.md | |||
@@ -0,0 +1,15 @@ | |||
1 | # Tanuki | ||
2 | |||
3 |  | ||
4 | |||
5 | The QMK firmware for the Tanuki 40% keyboard. The other files needed for construction can be found in the [Tanuki repo](https://github.com/SethSenpai/Tanuki). | ||
6 | |||
7 | Keyboard Maintainer: [SethSenpai](https://github.com/SethSenpai) | ||
8 | Hardware Supported: Tanuki pcb, pro micro | ||
9 | Hardware Availability: [Tanuki repo](https://github.com/SethSenpai/Tanuki) | ||
10 | |||
11 | Make example for this keyboard (after setting up your build environment): | ||
12 | |||
13 | make tanuki:default | ||
14 | |||
15 | 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. | ||