diff options
author | sanosis <github@sanosis.waw.pl> | 2018-01-28 21:58:03 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-01-28 15:58:03 -0500 |
commit | 2480e5d69a11fd0774d16e57384b69c1e92cbfc8 (patch) | |
tree | 18fc6b69054a032c8c2afabfd92ecbb8d3b6c558 /keyboards/ymdk_np21/README.md | |
parent | 056ecb1463de9fd5ab17e4b15893b2fbd2b1c339 (diff) |
Support for YMDK NP21 (#2316)
* ymdk_np21 initial support
Base support of ymdk_np21 - based on jj40. Full grid layout
* Update README.md
Replacing description.
* Adding YMDK NP21 to comunity list.
Adding YMDK NP21 to community supported list.
Diffstat (limited to 'keyboards/ymdk_np21/README.md')
-rw-r--r-- | keyboards/ymdk_np21/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/ymdk_np21/README.md b/keyboards/ymdk_np21/README.md new file mode 100644 index 0000000000..79e3386f09 --- /dev/null +++ b/keyboards/ymdk_np21/README.md @@ -0,0 +1,17 @@ +# YMDK NP21 + +![kp21 — full grid layout](https://ae01.alicdn.com/kf/HTB1d.txfHsTMeJjSszhq6AGCFXaF.jpg?size=35021&height=662&width=1000&hash=62b3a453686e2154dc51a7af67495e28) + +ps2avrGB based number-pad sold fully assembled by YMDK on Aliexpress. + +Keyboard Maintainer: [QMK Community](https://github.com/qmk) +Hardware Supported: Atmega32A +Hardware Availability: [AliExpress](https://www.aliexpress.com/item/21-Key-NPKC-Programmable-Cherry-MX-Kailh-Gateron-Switches-Mechanical-Keyboard-Numpad-Free-shipping/32812732361.html) + +Make example for this keyboard (after setting up your build environment): + + make ymdk_np21:default:program + +Plugging the board in while pressing 'Top Left Key' (USB on top) will force it to boot bootloader without loading the firmware. + +The code for NP21 is a minor edit of jj40. |