summaryrefslogtreecommitdiff
path: root/keyboards/0_sixty/readme.md
diff options
context:
space:
mode:
authorVinam Arora <vinam.arora8@gmail.com>2021-01-11 14:51:19 +0530
committerGitHub <noreply@github.com>2021-01-11 01:21:19 -0800
commitb113888ec55e456ffcff2d6b04ad29309d01b325 (patch)
tree877a742a2ca0332b6fda1ca4fc5eb1b64d8f2f41 /keyboards/0_sixty/readme.md
parentf8cbad20abed635320d6c2dd8c367f66e38d5a60 (diff)
[Keyboard] Add 0-Sixty (#11303)
* New keyboard: 0-Sixty * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/0_sixty/readme.md')
-rw-r--r--keyboards/0_sixty/readme.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/0_sixty/readme.md b/keyboards/0_sixty/readme.md
new file mode 100644
index 0000000000..19b4ef96d5
--- /dev/null
+++ b/keyboards/0_sixty/readme.md
@@ -0,0 +1,27 @@
+# 0-Sixty
+
+![0-Sixty](https://imgur.com/azmMb6Rl.jpg)
+
+![0-Sixty PCB](https://i.imgur.com/I0TkQ0Rl.jpg)
+
+0-Sixty (pronounced "zero to sixty") is a 60 key ortholinear keyboard inspired by the [Discipline](https://github.com/coseyfannitutti/discipline) and the [Preonic](https://drop.com/buy/preonic-mechanical-keyboard). It is designed as a DIY through-hole kit and uses the ProMicro as its controller.
+
+[More images here](https://imgur.com/a/b0JINqX)
+
+* Keyboard Maintainer: [vinamarora8](https://github.com/vinamarora8)
+* Hardware Supported: 0-Sixty PCB
+* Hardware Availability: Private Group-Buy
+
+Getting the board into bootloader mode:
+
+To be able to flash firmware onto this board, you'll need to bring the ProMicro into bootloader mode. Simply tap the small reset button twice. The button is placed to the right of the ProMicro.
+
+Make example for this keyboard (after setting up your build environment):
+
+ make 0_sixty:default
+
+Flashing example for this keyboard:
+
+ make 0_sixty: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).