diff options
author | Arda Kılıçdağı <ardakilicdagi@gmail.com> | 2019-10-22 05:27:26 +0300 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-21 19:27:26 -0700 |
commit | f033d8113d627c6950dc87936dfdb70e2b1ebf5f (patch) | |
tree | 7ff43c3a23cd38cfa1930546fde7a669e43033b1 /keyboards/40percentclub/4pack/readme.md | |
parent | 267be40793457722cb8a7ab0b3c6c5654e433f9e (diff) | |
download | qmk_firmware-f033d8113d627c6950dc87936dfdb70e2b1ebf5f.tar.gz qmk_firmware-f033d8113d627c6950dc87936dfdb70e2b1ebf5f.zip |
[Keyboard] 40percentclub 4 pack macropad keyboard (#7088)
* 4 pack macropad layout added
* Update keyboards/40percentclub/4pack/keymaps/default/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/40percentclub/4pack/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/40percentclub/4pack/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/40percentclub/4pack/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/40percentclub/4pack/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* remove unnecessary comments, remove firmware impact numbers, align comments
* remove unnecessary readme paragraphs
* pinout changed with direct pins instead of matrix
* typo fixed on led method name
* leds are now handled by backlight feture, led.c removed, info.json added, flash instructions updated
Diffstat (limited to 'keyboards/40percentclub/4pack/readme.md')
-rw-r--r-- | keyboards/40percentclub/4pack/readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/40percentclub/4pack/readme.md b/keyboards/40percentclub/4pack/readme.md new file mode 100644 index 0000000000..5fcfbf892d --- /dev/null +++ b/keyboards/40percentclub/4pack/readme.md @@ -0,0 +1,17 @@ +# 4 Pack + +![4pack](https://i.imgur.com/rioXXq5l.jpg) + +A 4-key macropad PCB with its switch and LED pins wired directly to microcontroller IO pins. + +You can find the main blog post about this macropad [here](http://www.40percent.club/2017/07/4-pack.html), also the Gerber files and other documentation is located [here](https://git.40percent.club/di0ib/Misc/src/branch/master/4pack). + +Keyboard Maintainer: [Arda Kilicdagi](http://github.com/ardakilic), [The QMK Community](https://github.com/qmk) +Hardware Supported: 4 Pack PCB, Pro Micro +Hardware Availability: [40percent.club](https://git.40percent.club/di0ib/Misc/src/branch/master/4pack) + +Make example for this macropad (after setting up your build environment): + + make 40percentclub/4pack:default:flash + +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). |