77 Commits (479d8de622674b6667295bda344145a69aa042bd)

Author SHA1 Message Date
Ryan 479d8de622
Format DD mappings and schemas (#18924) 3 years ago
Ryan 591701cdf9
Fix incorrect g_led_config generation (#18431) 3 years ago
Ryan bc0756f294
Disconnect `usb.device_ver` (#18259) 3 years ago
Joshua Diamond 23e12497b2 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Joel Challis 725df1278b
Fix '_RIGHT' matrix pins lint error (#18320) 3 years ago
Ryan bb6f028833
Move bootloader.mk to platforms (#18228) 3 years ago
Ryan 3adaf6a46a
Handle escaping of manufacturer/product strings (#18194) 3 years ago
Joel Challis 3c745caf61
Remove legacy bootmagic cli parsing (#18099) 3 years ago
Nick Brassel 154d35ac14
Remove `UNUSED_PINS` (#17931) 3 years ago
QMK Bot 820371c31b Merge remote-tracking branch 'origin/master' into develop 3 years ago
Ryan 37345e2ace
Provide users with replacements for deprecated/invalid functionality where applicable (#17604) 3 years ago
Joel Challis 35d78aa8a4
More DD encoder fixes (#17615) 3 years ago
QMK Bot 30f2556ae9 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Dasky 06310e81e9
Allow only col or row pins for *_right extraction. (#17590) 3 years ago
Joel Challis 1a400d8644
Allow encoder config from info.json (#17295) 4 years ago
Joel Challis 92665aef33
Promote 'layouts require matrix data' to api error (#17349) 4 years ago
Joel Challis 7baf9b3f35
Promote label with newlines to lint error (#17347) 4 years ago
Joel Challis a599550adb
Add support for linting deprecated and removed functionality (#17063)
* Add support for more lint warnings/errors

* Develop currently needs extra deps installed

* Lint a few more scenarios

* fix tests
4 years ago
Joel Challis 608fa5154c
Data driven `g_led_config` (#16728) 4 years ago
Joel Challis 92a61aa0cd
Implement XAP 'secure' core requirements (#16843)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
4 years ago
Joel Challis c0ac3f7372
Add frameworking for development board presets (#16637)
* 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>
4 years ago
QMK Bot 05ac5727f2 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Erovia 55e5daa868
Fix bug when 'info.json' lookup escapes keyboard dir (#16734) 4 years ago
Joel Challis 23f365f8bc
Ignore transport defaults if SPLIT_KEYBOARD is unset (#16706)
* Ignore transport defaults if SPLIT_KEYBOARD is unset

* keep exists check
4 years ago
Joel Challis 4f8cc32cf5
Extend 'qmk info' to handle keymap level overrides (#16702) 4 years ago
Ryan ace0603f4f
Change data driven "str" type to represent a quoted string literal (#16516)
* Change data driven "str" type to represent a quoted string literal

* Update docs
4 years ago
Joel Challis 779c7debcf
Fix issues with data driven split keyboards (#16457) 4 years ago
Joel Challis 77cdb20e16
Revert CLI default for manufacturer (#16467) 4 years ago
Joel Challis b0621223bc
Various fixes for new-keyboard (#16358) 4 years ago
Ryan c72ed7c024
CLI: Parse USB device version BCD (#14580)
* CLI: Parse USB device version BCD

* Apply suggestions
4 years ago
Ryan 5fb93934d0
Fixes for bootloader refactor build failures (#15638) 4 years ago
Joy Lee 68838bb700
Westberrytech pr (#14422)
* Added support for WB32 MCU

* Modified eeprom_wb32.c

* Remove the eeprom_wb32-related code
4 years ago
Nick Brassel 92e9bbd9b9 Merge remote-tracking branch 'upstream/master' into develop 4 years ago
Nick Brassel c8da63382c
Fixup actions. (#15057) 4 years ago
QMK Bot b25218ccc1 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Mateusz Ż fe0acdd2cb
[CLI] Fix broken layout rendering in `qmk info` by '\n' (#14970) 4 years ago
Joel Challis 01b702bece
Split out HAPTIC_ENABLE to have separate DRIVER option (#14854)
* DRIVER -> ENABLE

* Update generic_features.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update common_features.mk

Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot b0c2dd8d50 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Ryan 3c0eeec755
Try to clarify "number of elements in info.json does not match" error (#14844) 4 years ago
Joel Challis dace4d5f0d
Remove QWIIC_DRIVERS (#14174) 4 years ago
Zach White fce9cb9338
Cleanup issues identified by lgtm (#14459)
* cleanup issues identified by lgtm

* fix the git_status check
4 years ago
Zach White 1ec6ce8c37 Merge remote-tracking branch 'origin/master' into develop
Resolved Conflicts:
	lib/python/qmk/info.py
4 years ago
Joel Challis c1add5d0e2
Restore layout count validation (#14068) 4 years ago
Zach White 8d9bfdc254
Add a lot more data to info.json (#13366)
* add some split data to info.json

* add tags

* add half of config_options.md to info.json

* add support for designating master split

* sort out split transport and primary

* fix bad data in UNUSED_PINS

* fixup custom transport

* wip

* allow for setting split right half keyboard matrix

* add SPLIT_USB_DETECT

* minor cleanup

* fix an erroneous message

* rework split.usb_detect

* adding missing rgblight vars to info.json

* add mouse_key to info.json

* add all remaining options from docs/config_options.md

* fix audio voices

* qmk info: Change text output to use dotted notation

* tweak layout output

* resolve alias names

* break out some functions to make flake8 happy

* add a field for bootloader instructions

* qmk generate-info-json: add a write-to-file argument

Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal.

* -arg_only, +action

Because it was never my intention that one would have to specify a value for the argument that enables writing the file.

* Bring qmk generate-info-json inline with other generate commands

* pytest fixup

* fix esca/getawayvan

* fix data driven errors for bpiphany converters

* features.force_nkro -> usb.force_nkro

* split.primary->split.main

* fix esca/getawayvan_f042

* fix the bpiphany converters for real

* fix bpiphany/tiger_lily

* Apply suggestions from code review

Co-authored-by: Nick Brassel <nick@tzarc.org>

* fix generate-api errors

* fix matrix pin extraction for split boards

* fix ploopyco/trackball_nano/rev1_001

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
4 years ago
Zach White fd340f8957
Defer the expensive search for layout macros until info.json has been processed (#14007)
* defer the expensive search for layout macros until info.json has been processed

* fixup names
4 years ago
Zach White 12681bacc4 Merge remote-tracking branch 'origin/master' into develop
Conflicts:
	keyboards/kbdfans/kbd67/mkiirgb/mkiirgb.c
4 years ago
Zach White e6c171bdd6
Fix generate api (#13930)
* Add missing returncode to exit()

* fix the aozora/hotswap vendor id
4 years ago
Zach White 0b06452d00
Matrix consistency check (#13470)
* Add a check to make sure the matrix sizes match the actual matrix size

* make flake8 happy
4 years ago
Zach White b908275354
Optimize our jsonschema by using refs (#13271)
* fix some broken info.json files

* optimize our jsonschema using refs

* fix formatting after vscode broke it

* make flake8 happy

* cleanup

* make our schema validation more compact and flexible
5 years ago
Zach White df794fa5cc
Remove the redundant pin name validation (#13251)
* remove the redundant pin name validation

* fix submodules
5 years ago