diff options
author | Alabahuy <rezolutionrez@gmail.com> | 2022-03-21 00:05:56 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-20 17:05:56 +0000 |
commit | 1bc8793f83b205bb1c1dd18a6f9f3db14bbafe91 (patch) | |
tree | 90e82c2ea7311bfdeffc185bd21803b660488dbc /keyboards/rart/rart75hs/readme.md | |
parent | 6125f7bf4d15b4ab9403186a5282bb75bc00bd07 (diff) | |
download | qmk_firmware-1bc8793f83b205bb1c1dd18a6f9f3db14bbafe91.tar.gz qmk_firmware-1bc8793f83b205bb1c1dd18a6f9f3db14bbafe91.zip |
Add Rart75 hotswap and support via (#16619)
* Add Keyboard Rart75 Hotswap version
* Update readme
* Update config and readme
* Update info.json
* update readme and keymaps
Diffstat (limited to 'keyboards/rart/rart75hs/readme.md')
-rw-r--r-- | keyboards/rart/rart75hs/readme.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/rart/rart75hs/readme.md b/keyboards/rart/rart75hs/readme.md new file mode 100644 index 0000000000..af8db99a02 --- /dev/null +++ b/keyboards/rart/rart75hs/readme.md @@ -0,0 +1,30 @@ +# [RART 75 Hotswap](https://github.com/alabahuy/RART/tree/master/RART75) + +![RART 75](https://i.imgur.com/FVWlm8Uh.jpeg) + +75% pcb with encoder, based on IMKG (Indonesia Mechanical Keyboard Group) + +* Keyboard Maintainer: [Alabahuy](https://github.com/alabahuy) +* Hardware Supported: RART75 PCB, Atmega32a, Type C, Encoders +* Hardware Availability: Private GB + +Make example for this keyboard (after setting up your build environment): + + make rart/rart75hs:default + +Flashing example for this keyboard: + + make rart/rart75hs:default:flash + +## Bootloader + +Enter the bootloader in 3 ways: + +* To Enter the bootloader you can short and hold boot pin, short reset pin, release reset and boot pin. + +* Bootmagic reset, hold down the key at (0,0) in the matrix (ESC) and plug in the keyboard. + +* Bootloader reset on the matrix, hold down key at (0,1) and plug in the keyboard + + +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). |