1
0
Fork 0

Rename keyboards with uppercase letters (#18268)

This commit is contained in:
Ryan 2022-09-05 06:36:33 +10:00 committed by GitHub
parent a9f8111eac
commit 3e02b70d28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 9 additions and 21 deletions

View file

@ -68,20 +68,8 @@
"type": "number"
},
"keyboard": {
"oneOf": [
{
"type": "string",
"enum": [
"converter/numeric_keypad_IIe",
"emptystring/NQG",
"maple_computing/christmas_tree/V2017"
]
},
{
"type": "string",
"pattern": "^[0-9a-z][0-9a-z_/]*$"
}
]
"type": "string",
"pattern": "^[0-9a-z][0-9a-z_/]*$"
},
"mcu_pin_array": {
"type": "array",