diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-13 01:27:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-13 01:27:46 +0000 |
commit | bc9cd3e9972002696c4f3ab2840c2ad75431e51d (patch) | |
tree | 5f78bb1c0fb1fc5af55c1b24cd7f7ee0ac0e0a7b /keyboards/np12/readme.md | |
parent | da0c551692b117e4f91ca3e446155027290e3c96 (diff) | |
parent | 0bada398dfba61c93ee5dbec0aeb92b8af0f45a4 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 0000000000..2b33920a61 --- /dev/null +++ b/keyboards/np12/readme.md @@ -0,0 +1,24 @@ +# np12 + +![np12](https://i.imgur.com/gci7qqZh.jpg) + +![np12 pcb](https://i.imgur.com/DIIvW95h.jpg) + +Square-shaped 12 keys keypad with an encoder. + +* Keyboard Maintainer: [nut1414](https://github.com/nut1414) +* Hardware Supported: np12 keypad +* Hardware Availability: Open Source https://github.com/nut1414/np12 + + +Make example for this keypad (after setting up your build environment): + + make np12:default + +Flashing example for this keyboard: + + make np12:default:flash + +To enter bootloader mode, press the reset button located on the left of the encoder. + +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). |