diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-01-16 09:08:12 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-16 09:08:12 -0800 |
commit | 6630e4bb4156ec41f2a255dea4937f578cc62e06 (patch) | |
tree | 635d5b93b231da6ec38188e0b68dd533709e4cce /keyboards/crawlpad/readme.md | |
parent | 57fbf072f145bcf560c812a7976ba0f4f702f946 (diff) |
Crawlpad refactor (#4854)
* Crawlpad: delete kbfirmware JSON file
* Crawlpad: refactor
- config.h and crawlpad.h updated to use #pragma once method
- layout macro renamed from KEYMAP to LAYOUT_ortho_4x4
- default keymap now uses #include QMK_KEYBOARD_H
- deleted deprecated action_get_macro function
- cleanup rules.mk file
- add LAYOUTS = ortho_4x4 to rules.mk
* Crawlpad: Configurator support
* Crawlpad: readme update
- update image link to direct link
- fully update Docs link line
- delete reference to deleted kbfirmware JSON file
Diffstat (limited to 'keyboards/crawlpad/readme.md')
-rw-r--r-- | keyboards/crawlpad/readme.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/crawlpad/readme.md b/keyboards/crawlpad/readme.md index b2ea0e8c27..9eb01b7b61 100644 --- a/keyboards/crawlpad/readme.md +++ b/keyboards/crawlpad/readme.md @@ -1,6 +1,6 @@ # Crawlpad -![Crawlpad](https://imgur.com/8BnztWo) +![Crawlpad](https://i.imgur.com/8BnztWo.jpg) A 4x4 macropad/numpad, exclusively availabe at Keycrawl events. @@ -12,6 +12,4 @@ Make example for this keyboard (after setting up your build environment): make crawlpad:default -See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. - -For those that prefer a GUI tool, the crawlpad.json file in this repo can be used on [kbfirmware.com](http://kbfirmware.com).
\ No newline at end of file +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). |