summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developzvecr2023-01-042-1/+167
|\
| * Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst ↵Nick Brassel2023-01-042-0/+166
| | | | | | | | providing support for filtering as per data-driven definitions. (#18971)
* | Replace list_keyboards.sh with CLI calls (#19485)Joel Challis2023-01-032-4/+9
| |
* | Migrate 'make git-submodule' to CLI command (#19479)Joel Challis2023-01-033-0/+23
| |
* | Report submodule status when not valid work-tree (#19474)Joel Challis2023-01-033-17/+11
| |
* | Implement XAP style merge semantics for DD keycodes (#19397)Joel Challis2023-01-012-17/+71
| |
* | Allow CLI to flash .uf2 files (#19462)Joel Challis2023-01-012-21/+39
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-011-11/+22
|\|
| * WSL `qmk flash firmware.bin` workaround (#19434)Joel Challis2023-01-011-5/+16
| |
| * CLI flashers should allow files outside qmk_firmware folder (#19454)Joel Challis2023-01-011-6/+6
| |
* | Validate keyboard name before accepting further input (#19394)jack2022-12-231-5/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-231-25/+24
|\|
| * Minor alignment of rgb_breathe_table generator (#19403)Joel Challis2022-12-231-25/+24
| |
* | Remaining DD keymap_extras migration (#19110)Joel Challis2022-12-211-3/+4
| | | | | | | | | | * Parse headers to data * Regen headers from data
* | [Test] Reset timer for every unit test and provide timestamps for log ↵Stefan Kerkmann2022-12-152-0/+40
| | | | | | | | messages (#17028)
* | [Core] Quantum Painter - LVGL Integration (#18499)jpe2302022-12-131-0/+0
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | [RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann2022-12-111-0/+0
| |
* | Initial uk+us DD keymap_extras migration (#19031)Joel Challis2022-12-093-19/+117
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-081-0/+34
|\|
| * Add lint check for keyboard/keymap license header (#19215)Joel Challis2022-12-091-0/+34
| |
* | Align new-keymap with new-keyboard (#19229)Joel Challis2022-12-031-17/+39
| |
* | Apply suggested workaround for #18371 (#19226)Joel Challis2022-12-031-1/+1
| | | | | | Fixes undefined
* | Automate "Data Driven" migrations (#17820)Joel Challis2022-11-302-0/+82
|/
* Ignore some layout macro names from lint (#19207)Joel Challis2022-11-301-5/+16
|
* Extend layout lint checks (#19200)Joel Challis2022-11-301-53/+46
| | | | | | | | | | | * Extend layout lint checks * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Fix function comment Co-authored-by: Ryan <fauxpark@gmail.com>
* Revert lib/usbhost changes (#19165)Joel Challis2022-11-275-5/+5
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-251-1/+1
|\
| * Fix build failures for `bastardkb/tbk` and `jels/boaty` (#19152)Ryan2022-11-251-1/+1
| |
* | Additional DD backlight config (#19124)Joel Challis2022-11-231-1/+1
| | | | | | | | | | * Additional dd backlight config * Update docs
* | Publish constants metadata to API (#19143)Joel Challis2022-11-231-0/+20
| | | | | | | | | | * Publish metadata * Ensure content is sorted
* | Revert "Add pointing device support to data driven config (#18215)" (#19063)Drashna Jaelre2022-11-151-13/+0
| |
* | Add pointing device support to data driven config (#18215)Drashna Jaelre2022-11-141-0/+13
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Reject json with duplicate keys? (#18108)Joel Challis2022-11-091-2/+13
| |
* | Improve LED config parsing error messages (#19007)Ryan2022-11-091-2/+2
| |
* | Add raw output option for QGF/QFF files. (#18998)Nick Brassel2022-11-082-2/+17
| |
* | Publish hjson files as json (#18996)Joel Challis2022-11-081-1/+18
| |
* | Format DD mappings and schemas (#18924)Ryan2022-11-087-9/+9
| |
* | Macro keycode name refactoring (#18958)Nick Brassel2022-11-052-3/+3
| |
* | Initial DD keycode migration (#18643)Joel Challis2022-11-054-0/+160
| | | | | | | | | | * Initial DD keycode migration * Sort magic keycodes
* | Add converter support to keymap.json (#18776)Joel Challis2022-10-202-2/+7
| |
* | [CLI] Ensure consistent clean behaviour (#18781)Joel Challis2022-10-203-100/+91
| |
* | Build correctly when out of tree (#18775)Joel Challis2022-10-192-18/+30
| |
* | Correctly build keymap.json containing additional config (#18766)Joel Challis2022-10-191-5/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-121-7/+0
|\|
| * Remove unused LED_INDICATORS constant (#18686)Joel Challis2022-10-121-7/+0
| |
* | [Bug] Update ChibiOS-Contrib for USB IRQ and bus handling fixes (#18574)Stefan Kerkmann2022-10-031-0/+0
| |
* | Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)Ryan2022-09-261-0/+15
| |
* | Update chibios-contrib for RP2040 i2c fixes take 2 (#18455)Stefan Kerkmann2022-09-221-0/+0
| | | | | | | | ...includes missing system locking inside a timeout waiting condition and updates to the rp2040 linker file.
* | Normalise info_config.h define generation (#18439)Ryan2022-09-212-93/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | * Normalise info_config.h define generation * format * Fix tests * Update lib/python/qmk/cli/generate/config_h.py Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Fix incorrect g_led_config generation (#18431)Ryan2022-09-211-12/+16
| |