diff options
Diffstat (limited to 'keyboards/np12/readme.md')
-rw-r--r-- | keyboards/np12/readme.md | 24 |
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 |  | ||
4 | |||
5 |  | ||
6 | |||
7 | Square-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 | |||
14 | Make example for this keypad (after setting up your build environment): | ||
15 | |||
16 | make np12:default | ||
17 | |||
18 | Flashing example for this keyboard: | ||
19 | |||
20 | make np12:default:flash | ||
21 | |||
22 | To enter bootloader mode, press the reset button located on the left of the encoder. | ||
23 | |||
24 | 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). | ||