summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/terminus_mini/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-251-4/+2
|
* Move `TAPPING_TERM` to data driven (#21296)Ryan2023-06-241-0/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `TAPPING_TOGGLE` to data driven (#21360)Ryan2023-06-241-0/+3
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-121-46/+49
|
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-111-0/+5
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-301-1/+7
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* handwired/terminus_mini: refactor, Configurator support, and readme cleanup ↵noroadsleft2019-03-021-0/+59
(#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