diff options
author | J.Flanagan <jrfhoutx@comcast.net> | 2019-09-14 16:03:14 -0500 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-09-14 14:03:14 -0700 |
commit | 0cbe1eb433726f32885433835cd633c65199393a (patch) | |
tree | 89529dfcfcfcfc67e2135232fb17895bf4e19a58 /keyboards/2key2crawl/readme.md | |
parent | 969dd8be562ad8d52822673e065f5d9947eb809d (diff) | |
download | qmk_firmware-0cbe1eb433726f32885433835cd633c65199393a.tar.gz |
[Keyboard] Add 2key2crawl (#6727)
* adding working 2key2crawl
Adding working 2key2crawl files
edited files in accordance with original PR comments
* Changes
Changes and updates
* Update readme.md
* Update config.h
removed IS_COMMAND block that was missed in previous commit
* Changes to vol/keymap.c
Removed unneccesary function
Diffstat (limited to 'keyboards/2key2crawl/readme.md')
-rw-r--r-- | keyboards/2key2crawl/readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/2key2crawl/readme.md b/keyboards/2key2crawl/readme.md new file mode 100644 index 000000000..7651f4025 --- /dev/null +++ b/keyboards/2key2crawl/readme.md @@ -0,0 +1,16 @@ +# 2Key2CrawlPad + +![2Key2CrawlPad](https://i.imgur.com/ON7m7RI.jpg) + +A 2x5 macropad/numpad with a rotary encoder, exclusively available at Austin Keycrawl 2018 (12-01-2018). + +Keyboard Maintainer: QMK Community +Keyboard Designer: [Cole Markham](https://github.com/colemarkham) +Hardware Supported: Crawlpad +Hardware Availability: Exclusive to Keycrawl events, contact [awwwwwwyeaahhhhhh](https://www.reddit.com/user/awwwwwwyeaahhhhhh) for more details. + +Make example for this keyboard (after setting up your build environment): + + make 2key2crawl: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). |