diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-08 04:00:30 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-08 04:00:30 +0000 |
commit | b6000e0fe56ee9e2388175d240656ffd2ec486b8 (patch) | |
tree | 7789f0465b6c37a4f326a8384f597a8931a0a24a /keyboards/late9/readme.md | |
parent | 0cf1186f8d857e62eab30ab3323573fda8238fd9 (diff) | |
parent | 87c2f97def26e4899d1c48a4428f3026aa914275 (diff) | |
download | qmk_firmware-b6000e0fe56ee9e2388175d240656ffd2ec486b8.tar.gz qmk_firmware-b6000e0fe56ee9e2388175d240656ffd2ec486b8.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/late9/readme.md')
-rw-r--r-- | keyboards/late9/readme.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/late9/readme.md b/keyboards/late9/readme.md new file mode 100644 index 0000000000..1d85e788fb --- /dev/null +++ b/keyboards/late9/readme.md @@ -0,0 +1,27 @@ +# LATE-9 + + +The LATE-9 is a multi-tap input keyboard based on mobile phones from the late '90s. LATE-9 is intended as a dev board with 18 buttons and an OLED screen, made by through-hole components only. With this, you can experiment QMK OLED capabilities with very little expense. + +![LATE-9](https://i.imgur.com/QXycTC3h.jpg "LATE-9 first proto") + +See the project repository for gerbers. + +* Keyboard maintainer: [rookiebwoy](https://github.com/rookiebwoy) +* Hardware supported: ProMicro, _Elite-C (not tested)_ +* Project repository: [LATE-9 on github](https://github.com/rookiebwoy/late-9) + +Make example for this keyboard (after setting up your build environment): + + make late9/rev1:default + +Flashing example for this keyboard: + + make late9/rev1:default:flash + + +When asked by the terminal, short with a metal wire the pins on the backside of the board highlighted as `RST` (one is the `RESET` and the other one is `GROUND`) to enter the bootloader and let the OS detects the device. +After installing this firmware you can use Bootmagic to enter the bootloader while plugging in your LATE-9. By default it's the button on the upper-left of 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 [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). + |