aboutsummaryrefslogtreecommitdiff
path: root/keyboards/np12/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/np12/readme.md')
-rw-r--r--keyboards/np12/readme.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/np12/readme.md b/keyboards/np12/readme.md
new file mode 100644
index 000000000..2b33920a6
--- /dev/null
+++ b/keyboards/np12/readme.md
@@ -0,0 +1,24 @@
1# np12
2
3![np12](https://i.imgur.com/gci7qqZh.jpg)
4
5![np12 pcb](https://i.imgur.com/DIIvW95h.jpg)
6
7Square-shaped 12 keys keypad with an encoder.
8
9* Keyboard Maintainer: [nut1414](https://github.com/nut1414)
10* Hardware Supported: np12 keypad
11* Hardware Availability: Open Source https://github.com/nut1414/np12
12
13
14Make example for this keypad (after setting up your build environment):
15
16 make np12:default
17
18Flashing example for this keyboard:
19
20 make np12:default:flash
21
22To enter bootloader mode, press the reset button located on the left of the encoder.
23
24See 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).