diff options
author | Danny <nooges@users.noreply.github.com> | 2018-08-31 14:13:55 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-31 11:13:55 -0700 |
commit | acc06a0848380fbeb2688d18bc19fee07797046c (patch) | |
tree | 87c749f59e13d79f3dd68dce65ceef288502e5c3 /keyboards/tragicforce68/README.md | |
parent | c51b2266a06aeac767c41e6f0f8054db531a156f (diff) | |
download | qmk_firmware-acc06a0848380fbeb2688d18bc19fee07797046c.tar.gz |
Keyboard: Add Tragicforce 68 (#3807)
* Fork MF68 to Tragicforce 68
* Set pinouts and key layout
* Reformat keymap, update comments/notes
* Cleanup rules.mk
Diffstat (limited to 'keyboards/tragicforce68/README.md')
-rw-r--r-- | keyboards/tragicforce68/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/tragicforce68/README.md b/keyboards/tragicforce68/README.md new file mode 100644 index 000000000..c7a6cc77d --- /dev/null +++ b/keyboards/tragicforce68/README.md @@ -0,0 +1,18 @@ +Tragicforce 68 +=============== + +Magicforce 68 with [Tragicforce 68 replacement PCB](https://keeb.io/products/mf68-magicforce-68-pcb-replacement-kit) from Keebio. + +Keyboard Maintainer: [Keebio](https://keeb.io) +Hardware Supported: Pro Micro +Hardware Availability: [Keebio](https://keeb.io) + +Make example for this keyboard (after setting up your build environment): + + make tragicforce68:default + +Example of flashing this keyboard: + + make tragicforce68:default:avrdude + +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. |