diff options
author | Major Koos <MajorKoos@users.noreply.github.com> | 2016-09-02 16:14:40 -0700 |
---|---|---|
committer | Major Koos <MajorKoos@users.noreply.github.com> | 2016-09-02 16:14:40 -0700 |
commit | 295ef0d9649b7482c380f38dd6157879df4af91d (patch) | |
tree | 9263d0c4ee25e8bc2a63f8493f8ecd07975a00a3 /keyboards/jd40/readme.md | |
parent | e28d151a8a1d458f3c18897c6095decc17b0c3a1 (diff) | |
download | qmk_firmware-295ef0d9649b7482c380f38dd6157879df4af91d.tar.gz |
Add support for JD40 MKII PCB
RGB Included.
Diffstat (limited to 'keyboards/jd40/readme.md')
-rw-r--r-- | keyboards/jd40/readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/jd40/readme.md b/keyboards/jd40/readme.md new file mode 100644 index 000000000..7daa0980e --- /dev/null +++ b/keyboards/jd40/readme.md @@ -0,0 +1,17 @@ +## jd40 mkii keyboard firmware + + Pins: + MATRIX_ROW_PINS { F0, F1, F5, B4 } + MATRIX_COL_PINS { F4, D7, B5, B6, C6, C7, D4, D6, D5, D0, D1, D2 } + RGB_DI_PIN D3 + +====================== + +## Quantum MK Firmware + +For the full Quantum feature list, see [the parent readme.md](/readme.md). + +## Building + +Download or clone the whole firmware and navigate to the keyboards/jd40 folder. +Once your dev env is setup, you'll be able to type `make` to generate your .hex - you can then use the Amtel Flip to program your .hex file. |