Compare commits

..

No commits in common. "736451558e3c66d10838625a30c904cfa30b170c" and "a9e2f6a25aeb0a3d69dcdeb33be0b364f9c37beb" have entirely different histories.

3 changed files with 315 additions and 638 deletions

View File

@ -176,7 +176,6 @@
"bootloader": {
"type": "string",
"enum": [
"apm32-dfu",
"atmel-dfu",
"bootloadhid",
"caterina",

View File

@ -27,7 +27,7 @@ You can define up to 32 macros in a `keymap.json` file, as used by [Configurator
],
[
{"action":"tap", "keycodes": ["F1"]},
{"action":"delay", "duration": 1000},
{"action":"delay", "duration": "1000"},
{"action":"tap", "keycodes": ["PGDN"]}
]
],

File diff suppressed because it is too large Load Diff