summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/info.py
Commit message (Collapse)AuthorAgeFilesLines
* `qmk info`: account for ISO enter when calculating layout X offset (#20325)Ryan2023-04-041-1/+6
|
* Reduce _validate complexity (#20274)Joel Challis2023-03-281-11/+17
|
* Custom keycodes in JSON (#19925)Joel Challis2023-03-271-0/+6
|
* `qmk info`: add warning when layout is offset (#20070)Ryan2023-03-091-0/+10
|
* Reduce false positives in layout name validation (#19646)Joel Challis2023-02-111-12/+27
|
* Fix 'No LAYOUTs defined' check (#19537)Joel Challis2023-01-191-1/+4
|
* De-duplicate platform detection (#19603)Joel Challis2023-01-191-0/+3
|
* Revert "De-duplicate platform detection (#19545)" (#19564)Joel Challis2023-01-111-3/+0
| | | This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.
* De-duplicate platform detection (#19545)Joel Challis2023-01-111-0/+3
|
* Fix CLI community detection (#19562)Joel Challis2023-01-111-5/+6
|
* Ignore defaults.hjson values if already set (#19511)Joel Challis2023-01-071-2/+10
| | | | | * Ignore defaults.hjson values if already set * Add warning when nothing is merged
* 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>
* 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
* | Format DD mappings and schemas (#18924)Ryan2022-11-081-3/+3
| |
* | Fix incorrect g_led_config generation (#18431)Ryan2022-09-211-12/+16
| |
* | Disconnect `usb.device_ver` (#18259)Ryan2022-09-161-14/+0
| |
* | Merge remote-tracking branch 'origin/master' into developJoshua Diamond2022-09-121-1/+1
|\|
| * Fix '_RIGHT' matrix pins lint error (#18320)Joel Challis2022-09-091-1/+1
| |
* | Move bootloader.mk to platforms (#18228)Ryan2022-08-311-6/+0
| |
* | Handle escaping of manufacturer/product strings (#18194)Ryan2022-08-281-1/+1
|/
* Remove legacy bootmagic cli parsing (#18099)Joel Challis2022-08-191-8/+1
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-14/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-061-4/+18
|\
| * Provide users with replacements for deprecated/invalid functionality where ↵Ryan2022-08-061-4/+18
| | | | | | | | applicable (#17604)
* | More DD encoder fixes (#17615)Joel Challis2022-07-111-3/+7
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-081-29/+9
|\|
| * Allow only col or row pins for *_right extraction. (#17590)Dasky2022-07-081-29/+9
| |
* | Allow encoder config from info.json (#17295)Joel Challis2022-06-201-0/+58
|/
* Promote 'layouts require matrix data' to api error (#17349)Joel Challis2022-06-101-2/+5
|
* Promote label with newlines to lint error (#17347)Joel Challis2022-06-101-10/+0
|
* Add support for linting deprecated and removed functionality (#17063)Joel Challis2022-06-091-67/+53
| | | | | | | | | * Add support for more lint warnings/errors * Develop currently needs extra deps installed * Lint a few more scenarios * fix tests
* Data driven `g_led_config` (#16728)Joel Challis2022-05-161-1/+44
|
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-161-11/+45
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Add frameworking for development board presets (#16637)Joel Challis2022-04-031-0/+13
| | | | | | | | | * Add frameworking for development board presets * Update lib/python/qmk/info.py Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-261-2/+2
|\
| * Fix bug when 'info.json' lookup escapes keyboard dir (#16734)Erovia2022-03-261-2/+2
| |
* | Ignore transport defaults if SPLIT_KEYBOARD is unset (#16706)Joel Challis2022-03-221-2/+4
| | | | | | | | | | * Ignore transport defaults if SPLIT_KEYBOARD is unset * keep exists check
* | Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis2022-03-211-9/+40
| |
* | Change data driven "str" type to represent a quoted string literal (#16516)Ryan2022-03-041-2/+8
|/ | | | | * Change data driven "str" type to represent a quoted string literal * Update docs
* Fix issues with data driven split keyboards (#16457)Joel Challis2022-02-271-0/+5
|
* Revert CLI default for manufacturer (#16467)Joel Challis2022-02-271-1/+0
|
* Various fixes for new-keyboard (#16358)Joel Challis2022-02-151-0/+1
|
* CLI: Parse USB device version BCD (#14580)Ryan2022-01-171-0/+21
| | | | | * CLI: Parse USB device version BCD * Apply suggestions
* Fixes for bootloader refactor build failures (#15638)Ryan2022-01-061-6/+1
|
* Westberrytech pr (#14422)Joy Lee2021-11-271-0/+2
| | | | | | | * Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-11-051-4/+8
|\
| * Fixup actions. (#15057)Nick Brassel2021-11-041-4/+8
| |