diff options
author | Pierre Constantineau <jpconstantineau@gmail.com> | 2018-06-05 19:15:19 +0300 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-05 09:15:19 -0700 |
commit | c5b9533312443b78b152385d267cb19a87189478 (patch) | |
tree | 94bc31d4589aff231fd26c67a57bff6d693e4cb2 /keyboards/ergotravel/readme.md | |
parent | 6b1350d764a0caf16bcf9c175a5c7867d8cd4fcb (diff) |
adding all ErgoTravel Files (#3129)
* adding all ErgoTravel Files
* fixing KC_KEYMAP to LAYOUT_kc on Viet's keymap.c
Diffstat (limited to 'keyboards/ergotravel/readme.md')
-rw-r--r-- | keyboards/ergotravel/readme.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/ergotravel/readme.md b/keyboards/ergotravel/readme.md new file mode 100644 index 0000000000..ad37bc1acc --- /dev/null +++ b/keyboards/ergotravel/readme.md @@ -0,0 +1,28 @@ +ErgoTravel +==== + +![ErgoTravel](https://i.imgur.com/H9t6Q7b.png) + + +A split ergo 4x6 keyboard with 2 or 3 thumb keys and extra inner macro keys designed by Pierre Constantineau. [More info on the GitHub Repo](https://github.com/jpconstantineau/ErgoTravel). + +**Status** The ErgoTravel is currently being beta-tested. + +Keyboard Maintainer: [/u/jpconstantineau](https://github.com/jpconstantineau) + +Hardware Supported: Pro Micro (ATmega32U4) + +Hardware Availability: [Group Buys](https://keyboards.jpconstantineau.com/) or order your own [yourself](https://github.com/jpconstantineau/ErgoTravel/blob/master/OrderingInstructions.md) + + +Make example for this keyboard (after setting up your build environment): + + make ergotravel/rev1:default + +Example of flashing this keyboard: + + make ergotravel/rev1: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. + +A build guide for this keyboard can be found here: [Build Guide](https://github.com/jpconstantineau) |