summaryrefslogtreecommitdiffstats
path: root/data/schemas/definitions.jsonschema
Commit message (Collapse)AuthorAgeFilesLines
* Custom keycodes in JSON (#19925)Joel Challis2023-03-271-0/+32
|
* Rename keyboards with uppercase letters (#18268)Ryan2022-09-041-14/+2
|
* [Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann2022-06-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disable RESET keycode because of naming conflicts * Add Pico SDK as submodule * Add RP2040 build support to QMK * Adjust USB endpoint structs for RP2040 * Add RP2040 bootloader and double-tap reset routine * Add generic and pro micro RP2040 boards * Add RP2040 onekey keyboard * Add WS2812 PIO DMA enabled driver and documentation Supports regular and open-drain output configuration. RP2040 GPIOs are sadly not 5V tolerant, so this is a bit use-less or needs extra hardware or you take the risk to fry your hardware. * Adjust SIO Driver for RP2040 * Adjust I2C Driver for RP2040 * Adjust SPI Driver for RP2040 * Add PIO serial driver and documentation * Add general RP2040 documentation * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Additional schema fixes (#17414)Joel Challis2022-06-181-23/+16
|
* backlight|led 'on state' for DD configuration (#17383)Joel Challis2022-06-141-0/+6
|
* Remove some layout exceptions (#16957)Joel Challis2022-04-291-4/+1
| | | | | | | * LAYOUT_JP -> LAYOUT_jp * LAYOUT_ANSI_DEFAULT -> LAYOUT * LAYOUT_reviung34_2uL -> LAYOUT_reviung34_2u
* Lint keyboard/project name (#16766)Joel Challis2022-04-011-0/+16
|
* More validation of declared LAYOUT macro names (#16520)Joel Challis2022-03-041-1/+27
|
* Allow NO_PIN within info.json (#16359)Joel Challis2022-02-151-0/+4
|
* CLI: Parse USB device version BCD (#14580)Ryan2022-01-171-3/+7
| | | | | * CLI: Parse USB device version BCD * Apply suggestions
* Optimize our jsonschema by using refs (#13271)Zach White2021-06-241-0/+107
* 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