aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/ortho75/readme.md
diff options
context:
space:
mode:
authorAndrew Kannan <andrew.kannan@klaviyo.com>2019-06-24 03:28:38 -0400
committerDrashna Jaelre <drashna@live.com>2019-06-24 00:28:38 -0700
commitcd59fe78be54af41c9fa4e5a9474767d8b314cd6 (patch)
treeb36e96f50d47ed69f98bb030074e310e69647326 /keyboards/cannonkeys/ortho75/readme.md
parent1a442f9989c825cb42b41845658874f7f9e90ba7 (diff)
downloadfirmware-cd59fe78be54af41c9fa4e5a9474767d8b314cd6.tar.gz
firmware-cd59fe78be54af41c9fa4e5a9474767d8b314cd6.tar.bz2
firmware-cd59fe78be54af41c9fa4e5a9474767d8b314cd6.zip
[Keyboard] Add Ortho75 (#6177)
* Add Ortho75 * fix typo * Add dfu args to rules.mk * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cannonkeys/ortho75/readme.md')
-rw-r--r--keyboards/cannonkeys/ortho75/readme.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/ortho75/readme.md b/keyboards/cannonkeys/ortho75/readme.md
new file mode 100644
index 000000000..3f94c6246
--- /dev/null
+++ b/keyboards/cannonkeys/ortho75/readme.md
@@ -0,0 +1,12 @@
+# Ortho 75
+
+A Blue Pill STM32F103C8T6-based 15x5 ortholinear keyboard.
+
+Keyboard Maintainer: [Andrew Kannan](https://github.com/awkannan)
+Hardware Supported: Blue Pill STM32F103C8T6
+
+Make example for this keyboard (after setting up your build environment):
+
+ make cannonkeys/ortho75:default
+
+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).