diff options
author | Gregorio <38576492+ohchiko@users.noreply.github.com> | 2021-05-31 11:04:26 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-30 21:04:26 -0700 |
commit | 1a3064afb186328c17c679094b0f92cbd46844b5 (patch) | |
tree | 9a1642756e5dc88489d07b0c4eeb79aac559a8cd /keyboards/rubi/readme.md | |
parent | 2b8f1fcdfbf1dbd486036eaf908a57730d251174 (diff) |
[Keyboard] Add Rubi Numpad (#12283)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/rubi/readme.md')
-rw-r--r-- | keyboards/rubi/readme.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/rubi/readme.md b/keyboards/rubi/readme.md new file mode 100644 index 0000000000..b46487cfb9 --- /dev/null +++ b/keyboards/rubi/readme.md @@ -0,0 +1,23 @@ +# Rubi + +![Rubi](https://i.imgur.com/XUzxe0rh.jpg) + +[Proto Album](https://imgur.com/a/QVtU7hV) + +A 4x5 layout numpad with rotary encoder, LED indicator and OLED screen, featuring a basic calculator inside the OLED screen. The PCB supports both hotswap and solderable switch. Currently the PCB and case can only be purchased in Indonesia. + +* Keyboard Maintainer: [ohchiko](https://github.com/ohchiko) +* Hardware Supported: Rubi PCB Rev. A, ATMega32u4 +* Hardware Availability: Local Indonesia GB. + +Make example for this keyboard (after setting up your build environment): + + make rubi:default + +Flashing example for this keyboard: + + make rubi:default:flash + +To put this keyboard into bootloader mode (for flashing firmware), simply activate layer 3 and press the middle key (key "5" on the proto picture) on the default keymap. + +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). |