diff options
author | Mika Kuitunen <mika.kuitunen@hotmail.com> | 2020-10-23 06:08:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 20:08:56 -0700 |
commit | e7d8ccdbb2c14af9cf37be680af1d8633729b65a (patch) | |
tree | 8a75e70ab60e89f75c6840f66d689956b7786277 /keyboards/tunks/ergo33/readme.md | |
parent | c45d7e526c9c5315c3fe2e831b01778c51b7a953 (diff) |
[Keyboard] Add support for Tunks Ergo33 keyboard (#10665)
* [Keyboard] Add support for Tunks Ergo33
* [Keyboard] Ergo33: Code style fixes
* [Keyboard] Ergo33: Add GPL license headers
* [Keyboard] Ergo33: remove keymap_config declarations
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/tunks/ergo33/readme.md')
-rw-r--r-- | keyboards/tunks/ergo33/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/tunks/ergo33/readme.md b/keyboards/tunks/ergo33/readme.md new file mode 100644 index 0000000000..d825ef3af8 --- /dev/null +++ b/keyboards/tunks/ergo33/readme.md @@ -0,0 +1,20 @@ +# Ergo33 + +A one-handed 33-key keypad for gaming, macros etc. + +* Keyboard Maintainer: [Mika Kuitunen / kulmajaba](https://github.com/kulmajaba) +* Hardware Supported: Ergo33 PCB, ATmega32U4 MCU, Kailh hot-swap sockets, EC11 rotary encoder +* Hardware Availability: Open source, schema and layout: [Github](https://github.com/kulmajaba/tunks-keyboard) + + + + +Make example for this keyboard (after setting up your build environment): + + make ergo33:default + +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). + +### Bootloader mode + +To get the keyboard into bootloader mode, press the switch `SW1` on the backside of the PCB once while the keyboard is connected to USB. |