summaryrefslogtreecommitdiff
path: root/keyboards/handwired/split65/readme.md
diff options
context:
space:
mode:
authorJoris Wachsmuth <52176899+PercyJW-2@users.noreply.github.com>2021-10-12 03:09:25 +0200
committerGitHub <noreply@github.com>2021-10-11 18:09:25 -0700
commit8385ab32d056dae61546279c9d778dd1a20eaada (patch)
tree7e8aa3b35dabc1ebb13dedb6b441fc0ab0b5f9eb /keyboards/handwired/split65/readme.md
parente33ccc556f594e1335e003ac2e8fe84154bfa16e (diff)
[Keyboard] Add Split65 to keyboards/handwired (#13264)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joris Wachsmuth <jwachsmuth@techfak.uni-bielefeld.de>
Diffstat (limited to 'keyboards/handwired/split65/readme.md')
-rw-r--r--keyboards/handwired/split65/readme.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/handwired/split65/readme.md b/keyboards/handwired/split65/readme.md
new file mode 100644
index 0000000000..39dda3c3a5
--- /dev/null
+++ b/keyboards/handwired/split65/readme.md
@@ -0,0 +1,25 @@
+# Split65
+
+An split 65% keyboard with two OLEDs
+
+* Keyboard Maintainer: [Percy-JW2](https://github.com/PercyJW-2)
+* Hardware Supported: ProMicro and compatibles, Proton C
+* Hardware Availability: [Repository](https://github.com/PercyJW-2/Split65)
+
+Make example for this keyboard with an ProMicro:
+
+ make handwired/split65/promicro:default
+
+Make example for this keyboard with an Proton C:
+
+ make handwired/split65/stm32:default
+
+Example for flashing this keyboard with an ProMicro
+
+ make handwired/split65/promicro:default:flash
+
+Example for flashing this keyboard with an Proton C
+
+ make handwired/split65/stm32: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).