summaryrefslogtreecommitdiffstats
path: root/data/templates
Commit message (Collapse)AuthorAgeFilesLines
* [Core] Quantum Painter - LVGL Integration (#18499)jpe2302022-12-135-0/+91
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-051-2/+2
|\
| * Update info.json (#16540)Joel Challis2022-03-061-2/+2
| |
* | Rework generate-api CLI command to use .build directory (#16441)Joel Challis2022-02-271-0/+5
|/
* Align new-keyboard with recent schema updates (#16378)Joel Challis2022-02-161-1/+1
|
* Various fixes for new-keyboard (#16358)Joel Challis2022-02-152-0/+21
|
* Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis2022-02-0913-392/+30
| | | | | | | | | * Initial pass at a data driven keyboard subcommand * format * lint * Handle bootloader now its mandatory
* Rip out old macro and action_function system (#16025)Ryan2022-01-242-8/+0
| | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-4/+0
|
* Refactor new-keyboard to be python3.7 compatible (#14707)Mikkel Jeppesen2021-11-0511-145/+51
| | | | | | | | | | | | | | | * Use copy_tree from distutils for python 3.7 support * Bump python version in docs * Changed new-keyboard to use printf-style format strings * Use username for manunfacturer / maintainer * Update lib/python/qmk/cli/new/keyboard.py Co-authored-by: Zach White <skullydazed@drpepper.org> Co-authored-by: Zach White <skullydazed@drpepper.org>
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-101-1/+1
|
* Align some quantum sub-directories (#14134)Joel Challis2021-08-2411-0/+524
* Misc folder tidy * Review comments * Remove redundant entry