summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2022-05-14[Core] Add Caps Word feature to core (#16588)Pascal Getreuer
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-04-29Remove some layout exceptions (#16957)Joel Challis
* LAYOUT_JP -> LAYOUT_jp * LAYOUT_ANSI_DEFAULT -> LAYOUT * LAYOUT_reviung34_2uL -> LAYOUT_reviung34_2u
2022-04-16Implement 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-06Add bluepill/blackpill development board presets (#16806)Joel Challis
2022-04-06Add mechanism to limit available converters (#16783)Joel Challis
2022-04-03Add 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-04-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-01Lint keyboard/project name (#16766)Joel Challis
2022-03-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-06Update info.json (#16540)Joel Challis
2022-03-05Map data driven `DESCRIPTION` as string literal (#16523)Ryan
2022-03-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-04More validation of declared LAYOUT macro names (#16520)Joel Challis
2022-03-04Change data driven "str" type to represent a quoted string literal (#16516)Ryan
* Change data driven "str" type to represent a quoted string literal * Update docs
2022-02-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-28CLI: Validate JSON keymap input (#16261)Erovia
* 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.
2022-02-27Rework generate-api CLI command to use .build directory (#16441)Joel Challis
2022-02-16Align new-keyboard with recent schema updates (#16378)Joel Challis
2022-02-15Allow NO_PIN within info.json (#16359)Joel Challis
2022-02-15Various fixes for new-keyboard (#16358)Joel Challis
2022-02-12Update keyboard mapping for all moved boards this cycle (#16312)Drashna Jaelre
2022-02-09Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis
* Initial pass at a data driven keyboard subcommand * format * lint * Handle bootloader now its mandatory
2022-02-06Remove half implemented micronucleus bootloader support (#16252)Joel Challis
2022-02-05Add `custom` to list of valid bootloader types in info.json (#16228)Ryan
2022-01-30[Keyboard] move @kkatano 's keyboards to kkatano user folder (#15684)peepeetee
2022-01-30[Keyboard] move @matthewdias 's keebs into matthewdias/ (#15991)peepeetee
2022-01-30Rename `AdafruitBLE` to `BluefruitLE` (#16127)Ryan
2022-01-24Rip out old macro and action_function system (#16025)Ryan
* Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
2022-01-24Add L432, L442. (#16016)Nick Brassel
2022-01-17CLI: Parse USB device version BCD (#14580)Ryan
* CLI: Parse USB device version BCD * Apply suggestions
2022-01-17move yd60mq to ymdk vendor folder (#15647)peepeetee
2022-01-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-17Revert "update keyboard_aliases.json (#15649)" (#15903)Nick Brassel
This reverts commit b24603ab7d5b731c7a09738cbfe0bce277559a47.
2022-01-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-17update keyboard_aliases.json (#15649)peepeetee
2022-01-17rename idobo to idobao/id75, move to vendor folder (#15661)peepeetee
* rename idobo to idobao/id75, move to vendor folder * add image, amend readme to id75 * add buying link
2022-01-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-14[Keyboard] Fix compilation issues for mechlovin hex4b (#15885)Drashna Jaelre
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan
* Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
2021-12-27Add sym_defer_pr debouncer type (#14948)Chad Austin
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan
2021-11-27Westberrytech pr (#14422)Joy Lee
* Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code
2021-11-22Macros in JSON keymaps (#14374)Zach White
* 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>
2021-11-20Short term bodge for PRODUCT warning (#15240)Joel Challis
2021-11-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-11-05Refactor new-keyboard to be python3.7 compatible (#14707)Mikkel Jeppesen
* 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>
2021-11-05Map `PRODUCT` define to `keyboard_name` (#14372)Ryan
* Map `PRODUCT` define to `keyboard_name` * Fix tests * Fix last test
2021-10-18[Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann
* 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
2021-09-30Change `MK66F18` -> `MK66FX1M0` (#14659)Ryan