summaryrefslogtreecommitdiff
path: root/keyboards/tkw/grandiceps/readme.md
diff options
context:
space:
mode:
authorvattern <thys@vektorfoto.co.za>2021-03-15 17:42:09 +0000
committerGitHub <noreply@github.com>2021-03-15 17:42:09 +0000
commit926389f3a700ac2cde66b1b982525cd1e7b1a200 (patch)
treec74587f209f89c3b6714ee85ba155e173292a50d /keyboards/tkw/grandiceps/readme.md
parent52b7ebd6be2532fc41ef1593be8e22c5f39d9a1e (diff)
Keyboard/grandiceps (#11933)
* Add Grandiceps keyboard * Fix info.json * Fix typo * Fix typo * cleanup format * move mcu files to root * Updated with PR changes * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * PR issues for chibios confmigrate * PR Changes Co-authored-by: Thys de Wet <thys@vectorphoto.co.uk> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/tkw/grandiceps/readme.md')
-rw-r--r--keyboards/tkw/grandiceps/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/tkw/grandiceps/readme.md b/keyboards/tkw/grandiceps/readme.md
new file mode 100644
index 0000000000..894f1c8d7a
--- /dev/null
+++ b/keyboards/tkw/grandiceps/readme.md
@@ -0,0 +1,19 @@
+# grandiceps
+
+![grandiceps](https://i.imgur.com/FMtsboVl.jpg)
+
+ARM split keyboard with RGB underglow and encoders.
+
+* Keyboard Maintainer: [vattern](https://github.com/vattern)
+* Hardware Supported: f411 blackpill
+* Hardware Availability: [grandiceps](https://github.com/vattern/grandiceps)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make tkw/grandiceps:default
+
+Flashing example for this keyboard:
+
+ make tkw/grandiceps: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).