Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-02 | Don't print error message when there are no row pins and no col pins (#20104) | Purdea Andrei | |
* Don't print error message when there are no row pins and no col pins This error message could be triggered for example if MATRIX_IO_DELAY is configured in config.h, but the matrix is a custom one. The custom matrix can still call back to existing delay functions that make use of the MATRIX_IO_DELAY macro. In this case 'matrix_pins' in info_data will be true, but there will be no 'direct' 'cols' or 'rows' in info_data['matrix_pins'], and without this commit it would trigger an invalid error. * Update lib/python/qmk/info.py Co-authored-by: Nick Brassel <nick@tzarc.org> --------- Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-11-20 | Enable linking of encoders to switch within layout macros (#22264) | Joel Challis | |
2023-11-01 | Add dd mapping for hardware based split handedness (#22369) | Joel Challis | |
2023-10-30 | Remove use of broken split.main (#22363) | Joel Challis | |
2023-10-21 | Support additional split sync items for info.json (#22193) | Joel Challis | |
2023-09-27 | Fix parsing/validation for 21939 (#22148) | Joel Challis | |
2023-08-27 | Add *_MATRIX_LED_COUNT generation (#21110) | Joel Challis | |
2023-06-02 | Revert "Add *_MATRIX_LED_COUNT generation/validation (#19515)" (#21109) | Joel Challis | |
This reverts commit 25c16b3adeb15466d75691162763ce062b2c6e64. | |||
2023-06-02 | Add *_MATRIX_LED_COUNT generation/validation (#19515) | Joel Challis | |
* Add *_MATRIX_LED_COUNT parsing/validation * Disable parsing for now * Disable complexity check | |||
2023-04-04 | `qmk info`: account for ISO enter when calculating layout X offset (#20325) | Ryan | |
2023-03-28 | Reduce _validate complexity (#20274) | Joel Challis | |
2023-03-27 | Custom keycodes in JSON (#19925) | Joel Challis | |
2023-03-09 | `qmk info`: add warning when layout is offset (#20070) | Ryan | |
2023-02-11 | Reduce false positives in layout name validation (#19646) | Joel Challis | |
2023-01-19 | Fix 'No LAYOUTs defined' check (#19537) | Joel Challis | |
2023-01-19 | De-duplicate platform detection (#19603) | Joel Challis | |
2023-01-11 | Revert "De-duplicate platform detection (#19545)" (#19564) | Joel Challis | |
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd. | |||
2023-01-11 | De-duplicate platform detection (#19545) | Joel Challis | |
2023-01-11 | Fix CLI community detection (#19562) | Joel Challis | |
2023-01-07 | Ignore defaults.hjson values if already set (#19511) | Joel Challis | |
* Ignore defaults.hjson values if already set * Add warning when nothing is merged | |||
2022-11-30 | Ignore some layout macro names from lint (#19207) | Joel Challis | |
2022-11-30 | Extend layout lint checks (#19200) | Joel Challis | |
* 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> | |||
2022-11-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-25 | Fix build failures for `bastardkb/tbk` and `jels/boaty` (#19152) | Ryan | |
2022-11-23 | Additional DD backlight config (#19124) | Joel Challis | |
* Additional dd backlight config * Update docs | |||
2022-11-08 | Format DD mappings and schemas (#18924) | Ryan | |
2022-09-21 | Fix incorrect g_led_config generation (#18431) | Ryan | |
2022-09-16 | Disconnect `usb.device_ver` (#18259) | Ryan | |
2022-09-12 | Merge remote-tracking branch 'origin/master' into develop | Joshua Diamond | |
2022-09-09 | Fix '_RIGHT' matrix pins lint error (#18320) | Joel Challis | |
2022-08-31 | Move bootloader.mk to platforms (#18228) | Ryan | |
2022-08-28 | Handle escaping of manufacturer/product strings (#18194) | Ryan | |
2022-08-19 | Remove legacy bootmagic cli parsing (#18099) | Joel Challis | |
2022-08-06 | Remove `UNUSED_PINS` (#17931) | Nick Brassel | |
2022-08-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-06 | Provide users with replacements for deprecated/invalid functionality where ↵ | Ryan | |
applicable (#17604) | |||
2022-07-11 | More DD encoder fixes (#17615) | Joel Challis | |
2022-07-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-07-08 | Allow only col or row pins for *_right extraction. (#17590) | Dasky | |
2022-06-20 | Allow encoder config from info.json (#17295) | Joel Challis | |
2022-06-10 | Promote 'layouts require matrix data' to api error (#17349) | Joel Challis | |
2022-06-10 | Promote label with newlines to lint error (#17347) | Joel Challis | |
2022-06-09 | Add support for linting deprecated and removed functionality (#17063) | Joel Challis | |
* Add support for more lint warnings/errors * Develop currently needs extra deps installed * Lint a few more scenarios * fix tests | |||
2022-05-16 | Data driven `g_led_config` (#16728) | Joel Challis | |
2022-04-16 | Implement XAP 'secure' core requirements (#16843) | Joel Challis | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2022-04-03 | Add frameworking for development board presets (#16637) | Joel Challis | |
* 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> | |||
2022-03-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-26 | Fix bug when 'info.json' lookup escapes keyboard dir (#16734) | Erovia | |
2022-03-22 | Ignore transport defaults if SPLIT_KEYBOARD is unset (#16706) | Joel Challis | |
* Ignore transport defaults if SPLIT_KEYBOARD is unset * keep exists check | |||
2022-03-21 | Extend 'qmk info' to handle keymap level overrides (#16702) | Joel Challis | |