diff options
author | Jaehee <ljh34210329@gmail.com> | 2021-04-20 01:39:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 09:39:54 -0700 |
commit | 3990c0f43d9048b10097487595e969bfeb5bc859 (patch) | |
tree | cdf9876e30811b4472f8f172d4540b90f0e627bf /keyboards/jkdlab/binary_monkey/readme.md | |
parent | 20f35afd53d6a8851d5809e082344134c0e79470 (diff) |
[Keyboard] Add jkdlab/binary_monkey (#12374)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/jkdlab/binary_monkey/readme.md')
-rw-r--r-- | keyboards/jkdlab/binary_monkey/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/jkdlab/binary_monkey/readme.md b/keyboards/jkdlab/binary_monkey/readme.md new file mode 100644 index 0000000000..7a787c76d9 --- /dev/null +++ b/keyboards/jkdlab/binary_monkey/readme.md @@ -0,0 +1,21 @@ +# Binary_Monkey + +![Binary_Monkey](https://i.imgur.com/0meBVKTh.png) + +It is 3-Key macropad, inspired by a monkey. 🐵 + +* Keyboard Maintainer: [JKDLAB.](https://github.com/jkdlab) [yikolden](https://github.com/LDobac) +* Hardware Supported: atmega32u4 +* Hardware Availability: [Gumroad](https://gumroad.com/jkdlab) + +Make example for this keyboard (after setting up your build environment): + + make jkdlab/binary_monkey:default + +If you want switch to bootloader, unplug the keyboard and plug it back while pressing right upper key(Key 1). + +Flashing example for this keyboard (You need to keyboard has in bootloader mode) : + + make jkdlab/binary_monkey:default:flash + +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). |