summaryrefslogtreecommitdiff
path: root/data/templates
AgeCommit message (Collapse)AuthorFilesLines
2025-04-23Align `new-keyboard` template to current standards (#25191)Joel Challis1-2/+0
2024-06-30Fix 'qmk new-keyboard' processing of development_board (#23996)Joel Challis1-2/+0
2024-03-10Enable 'keyboard.json' as a build target (#22891)Joel Challis3-21/+0
2022-12-13[Core] Quantum Painter - LVGL Integration (#18499)jpe2305-0/+91
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-08-20RESET -> QK_BOOT keyboard readme (#18110)Joel Challis1-1/+1
2022-03-05Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+2
2022-03-06Update info.json (#16540)Joel Challis1-2/+2
2022-02-27Rework generate-api CLI command to use .build directory (#16441)Joel Challis1-0/+5
2022-02-16Align new-keyboard with recent schema updates (#16378)Joel Challis1-1/+1
2022-02-15Various fixes for new-keyboard (#16358)Joel Challis2-0/+21
2022-02-09Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis13-392/+30
* Initial pass at a data driven keyboard subcommand * format * lint * Handle bootloader now its mandatory
2022-01-24Rip out old macro and action_function system (#16025)Ryan2-8/+0
* Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan1-2/+1
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2-4/+0
2021-11-05Refactor new-keyboard to be python3.7 compatible (#14707)Mikkel Jeppesen11-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>
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan1-1/+0
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan1-2/+0
2021-09-10Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan1-1/+1
2021-08-24Align some quantum sub-directories (#14134)Joel Challis11-0/+524
* Misc folder tidy * Review comments * Remove redundant entry