summaryrefslogtreecommitdiff
path: root/keyboards/foxlab/time80/readme.md
diff options
context:
space:
mode:
authorLukas Alexandre <the.lukelex@gmail.com>2020-11-14 23:33:51 +0100
committerGitHub <noreply@github.com>2020-11-14 14:33:51 -0800
commita7afaa36a1ed7749b7374106ff0ddab2a3a221b5 (patch)
treec5747d6cb656c2012be63f526890fc21f36f2078 /keyboards/foxlab/time80/readme.md
parentd7c1b890f18418248658d48c9eac5df37091a1f2 (diff)
[Keyboard] Time 80 TKL by Fox Lab (#10851)
* Porting Time 80 TKL * Update keyboards/foxlab/key65/hotswap/readme.md * Update keyboards/foxlab/time80/rules.mk * Update keyboards/foxlab/time80/config.h * Update keyboards/foxlab/time80/readme.md * Update keyboards/foxlab/time80/readme.md * Update keyboards/foxlab/time80/config.h * Use LAYOUT_all * Fixing placement of shortcuts
Diffstat (limited to 'keyboards/foxlab/time80/readme.md')
-rw-r--r--keyboards/foxlab/time80/readme.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/foxlab/time80/readme.md b/keyboards/foxlab/time80/readme.md
new file mode 100644
index 0000000000..66fd66b4b6
--- /dev/null
+++ b/keyboards/foxlab/time80/readme.md
@@ -0,0 +1,27 @@
+# time80
+
+![time80](https://i.imgur.com/8HpYStPl.jpg)
+
+Time is an intricate custom keyboard kit from Fox Lab, a group of
+Chinese designers focused on making maximizing the potential for
+design and detail in custom keyboards. Featuring an 18-piece design,
+Time is the custom keyboard with the most number of parts in existence (so far).
+
+* Keyboard Maintainer: [Lukas Alexander](https://github.com/lukelex)
+* Hardware Supported: Time 80 PCB
+* Hardware Availability: [Group Buy](https://geekhack.org/index.php?topic=92349.0)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make foxlab/time80:default
+
+Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid))
+
+ make foxlab/time80:default:flash
+
+**Reset Key**: There are no reset switches or pads. Follow this
+[guide](https://docs.qmk.fm/#/flashing_bootloadhid)
+to have it flashed for the first time. Remember to add a `RESET`
+key on your keymap for future endeavors.
+
+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).