Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide users with replacements for deprecated/invalid functionality where ↵ | Ryan | 2022-08-06 | 2 | -3/+5 |
| | | | | applicable (#17604) | ||||
* | Promote label with newlines to lint error (#17347) | Joel Challis | 2022-06-10 | 1 | -1/+4 |
| | |||||
* | Add support for linting deprecated and removed functionality (#17063) | Joel Challis | 2022-06-09 | 2 | -2/+17 |
| | | | | | | | | | * Add support for more lint warnings/errors * Develop currently needs extra deps installed * Lint a few more scenarios * fix tests | ||||
* | Update keyboard aliases | zvecr | 2022-05-24 | 1 | -3/+75 |
| | |||||
* | Added support for Wb32fq95 (#16871) | Joy Lee | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | Move GMMK Pro to allow for multiple revisions (#16423) | GloriousThrall | 2022-05-20 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added GMMK PRO Rev2 WBG7 MCU compatibility. Added GMMK 2 WBG7 MCU compatibility. * GMMK PRO MCU Updates only (removed other kbs) * fix problems * Optimize the code. * Update form develop branch * Update * Updater from qmk/develop * Update * Update config.h * Update config.h * Remove gmmk pro rev2 * move moults31/keymap.c * Update * tidy up Co-authored-by: Joy <chang.li@westberrytech.com> Co-authored-by: zvecr <git@zvecr.com> | ||||
* | Data driven `g_led_config` (#16728) | Joel Challis | 2022-05-16 | 1 | -0/+56 |
| | |||||
* | [Core] Add Caps Word feature to core (#16588) | Pascal Getreuer | 2022-05-14 | 3 | -0/+14 |
| | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | Remove some layout exceptions (#16957) | Joel Challis | 2022-04-29 | 1 | -4/+1 |
| | | | | | | | * LAYOUT_JP -> LAYOUT_jp * LAYOUT_ANSI_DEFAULT -> LAYOUT * LAYOUT_reviung34_2uL -> LAYOUT_reviung34_2u | ||||
* | Implement XAP 'secure' core requirements (#16843) | Joel Challis | 2022-04-16 | 3 | -0/+28 |
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | ||||
* | Add bluepill/blackpill development board presets (#16806) | Joel Challis | 2022-04-06 | 2 | -1/+16 |
| | |||||
* | Add mechanism to limit available converters (#16783) | Joel Challis | 2022-04-06 | 3 | -3/+11 |
| | |||||
* | Add frameworking for development board presets (#16637) | Joel Challis | 2022-04-03 | 2 | -0/+21 |
| | | | | | | | | | * 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 develop | QMK Bot | 2022-04-01 | 2 | -0/+17 |
|\ | |||||
| * | Lint keyboard/project name (#16766) | Joel Challis | 2022-04-01 | 2 | -0/+17 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-05 | 1 | -2/+2 |
|\| | |||||
| * | Update info.json (#16540) | Joel Challis | 2022-03-06 | 1 | -2/+2 |
| | | |||||
* | | Map data driven `DESCRIPTION` as string literal (#16523) | Ryan | 2022-03-05 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-04 | 2 | -1/+28 |
|\| | |||||
| * | More validation of declared LAYOUT macro names (#16520) | Joel Challis | 2022-03-04 | 2 | -1/+28 |
| | | |||||
* | | Change data driven "str" type to represent a quoted string literal (#16516) | Ryan | 2022-03-04 | 2 | -3/+3 |
| | | | | | | | | | | * Change data driven "str" type to represent a quoted string literal * Update docs | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-28 | 1 | -1/+6 |
|\| | |||||
| * | CLI: Validate JSON keymap input (#16261) | Erovia | 2022-02-28 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix schema validator It should use the passed schema. * Add required attributes to keymap schema * Rework subcommands to validate the JSON keymaps The 'compile', 'flash' and 'json2c' subcommands were reworked to add JSON keymap validation so error is reported for non-JSON and non-compliant-JSON inputs. * Fix required fields in keymap schema * Add tests * Fix compiling keymaps directly from keymap directory * Schema should not require version for now. | ||||
* | | Rework generate-api CLI command to use .build directory (#16441) | Joel Challis | 2022-02-27 | 1 | -0/+5 |
|/ | |||||
* | Align new-keyboard with recent schema updates (#16378) | Joel Challis | 2022-02-16 | 1 | -1/+1 |
| | |||||
* | Allow NO_PIN within info.json (#16359) | Joel Challis | 2022-02-15 | 1 | -0/+4 |
| | |||||
* | Various fixes for new-keyboard (#16358) | Joel Challis | 2022-02-15 | 2 | -0/+21 |
| | |||||
* | Update keyboard mapping for all moved boards this cycle (#16312) | Drashna Jaelre | 2022-02-12 | 1 | -0/+610 |
| | |||||
* | Initial pass at data driven new-keyboard subcommand (#12795) | Joel Challis | 2022-02-09 | 13 | -392/+30 |
| | | | | | | | | | * Initial pass at a data driven keyboard subcommand * format * lint * Handle bootloader now its mandatory | ||||
* | Remove half implemented micronucleus bootloader support (#16252) | Joel Challis | 2022-02-06 | 1 | -1/+1 |
| | |||||
* | Add `custom` to list of valid bootloader types in info.json (#16228) | Ryan | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | [Keyboard] move @kkatano 's keyboards to kkatano user folder (#15684) | peepeetee | 2022-01-30 | 1 | -1/+7 |
| | |||||
* | [Keyboard] move @matthewdias 's keebs into matthewdias/ (#15991) | peepeetee | 2022-01-30 | 1 | -0/+12 |
| | |||||
* | Rename `AdafruitBLE` to `BluefruitLE` (#16127) | Ryan | 2022-01-30 | 1 | -1/+1 |
| | |||||
* | Rip out old macro and action_function system (#16025) | Ryan | 2022-01-24 | 2 | -8/+0 |
| | | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Add L432, L442. (#16016) | Nick Brassel | 2022-01-24 | 1 | -1/+1 |
| | |||||
* | CLI: Parse USB device version BCD (#14580) | Ryan | 2022-01-17 | 3 | -4/+11 |
| | | | | | * CLI: Parse USB device version BCD * Apply suggestions | ||||
* | move yd60mq to ymdk vendor folder (#15647) | peepeetee | 2022-01-17 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-01-16 | 1 | -10/+4 |
|\ | |||||
| * | Revert "update keyboard_aliases.json (#15649)" (#15903) | Nick Brassel | 2022-01-17 | 1 | -10/+4 |
| | | | | | | This reverts commit b24603ab7d5b731c7a09738cbfe0bce277559a47. | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-01-16 | 1 | -4/+10 |
|\| | |||||
| * | update keyboard_aliases.json (#15649) | peepeetee | 2022-01-17 | 1 | -4/+10 |
| | | |||||
* | | rename idobo to idobao/id75, move to vendor folder (#15661) | peepeetee | 2022-01-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | * rename idobo to idobao/id75, move to vendor folder * add image, amend readme to id75 * add buying link | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-01-15 | 1 | -0/+3 |
|\| | |||||
| * | [Keyboard] Fix compilation issues for mechlovin hex4b (#15885) | Drashna Jaelre | 2022-01-14 | 1 | -0/+3 |
| | | |||||
* | | Refactor `bootloader_jump()` implementations (#15450) | Ryan | 2021-12-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot` | ||||
* | | Add sym_defer_pr debouncer type (#14948) | Chad Austin | 2021-12-27 | 1 | -1/+1 |
|/ | |||||
* | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 1 | -2/+1 |
| | |||||
* | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | 2021-12-01 | 2 | -4/+0 |
| | |||||
* | Westberrytech pr (#14422) | Joy Lee | 2021-11-27 | 1 | -2/+2 |
| | | | | | | | * Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code |