summaryrefslogtreecommitdiff
path: root/keyboards/neito/readme.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-16 16:40:05 +0000
committerQMK Bot <hello@qmk.fm>2021-07-16 16:40:05 +0000
commit4bef126293b8f350ae0920d465c32680566d5f9d (patch)
treeaa3a4596fafe5f09b42602a9da656b26f5fd730e /keyboards/neito/readme.md
parentff33eaea41b6b85776a124916fd30e69c71ad2f7 (diff)
parent455a988aa6aa4070f56dbcc88af00b215c616292 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/neito/readme.md')
-rw-r--r--keyboards/neito/readme.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/neito/readme.md b/keyboards/neito/readme.md
new file mode 100644
index 0000000000..eec96d3341
--- /dev/null
+++ b/keyboards/neito/readme.md
@@ -0,0 +1,24 @@
+# Neito
+### by Oliver Granlund
+
+ISO-variant of TGR Alice with a few tweaks!
+
+![First prototype](https://i.imgur.com/GbZAnIpl.jpg)
+
+![First prototypes backside](https://i.imgur.com/h7Hx6EUl.jpg)
+
+* Keyboard Maintainer: [Oliver Granlund](https://github.com/OlliGranlund)
+* Hardware Supported: Neito PCB (ATmega32U4)
+* Hardware Availability: Group Buys hosted on [https://olli.works](https://olli.works)
+
+Getting the board into bootloader mode:
+
+To be able to flash firmware onto this board, you'll need to bring the keyboard into bootloader mode. The keyboard has a debug-panel located between the keys "H" and "N". In this 2x3-panel, short the two pins which are furthest away from the atmega32u4 microcontroller. See the red arrows in the image below.
+
+![Reset pins](https://i.imgur.com/fN2XjY8l.jpg)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make neito: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).