summaryrefslogtreecommitdiff
path: root/keyboards/acekeyboard/titan60/readme.md
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2020-11-16 21:14:59 -0800
committerGitHub <noreply@github.com>2020-11-16 21:14:59 -0800
commit88c09aa89232ad9581f5e2313f377443ee6dd0dc (patch)
treebb3b2d937025ca7d5614a2a293ab8990f59b3b4f /keyboards/acekeyboard/titan60/readme.md
parent69bb9b7386b22bc9628a2a8128e79e17b20bc1f7 (diff)
[Keyboard] Add Titan 60 (#10886)
* initial commit * fix up some documentation * titan60 firmware * add supported layouts * fixup default keymap * fixup via keymap * fixup default keymap * some code cleanups
Diffstat (limited to 'keyboards/acekeyboard/titan60/readme.md')
-rw-r--r--keyboards/acekeyboard/titan60/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/acekeyboard/titan60/readme.md b/keyboards/acekeyboard/titan60/readme.md
new file mode 100644
index 0000000000..f977b4b89f
--- /dev/null
+++ b/keyboards/acekeyboard/titan60/readme.md
@@ -0,0 +1,17 @@
+# titan60
+
+60% custom keyboard originally meant for the Saturn 60
+
+* Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
+* Hardware Supported: Titan 60 PCB
+* Hardware Availability: [Acekeyboard](https://acekeyboard.co/)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make acekeyboard/titan60:default
+
+Flashing example for this keyboard:
+
+ make acekeyboard/titan60: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).