summaryrefslogtreecommitdiffstats
path: root/data/schemas
Commit message (Expand)AuthorAgeFilesLines
* CLI: Validate JSON keymap input (#16261)Erovia2022-02-281-1/+6
* Allow NO_PIN within info.json (#16359)Joel Challis2022-02-151-0/+4
* Remove half implemented micronucleus bootloader support (#16252)Joel Challis2022-02-061-1/+1
* Add `custom` to list of valid bootloader types in info.json (#16228)Ryan2022-02-051-1/+1
* Rename `AdafruitBLE` to `BluefruitLE` (#16127)Ryan2022-01-301-1/+1
* Add L432, L442. (#16016)Nick Brassel2022-01-241-1/+1
* CLI: Parse USB device version BCD (#14580)Ryan2022-01-172-4/+9
* Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-271-1/+1
* Add sym_defer_pr debouncer type (#14948)Chad Austin2021-12-271-1/+1
* Westberrytech pr (#14422)Joy Lee2021-11-271-2/+2
* Macros in JSON keymaps (#14374)Zach White2021-11-222-1/+35
* [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann2021-10-181-2/+2
* Change `MK66F18` -> `MK66FX1M0` (#14659)Ryan2021-09-301-1/+1
* Initial pass of F405 support (#14584)Joel Challis2021-09-251-1/+1
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
* Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-101-1/+1
* Fix issues with recent keymap.json changes (#14089)Joel Challis2021-08-201-1/+1
* Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis2021-08-181-0/+24
* Add a lot more data to info.json (#13366)Zach White2021-08-161-4/+216
* Add support for STM32F407x MCUs. (#13718)thpoll832021-08-091-1/+1
* Remove references to info.json `width` and `height` in CLI (#13728)Ryan2021-07-291-2/+0
* Update LUFA (18-07-2021) and add QMK-HID Bootloader support (#13588)Drashna Jaelre2021-07-241-1/+1
* Adds support for STM32L412xB, STM32L422xB. (#13383)Nick Brassel2021-06-301-1/+1
* Optimize our jsonschema by using refs (#13271)Zach White2021-06-243-252/+162
* allow LINE_PINxx for Teensy 4.x pins (#13247)Michael Stapelberg2021-06-191-1/+13
* Add STM32L433 and L443 support (#12063)Xelus222021-04-261-1/+1
* Add support for MCU = STM32F446 (#12619)Purdea Andrei2021-04-251-1/+1
* Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#...Nick Brassel2021-04-251-1/+1
* core: add support for MK66F18 (Teensy 3.6) micro controller (#12258)Michael Stapelberg2021-03-171-1/+1
* Migrate make_dfu_header to CLI (#12061)Joel Challis2021-02-281-0/+22
* Fix compile errors (#12048)Zach White2021-02-271-1/+1
* Fix develop (#12039)Zach White2021-02-271-2/+10
* Add STM32G431 and STM32G474 board definitions. (#11793)Nick Brassel2021-02-061-1/+1
* Adds AT90USB162 support (#11570)Dasky2021-01-291-1/+1
* Update list of MCUs in keyboard.jsonschema to mirror qmk.constants.py (#11688)Nick Brassel2021-01-251-1/+1
* Add support for specifying BOARD in info.json (#11492)Zach White2021-01-091-0/+5
* Use the schema to eliminate custom code (#11108)Zach White2021-01-091-1/+1
* fix bugs triggered by certain boardsZach White2021-01-081-4/+30
* Revert "loosen up the schema to allow any pin format"Zach White2021-01-071-3/+6
* loosen up the schema to allow any pin formatZach White2021-01-071-6/+3
* get qmk generate-api into a good stateZach White2021-01-071-0/+33
* add missing schemasZach White2021-01-074-0/+269