diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-03-02 17:08:42 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-02 17:08:42 -0800 |
commit | 79e0964d2194a26fc011547006a6fc3f8a99947a (patch) | |
tree | fc09e75c1ef3873400ba9b9f10f08e0e3f82c18e /keyboards/handwired/terminus_mini/readme.md | |
parent | 6e48ea082dc27ac25bd0422e974cefe7a00788f6 (diff) |
handwired/terminus_mini: refactor, Configurator support, and readme cleanup (#5292)
* handwired/terminus_mini: refactor
- white space changes in terminus_mini.h (alignment)
- keymap now uses #include QMK_KEYBOARD_H
- refactored TMK macros into QMK process_record_user
- refactored TMK layer functions into QMK keycodes
- removed redundant keycode definitions
* handwired/terminus_mini: Configurator support
* handwired/terminus_mini: readme cleanup
- completed keyboard description
- removed Hardware Availability line (it was blank)
- updated Docs links
Diffstat (limited to 'keyboards/handwired/terminus_mini/readme.md')
-rw-r--r-- | keyboards/handwired/terminus_mini/readme.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/handwired/terminus_mini/readme.md b/keyboards/handwired/terminus_mini/readme.md index 5f0271bb40..a5fc8eee61 100644 --- a/keyboards/handwired/terminus_mini/readme.md +++ b/keyboards/handwired/terminus_mini/readme.md @@ -1,13 +1,12 @@ # terminus_mini handwired -Custom handwired keyboard. +Custom handwired keyboard inspired by the UniKeyboard Terminus Mini 2. Keyboard Maintainer: [James Morgan](https://github.com/mogranjm) -Hardware Supported: Custom handwired keyboard -Hardware Availability: +Hardware Supported: Custom handwired keyboard Make example for this keyboard (after setting up your build environment): make handwired/terminus_mini: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.
\ 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). |