diff options
author | 2020-09-29 00:25:53 -0400 | |
---|---|---|
committer | 2020-09-28 21:25:53 -0700 | |
commit | 2eeb30cd5ac755fcb8314ec6b39b56412f43baf1 (patch) | |
tree | a5976d2576e9a1999408c2ec9721c8c7e63a7d95 /keyboards/handwired/sick_pad/readme.md | |
parent | c7599bf49fd0f5f7b0d5e863440eaa85d0247690 (diff) | |
download | qmk_firmware-2eeb30cd5ac755fcb8314ec6b39b56412f43baf1.tar.gz |
[Keyboard] Add SiCK-PAD handwired keyboard (#10429)
* Add sick_pad
* Adjust setup for Proton C
* Add readme
* Add info.json
* Make requested changes
* Resolve PR issues
Diffstat (limited to 'keyboards/handwired/sick_pad/readme.md')
-rw-r--r-- | keyboards/handwired/sick_pad/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/handwired/sick_pad/readme.md b/keyboards/handwired/sick_pad/readme.md new file mode 100644 index 000000000..5d3879c40 --- /dev/null +++ b/keyboards/handwired/sick_pad/readme.md @@ -0,0 +1,15 @@ +# SiCK-PAD + + + +The SiCK-PAD is a custom 3D printed mechanical numpad built from scratch without the price tag often associated with one. + +- Keyboard Maintainer: [jmschneider](https://github.com/jmschneider) +- Hardware Supported: QMK Proton C +- Hardware Availability: [files to print and documentation](https://www.thingiverse.com/thing:3682168) + +Make example for this keyboard (after setting up your build environment): + + make handwired/sick_pad:default + +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). |