diff options
| author | Nick Brassel <nick@tzarc.org> | 2021-02-06 11:27:46 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-06 11:27:46 +1100 |
| commit | 620a946d01477b64ee2f719141aa35400c0188c6 (patch) | |
| tree | 77808f4f1a79d1ec0df13088400954df81ef7396 /data | |
| parent | c1b2e87e894c08b5d6bdd85b9e47c885fd447370 (diff) | |
| download | qmk_firmware-620a946d01477b64ee2f719141aa35400c0188c6.tar.gz qmk_firmware-620a946d01477b64ee2f719141aa35400c0188c6.zip | |
Add STM32G431 and STM32G474 board definitions. (#11793)
* Add STM32G431 and STM32G474 board definitions.
* Add docs.
Diffstat (limited to 'data')
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 8f1c0a915..967b5f990 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | }, | 25 | }, |
| 26 | "processor": { | 26 | "processor": { |
| 27 | "type": "string", | 27 | "type": "string", |
| 28 | "enum": ["cortex-m0", "cortex-m0plus", "cortex-m3", "cortex-m4", "MKL26Z64", "MK20DX128", "MK20DX256", "STM32F042", "STM32F072", "STM32F103", "STM32F303", "STM32F401", "STM32F411", "atmega16u2", "atmega32u2", "atmega16u4", "atmega32u4", "at90usb162", "at90usb646", "at90usb647", "at90usb1286", "at90usb1287", "atmega32a", "atmega328p", "atmega328", "attiny85", "unknown"] | 28 | "enum": ["cortex-m0", "cortex-m0plus", "cortex-m3", "cortex-m4", "MKL26Z64", "MK20DX128", "MK20DX256", "STM32F042", "STM32F072", "STM32F103", "STM32F303", "STM32F401", "STM32F411", "STM32G431", "STM32G474", "atmega16u2", "atmega32u2", "atmega16u4", "atmega32u4", "at90usb162", "at90usb646", "at90usb647", "at90usb1286", "at90usb1287", "atmega32a", "atmega328p", "atmega328", "attiny85", "unknown"] |
| 29 | }, | 29 | }, |
| 30 | "board": { | 30 | "board": { |
| 31 | "type": "string", | 31 | "type": "string", |
