summaryrefslogtreecommitdiff
path: root/keyboards/cutie_club/borsdorf/readme.md
diff options
context:
space:
mode:
authorCallum Hart <mini-ninja-64@users.noreply.github.com>2021-01-11 08:04:28 +0000
committerGitHub <noreply@github.com>2021-01-11 00:04:28 -0800
commitd877f40b7076ed1594aef61aff7940793b896403 (patch)
tree225b8b38b40d47b1140eb9ab68e6b3cce199fd29 /keyboards/cutie_club/borsdorf/readme.md
parentebfe668fff54a3fd0731ca26a0a38bf33cab7ee7 (diff)
[Keyboard] Add Borsdorf keyboard (#11474)
* Add Borsdorf * Delete config.h * Add basic VIA keymap * Update default keymap * Default now uses layout_all * Default now has layer with reset key * Fix missing comma in borsdorf keymap * Update rules.mk to be less specific * Update chibiOS files * Update keymaps to swap GUI and Alt keys * Delete unnecessary readme * Update VIA keymap to match default * Remove boilerplate from readme * Udate Copyright message * Remove unused key from LAYOUT_rshift * Update borsdorf.c Remove unnecessary boiler plate Co-authored-by: Joel Challis <git@zvecr.com> * Add copyright message to VIA keymap Co-authored-by: Joel Challis <git@zvecr.com> * Fix missing directory in readme Co-authored-by: Joel Challis <git@zvecr.com> * Fix incorrect rules.mk * Update BOOTMAGIC_ENABLE to the preferred lite Co-authored-by: Joel Challis <git@zvecr.com> * Remove redundant description from config Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/cutie_club/borsdorf/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/cutie_club/borsdorf/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cutie_club/borsdorf/readme.md')
-rw-r--r--keyboards/cutie_club/borsdorf/readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/cutie_club/borsdorf/readme.md b/keyboards/cutie_club/borsdorf/readme.md
new file mode 100644
index 0000000000..41b9938705
--- /dev/null
+++ b/keyboards/cutie_club/borsdorf/readme.md
@@ -0,0 +1,13 @@
+# Borsdorf
+
+![Borsdorf](https://cdn.discordapp.com/attachments/431112542882889741/617038871309582356/DSCF1868_edited.png)
+
+* Keyboard Maintainer: [Cutie Club](https://github.com/cutie-club/)
+* Hardware Supported: STM32F072 based keyboard for the Borsdorf
+* Hardware Availability: [Group Buy now completed](https://geekhack.org/index.php?topic=105717.0)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make cutie_club/borsdorf: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).