summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAge
* Update info.json (#16540)Joel Challis2022-03-06
|
* More validation of declared LAYOUT macro names (#16520)Joel Challis2022-03-04
|
* CLI: Validate JSON keymap input (#16261)Erovia2022-02-28
| | | | | | | | | | | | | | | | | | | | | * 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.
* Align new-keyboard with recent schema updates (#16378)Joel Challis2022-02-16
|
* Allow NO_PIN within info.json (#16359)Joel Challis2022-02-15
|
* Various fixes for new-keyboard (#16358)Joel Challis2022-02-15
|
* Update keyboard mapping for all moved boards this cycle (#16312)Drashna Jaelre2022-02-12
|
* Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis2022-02-09
| | | | | | | | | * Initial pass at a data driven keyboard subcommand * format * lint * Handle bootloader now its mandatory
* Remove half implemented micronucleus bootloader support (#16252)Joel Challis2022-02-06
|
* Add `custom` to list of valid bootloader types in info.json (#16228)Ryan2022-02-05
|
* [Keyboard] move @kkatano 's keyboards to kkatano user folder (#15684)peepeetee2022-01-30
|
* [Keyboard] move @matthewdias 's keebs into matthewdias/ (#15991)peepeetee2022-01-30
|
* Rename `AdafruitBLE` to `BluefruitLE` (#16127)Ryan2022-01-30
|
* Rip out old macro and action_function system (#16025)Ryan2022-01-24
| | | | | | | * 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 Brassel2022-01-24
|
* CLI: Parse USB device version BCD (#14580)Ryan2022-01-17
| | | | | * CLI: Parse USB device version BCD * Apply suggestions
* move yd60mq to ymdk vendor folder (#15647)peepeetee2022-01-17
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-16
|\
| * Revert "update keyboard_aliases.json (#15649)" (#15903)Nick Brassel2022-01-17
| | | | | | This reverts commit b24603ab7d5b731c7a09738cbfe0bce277559a47.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-16
|\|
| * update keyboard_aliases.json (#15649)peepeetee2022-01-17
| |
* | rename idobo to idobao/id75, move to vendor folder (#15661)peepeetee2022-01-17
| | | | | | | | | | | | | | * 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 developQMK Bot2022-01-15
|\|
| * [Keyboard] Fix compilation issues for mechlovin hex4b (#15885)Drashna Jaelre2022-01-14
| |
* | Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-27
| | | | | | | | | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
* | Add sym_defer_pr debouncer type (#14948)Chad Austin2021-12-27
|/
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-09
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-01
|
* Westberrytech pr (#14422)Joy Lee2021-11-27
| | | | | | | * Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code
* Macros in JSON keymaps (#14374)Zach White2021-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macros in json keymaps * add advanced macro support to json * add a note about escaping macro strings * add simple examples * format json * add support for language specific keymap extras * switch to dictionaries instead of inline text for macros * use SS_TAP on the innermost tap keycode * add the new macro format to the schema * document the macro limit * add the json keyword for syntax highlighting * fix format that vscode screwed up * Update feature_macros.md * add tests for macros * change ding to beep * add json support for SENDSTRING_BELL * update doc based on feedback from sigprof * document host_layout * remove unused var * improve carriage return handling * support tab characters as well * Update docs/feature_macros.md Co-authored-by: Nick Brassel <nick@tzarc.org> * escape backslash characters * format * flake8 * Update quantum/quantum_keycodes.h Co-authored-by: Nick Brassel <nick@tzarc.org>
* Short term bodge for PRODUCT warning (#15240)Joel Challis2021-11-20
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-04
|\
| * Refactor new-keyboard to be python3.7 compatible (#14707)Mikkel Jeppesen2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use copy_tree from distutils for python 3.7 support * Bump python version in docs * Changed new-keyboard to use printf-style format strings * Use username for manunfacturer / maintainer * Update lib/python/qmk/cli/new/keyboard.py Co-authored-by: Zach White <skullydazed@drpepper.org> Co-authored-by: Zach White <skullydazed@drpepper.org>
* | Map `PRODUCT` define to `keyboard_name` (#14372)Ryan2021-11-05
| | | | | | | | | | | | | | * Map `PRODUCT` define to `keyboard_name` * Fix tests * Fix last test
* | [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann2021-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for RISC-V builds and GD32VF103 MCU * Add toolchain selection in chibios.mk based on the mcu selected in mcu_selection.mk * Reorder and added comments to chibios.mk to have a streamlined makefile * Add GD32VF103 mcu to possible targets for QMK. * Add STM32 compatibility for GD32VF103 MCU, this is hacky but more efficent then rewriting every driver. * Add GigaDevice DFU bootloader as flash target, please note that dfu-util of at least version 0.10 is needed. * Add analog driver compatibility * Add apa102 bitbang driver compatibility * Add ws2812 bitbang driver compatibility * Add eeprom in flash emulation compatibility * Allow faster re-builds with ccache * Add SiPeed Longan Nano to platform files * Add SiPeed Longan Nano Onekeys * Make quine compatible with other bootloaders * Support builds with picolibc * Add risc-v toolchain to arch and debian/ubuntu scripts
* | Change `MK66F18` -> `MK66FX1M0` (#14659)Ryan2021-09-30
| |
* | Initial pass of F405 support (#14584)Joel Challis2021-09-25
|/ | | | | | | | | * Initial pass of F405 support * remove some conf files * docs * clang
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-12
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-12
|
* Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-10
|
* 2021Q3 pre-merge `develop` changelog, keyboard aliases (#14198)Nick Brassel2021-08-29
| | | | | | | | | | | | | * Initial changelog. * Data driven. * Submodule update. * Updated breaking changes docs. * Aliases. * Aliases.
* Align some quantum sub-directories (#14134)Joel Challis2021-08-24
| | | | | | | * Misc folder tidy * Review comments * Remove redundant entry
* Fix issues with recent keymap.json changes (#14089)Joel Challis2021-08-20
| | | | | * Fix issues with recent keymap.json changes * Allow empty author string
* Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis2021-08-18
| | | | | | | | | | | * Add config.h and rules.mk support for data driven keymaps * tidy up after rebase * Rename key as it can contain more than just keyboard overrides * tidy up after rebase * Add validation
* Add a lot more data to info.json (#13366)Zach White2021-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add support for STM32F407x MCUs. (#13718)thpoll832021-08-09
| | | | | | | | | | | | | | | | | | | | | | | | * Add support for STM32F407x MCUs. * Removing STMF407 MCU variation * Update quantum/mcu_selection.mk Remove options for dfu flashing Co-authored-by: Ryan <fauxpark@gmail.com> * DISABLE STM32_USB_USE_OTG1 * Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h Co-authored-by: thomas.pollak <thomas.pollak@dynatrace.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove references to info.json `width` and `height` in CLI (#13728)Ryan2021-07-29
|
* Update LUFA (18-07-2021) and add QMK-HID Bootloader support (#13588)Drashna Jaelre2021-07-24
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Adds support for STM32L412xB, STM32L422xB. (#13383)Nick Brassel2021-06-30
| | | | | | | * Adds support for STM32L412xB, STM32L422xB. * Add to list of supported MCUs. * Disable SPI1 by default.
* Optimize our jsonschema by using refs (#13271)Zach White2021-06-24
| | | | | | | | | | | | | * 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