summaryrefslogtreecommitdiffstats
path: root/keyboards/xelus/ninjin/readme.md
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2021-04-25 08:57:22 +0000
committerGitHub <noreply@github.com>2021-04-25 18:57:22 +1000
commit611cd80861b1bd8ad57ef5b78f11a349e74b1949 (patch)
tree7a987f68d94fe0df6f317b32ee2830acaa4fd05d /keyboards/xelus/ninjin/readme.md
parent89bd04b9eba72c93e6e9227179aa4a1236f3061b (diff)
[Keyboard] Ninjin (#12496)
* ninjin init * put in gpl thing * underglow * update to latest chibios * fix gpl headers * remove other files * fix header * Update keyboards/xelus/ninjin/readme.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/xelus/ninjin/mcuconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/xelus/ninjin/halconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/xelus/ninjin/readme.md')
-rw-r--r--keyboards/xelus/ninjin/readme.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/xelus/ninjin/readme.md b/keyboards/xelus/ninjin/readme.md
new file mode 100644
index 0000000000..d84c2c7a95
--- /dev/null
+++ b/keyboards/xelus/ninjin/readme.md
@@ -0,0 +1,16 @@
+# Ninjin
+
+Ninjin is a USB-C, hotswap and underglow TKL PCB.
+
+* Keyboard Maintainer: [Xelus22](https://github.com/Xelus22)
+* Hardware Supported: STM32F072CBT6
+
+Make example for this keyboard (after setting up your build environment):
+
+ make xelus/ninjin:default
+
+Flashing example for this keyboard:
+
+ make xelus/ninjin: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).