diff options
author | Alabahuy <rezzaadio@gmail.com> | 2020-07-17 22:39:55 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 16:39:55 +0100 |
commit | 9aa953ecb476b952e9cb16a1812e9e1aef88b8dd (patch) | |
tree | c512eec8e896bd163621e9ff9cf9e89d09c94e04 /keyboards/rart/rart75/readme.md | |
parent | 9fddb1b5fad6b263750598131af31867e24a077f (diff) | |
download | qmk_firmware-9aa953ecb476b952e9cb16a1812e9e1aef88b8dd.tar.gz qmk_firmware-9aa953ecb476b952e9cb16a1812e9e1aef88b8dd.zip |
[Keyboard] add rart75 (#9649)
* Create config.h
* Create info.json
* Create rart75.c
* Create rart75.h
* Create readme.md
* Create rules.mk
* Create keymap.c
* Create keymap.c
* Update keymap.c
* Update info.json
* Update info.json
* Update info.json
* Update readme.md
* Update config.h
* Update rules.mk
* Update readme.md
* Update readme.md
Diffstat (limited to 'keyboards/rart/rart75/readme.md')
-rw-r--r-- | keyboards/rart/rart75/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/rart/rart75/readme.md b/keyboards/rart/rart75/readme.md new file mode 100644 index 0000000000..ac13275c1c --- /dev/null +++ b/keyboards/rart/rart75/readme.md @@ -0,0 +1,15 @@ +# [RART 75](https://github.com/alabahuy/RART/tree/master/RART75) + +![RART 75 TOP](https://user-images.githubusercontent.com/30220306/85908009-9de88a80-b83d-11ea-84e8-d1bc07e6bf38.png) + +75% pcb with encoder, based on IMKG (Indonesia Mechanical Keyboard Group) + +* Keyboard Maintainer: [Alabahuy](https://github.com/alabahuy) +* Hardware Supported: RART75 PCB, Atmega32U4, Mini USB, Encoders +* Hardware Availability: Private GB + +Make example for this keyboard (after setting up your build environment): + + make rart/rart75: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). |