diff options
author | Yatara <43754086+yatara-cc@users.noreply.github.com> | 2020-01-30 23:37:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 14:37:23 -0800 |
commit | 31e4583f4a171823cfa639cc6a9795e892c0455f (patch) | |
tree | b6c283d5f1782ef31ad8c89abf90351a759fd943 /keyboards/yatara/drink_me/readme.md | |
parent | 17a089d21b261777f4fa48af34b6e012d69d3945 (diff) | |
download | qmk_firmware-31e4583f4a171823cfa639cc6a9795e892c0455f.tar.gz qmk_firmware-31e4583f4a171823cfa639cc6a9795e892c0455f.zip |
[Keyboard] Add support for Drink Me (#8039)
* Add initial configuration and keymaps for Yatara Drink Me.
* Apply suggestions from code review
* Apply suggestions from code review
* Add transparent layers in VIA layout so there are four layers in total. Amend closing bracket indentation in keymap.c files.
Diffstat (limited to 'keyboards/yatara/drink_me/readme.md')
-rw-r--r-- | keyboards/yatara/drink_me/readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/yatara/drink_me/readme.md b/keyboards/yatara/drink_me/readme.md new file mode 100644 index 0000000000..215f812f10 --- /dev/null +++ b/keyboards/yatara/drink_me/readme.md @@ -0,0 +1,17 @@ +# Drink Me + +![Drink Me](https://i.imgur.com/iz56Er0.jpg) + +A 4% ergo macropad. + +* Keyboard Maintainer: [Yatara](https://github.com/yatara-cc) +* Hardware Supported: Drink Me PCB (ATmega32U2) +* Hardware Availability: [Interest Check on Reddit](https://www.reddit.com/r/MechanicalKeyboards/comments/evu429/ic_drink_me_4_ergo_interest_check_giveaway/) + +Make example for this keyboard (after setting up your build environment): + +``` +make yatara/drink_me: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). |