summaryrefslogtreecommitdiff
path: root/keyboards/gorthage_truck/info.json
AgeCommit message (Collapse)Author
2023-04-25Move miscellaneous layouts to data driven (#20516)Ryan
2023-03-05Move matrix config to info.json, part 1 (#19985)Ryan
2023-02-26Move encoder config to data driven (#19923)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-17Move LED indicator config to data driven (#19800)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2022-07-27Move keyboard USB IDs and strings to data driven: G (#17818)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2021-08-15Gorthage Truck Refactor (#14006)James Young
* info.json: apply human-friendly formatting * info.json: make key labels more friendly to `qmk info -l` * correct LAYOUT_3u key sequence * correct LAYOUT_7u key sequence * correct LAYOUT_10u key sequence * refactor default keymap - use QMK short-form keycodes - update grid alignment - use four-space indent - touch up with `qmk cformat` * refactor 10u keymap - use QMK short-form keycodes - add encoder_update_user() function - update grid alignment - use four-space indent * refactor 7u keymap - use QMK short-form keycodes - add encoder_update_user() function - update grid alignment - use four-space indent * refactor gorthage_truck.h - update grid alignments - use XXX for KC_NO - insert omitted KC_NO instances * correct keyboard metadata in info.json - use GitHub username for maintainer - correct keyboard dimensions * add encoder_update_kb() function to gorthage_truck.c Gives QMK Configurator compile jobs encoder functionality. * update maintainer field in info.json As requested by jpuerto96 (s8erdude).
2021-08-10[Keyboard] Gorthage Truck - Rotary Encoder Switch Position (#13942)jpuerto96
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-08-07[Keyboard] Gorthage Truck - New PCB (#13909)jpuerto96
Co-authored-by: Ryan <fauxpark@gmail.com>