diff options
author | Croktopus <39040552+Croktopus@users.noreply.github.com> | 2020-07-17 11:04:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 19:04:44 +0100 |
commit | 3c84157d83ed18f6c31632a4728d6a0be5b68d59 (patch) | |
tree | 2e23d65f1dac837a9210ade9f146e4f21a180275 /keyboards/metamechs/timberwolf/readme.md | |
parent | 4989af356eaa62f00b5a020d16e4e7d541b49ee1 (diff) | |
download | qmk_firmware-3c84157d83ed18f6c31632a4728d6a0be5b68d59.tar.gz |
Add timber wolf keyboard (#9353)
* added timber wolf keyboard
* removed subfolders
* fixed keymap names
* fixed layout macro references
* swapped c6 and c7 functions
* Update keyboards/metamechs/timberwolf/config.h
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* Update readme.md
* re-updating readme
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Diffstat (limited to 'keyboards/metamechs/timberwolf/readme.md')
-rw-r--r-- | keyboards/metamechs/timberwolf/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/metamechs/timberwolf/readme.md b/keyboards/metamechs/timberwolf/readme.md new file mode 100644 index 000000000..fbea1acf9 --- /dev/null +++ b/keyboards/metamechs/timberwolf/readme.md @@ -0,0 +1,21 @@ +# Timber Wolf + +![Timber Wolf](https://i.imgur.com/Kz9fV6t.jpg) + +A compact TKL/XL 75% with rotary encoder and macro column. + +* Keyboard Maintainer: [Croktopus](https://github.com/Croktopus) +* Hardware Supported: Timber Wolf PCB using ATmega32u4 +* Hardware Availability: [GB ended October 2019](https://geekhack.org/index.php?topic=102520.0) + +Make command depends on the physical layout you purchased - for example, if you purchased a TBR-Prime and want to use an ANSI layout, you would use: + + make metamechs/timberwolf:prime_ansi + +or for a TBR-B with ISO you would use: + + make metamechs/timberwolf:b_iso + +etc. + +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). |