You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

896 lines
35 KiB

Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Add a lot more data to info.json (#13366) * add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
  1. {
  2. "$schema": "https://json-schema.org/draft/2020-12/schema#",
  3. "$id": "qmk.keyboard.v1",
  4. "title": "Keyboard Information",
  5. "definitions": {
  6. "encoder_config": {
  7. "type": "object",
  8. "properties": {
  9. "rotary": {
  10. "type": "array",
  11. "items": {
  12. "type": "object",
  13. "additionalProperties": false,
  14. "required": ["pin_a", "pin_b"],
  15. "properties": {
  16. "pin_a": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  17. "pin_b": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  18. "resolution": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  19. }
  20. }
  21. }
  22. }
  23. },
  24. "dip_switch_config": {
  25. "type": "object",
  26. "properties": {
  27. "pins": {
  28. "$ref": "qmk.definitions.v1#/mcu_pin_array"
  29. }
  30. }
  31. },
  32. },
  33. "type": "object",
  34. "not": { "required": [ "vendorId", "productId" ] }, // reject via keys...
  35. "properties": {
  36. "keyboard_name": {"$ref": "qmk.definitions.v1#/text_identifier"},
  37. "keyboard_folder": {"$ref": "qmk.definitions.v1#/keyboard"},
  38. "maintainer": {"$ref": "qmk.definitions.v1#/text_identifier"},
  39. "manufacturer": {"$ref": "qmk.definitions.v1#/text_identifier"},
  40. "url": {
  41. "type": "string",
  42. "format": "uri"
  43. },
  44. "development_board": {
  45. "type": "string",
  46. "enum": ["promicro", "elite_c", "elite_pi", "proton_c", "kb2040", "promicro_rp2040", "blok", "michi", "bit_c_pro", "stemcell", "bluepill", "blackpill_f401", "blackpill_f411", "bonsai_c4", "helios", "liatris", "imera"]
  47. },
  48. "pin_compatible": {
  49. "type": "string",
  50. "enum": ["promicro", "elite_c"]
  51. },
  52. "processor": {
  53. "type": "string",
  54. "enum": [
  55. "cortex-m0",
  56. "cortex-m0plus",
  57. "cortex-m3",
  58. "cortex-m4",
  59. "cortex-m7",
  60. "cortex-m23",
  61. "cortex-m33",
  62. "cortex-m35p",
  63. "cortex-m55",
  64. "cortex-m85",
  65. "MKL26Z64",
  66. "MK20DX128",
  67. "MK20DX256",
  68. "MK64FX512",
  69. "MK66FX1M0",
  70. "RP2040",
  71. "STM32F042",
  72. "STM32F072",
  73. "STM32F103",
  74. "STM32F303",
  75. "STM32F401",
  76. "STM32F405",
  77. "STM32F407",
  78. "STM32F411",
  79. "STM32F446",
  80. "STM32G431",
  81. "STM32G474",
  82. "STM32H723",
  83. "STM32H733",
  84. "STM32L412",
  85. "STM32L422",
  86. "STM32L432",
  87. "STM32L433",
  88. "STM32L442",
  89. "STM32L443",
  90. "GD32VF103",
  91. "WB32F3G71",
  92. "WB32FQ95",
  93. "atmega16u2",
  94. "atmega32u2",
  95. "atmega16u4",
  96. "atmega32u4",
  97. "at90usb162",
  98. "at90usb646",
  99. "at90usb647",
  100. "at90usb1286",
  101. "at90usb1287",
  102. "atmega32a",
  103. "atmega328p",
  104. "atmega328",
  105. "attiny85",
  106. "unknown"
  107. ]
  108. },
  109. "apa102": {
  110. "type": "object",
  111. "additionalProperties": false,
  112. "properties": {
  113. "data_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  114. "clock_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  115. "default_brightness": {
  116. "type": "integer",
  117. "minimum": 0,
  118. "maximum": 31
  119. }
  120. }
  121. },
  122. "audio": {
  123. "type": "object",
  124. "additionalProperties": false,
  125. "properties": {
  126. "default": {
  127. "type": "object",
  128. "additionalProperties": false,
  129. "properties": {
  130. "on": {"type": "boolean"},
  131. "clicky": {"type": "boolean"}
  132. }
  133. },
  134. "macro_beep": {"type": "boolean"},
  135. "pins": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  136. "voices": {"type": "boolean"}
  137. }
  138. },
  139. "backlight": {
  140. "type": "object",
  141. "additionalProperties": false,
  142. "properties": {
  143. "driver": {
  144. "type": "string",
  145. "enum": ["pwm", "software", "timer", "custom"]
  146. },
  147. "default": {
  148. "type": "object",
  149. "additionalProperties": false,
  150. "properties": {
  151. "on": {"type": "boolean"},
  152. "breathing": {"type": "boolean"},
  153. "brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  154. }
  155. },
  156. "breathing": {"type": "boolean"},
  157. "breathing_period": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  158. "levels": {
  159. "type": "integer",
  160. "minimum": 1,
  161. "maximum": 31
  162. },
  163. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  164. "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  165. "pins": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  166. "on_state": {"$ref": "qmk.definitions.v1#/bit"},
  167. "as_caps_lock": {"type": "boolean"}
  168. }
  169. },
  170. "bluetooth": {
  171. "type": "object",
  172. "additionalProperties": false,
  173. "properties": {
  174. "driver": {
  175. "type": "string",
  176. "enum": ["bluefruit_le", "custom", "rn42"]
  177. }
  178. }
  179. },
  180. "bootmagic":{
  181. "type": "object",
  182. "additionalProperties": false,
  183. "properties": {
  184. "enabled": {"type": "boolean"},
  185. "matrix": {
  186. "type": "array",
  187. "minItems": 2,
  188. "maxItems": 2,
  189. "items": {
  190. "type": "integer",
  191. "minimum": 0
  192. }
  193. }
  194. }
  195. },
  196. "board": {
  197. "type": "string",
  198. "minLength": 2,
  199. "pattern": "^[a-zA-Z_][0-9a-zA-Z_]*$"
  200. },
  201. "bootloader": {
  202. "type": "string",
  203. "enum": [
  204. "apm32-dfu",
  205. "atmel-dfu",
  206. "bootloadhid",
  207. "caterina",
  208. "custom",
  209. "gd32v-dfu",
  210. "halfkay",
  211. "kiibohd",
  212. "lufa-dfu",
  213. "lufa-ms",
  214. "md-boot",
  215. "qmk-dfu",
  216. "qmk-hid",
  217. "rp2040",
  218. "stm32-dfu",
  219. "stm32duino",
  220. "tinyuf2",
  221. "uf2boot",
  222. "unknown",
  223. "usbasploader",
  224. "wb32-dfu"
  225. ]
  226. },
  227. "bootloader_instructions": {
  228. "type": "string",
  229. "description": "Instructions for putting the keyboard into a mode that allows for firmware flashing."
  230. },
  231. "build": {
  232. "type": "object",
  233. "additionalProperties": false,
  234. "properties": {
  235. "debounce_type": {
  236. "type": "string",
  237. "enum": ["asym_eager_defer_pk", "custom", "sym_defer_g", "sym_defer_pk", "sym_defer_pr", "sym_eager_pk", "sym_eager_pr"]
  238. },
  239. "firmware_format": {
  240. "type": "string",
  241. "enum": ["bin", "hex", "uf2"]
  242. },
  243. "lto": {"type": "boolean"}
  244. }
  245. },
  246. "diode_direction": {
  247. "type": "string",
  248. "enum": ["COL2ROW", "ROW2COL"]
  249. },
  250. "debounce": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  251. "caps_word": {
  252. "type": "object",
  253. "additionalProperties": false,
  254. "properties": {
  255. "enabled": {"type": "boolean"},
  256. "both_shifts_turns_on": {"type": "boolean"},
  257. "double_tap_shift_turns_on": {"type": "boolean"},
  258. "idle_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  259. "invert_on_shift": {"type": "boolean"}
  260. }
  261. },
  262. "combo": {
  263. "type": "object",
  264. "properties": {
  265. "count": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  266. "term": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  267. }
  268. },
  269. "community_layouts": {
  270. "type": "array",
  271. "items": {"$ref": "qmk.definitions.v1#/filename"}
  272. },
  273. "dip_switch": {
  274. "$ref": "#/definitions/dip_switch_config",
  275. "properties": {
  276. "enabled": {"type": "boolean"},
  277. "matrix_grid": {
  278. "type": "array",
  279. "minItems": 1,
  280. "items": {
  281. "type": "array",
  282. "minItems": 2,
  283. "maxItems": 2,
  284. "items": {
  285. "type": "integer",
  286. "minimum": 0
  287. }
  288. }
  289. }
  290. }
  291. },
  292. "eeprom": {
  293. "properties": {
  294. "driver": {"type": "string"},
  295. "wear_leveling": {
  296. "type": "object",
  297. "additionalProperties": false,
  298. "properties": {
  299. "driver": {
  300. "type": "string",
  301. "enum": ["custom", "embedded_flash", "legacy", "rp2040_flash", "spi_flash"]
  302. },
  303. "backing_size": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  304. "logical_size": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  305. }
  306. }
  307. }
  308. },
  309. "encoder": {
  310. "$ref": "#/definitions/encoder_config",
  311. "properties": {
  312. "enabled": {"type": "boolean"}
  313. }
  314. },
  315. "features": {
  316. "$ref": "qmk.definitions.v1#/boolean_array",
  317. "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" },
  318. "not": { "required": [ "lto" ] }
  319. },
  320. "indicators": {
  321. "type": "object",
  322. "properties": {
  323. "caps_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  324. "num_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  325. "scroll_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  326. "compose": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  327. "kana": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  328. "on_state": {"$ref": "qmk.definitions.v1#/bit"}
  329. }
  330. },
  331. "keycodes": {"$ref": "qmk.definitions.v1#/keycode_decl_array"},
  332. "layout_aliases": {
  333. "type": "object",
  334. "additionalProperties": {"$ref": "qmk.definitions.v1#/layout_macro"}
  335. },
  336. "layouts": {
  337. "type": "object",
  338. "propertyNames": {"$ref": "qmk.definitions.v1#/layout_macro"},
  339. "additionalProperties": {
  340. "type": "object",
  341. "additionalProperties": false,
  342. "properties": {
  343. "filename": {
  344. "type": "string"
  345. },
  346. "c_macro": {
  347. "type": "boolean"
  348. },
  349. "json_layout": {
  350. "type": "boolean"
  351. },
  352. "layout": {
  353. "type": "array",
  354. "items": {
  355. "type": "object",
  356. "additionalProperties": false,
  357. "required": ["x", "y"],
  358. "properties": {
  359. "encoder": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  360. "label": {
  361. "type": "string",
  362. "pattern": "^[^\\n]*$"
  363. },
  364. "matrix": {
  365. "type": "array",
  366. "minItems": 2,
  367. "maxItems": 2,
  368. "items": {
  369. "type": "integer",
  370. "minimum": 0
  371. }
  372. },
  373. "r": {"$ref": "qmk.definitions.v1#/signed_decimal"},
  374. "rx": {"$ref": "qmk.definitions.v1#/unsigned_decimal"},
  375. "ry": {"$ref": "qmk.definitions.v1#/unsigned_decimal"},
  376. "h": {"$ref": "qmk.definitions.v1#/key_unit"},
  377. "w": {"$ref": "qmk.definitions.v1#/key_unit"},
  378. "x": {"$ref": "qmk.definitions.v1#/key_unit"},
  379. "y": {"$ref": "qmk.definitions.v1#/key_unit"}
  380. }
  381. }
  382. }
  383. }
  384. }
  385. },
  386. "leader_key": {
  387. "type": "object",
  388. "properties": {
  389. "timing": {"type": "boolean"},
  390. "strict_processing": {"type": "boolean"},
  391. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  392. }
  393. },
  394. "matrix_pins": {
  395. "type": "object",
  396. "additionalProperties": false,
  397. "properties": {
  398. "custom": {"type": "boolean"},
  399. "custom_lite": {"type": "boolean"},
  400. "ghost": {"type": "boolean"},
  401. "input_pressed_state": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  402. "io_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  403. "direct": {
  404. "type": "array",
  405. "items": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  406. },
  407. "cols": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  408. "rows": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  409. }
  410. },
  411. "mouse_key": {
  412. "type": "object",
  413. "properties": {
  414. "enabled": {"type": "boolean"},
  415. "delay": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  416. "interval": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  417. "max_speed": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  418. "time_to_max": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  419. "wheel_delay": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  420. }
  421. },
  422. "oneshot": {
  423. "type": "object",
  424. "properties": {
  425. "tap_toggle": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  426. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  427. }
  428. },
  429. "led_matrix": {
  430. "type": "object",
  431. "properties": {
  432. "animations": {
  433. "type": "object",
  434. "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" }
  435. "additionalProperties": {
  436. "type": "boolean"
  437. }
  438. },
  439. "default": {
  440. "type": "object",
  441. "additionalProperties": false,
  442. "properties": {
  443. "on": {"type": "boolean"},
  444. "animation": {"type": "string"},
  445. "val": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  446. "speed": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  447. }
  448. },
  449. "driver": {"type": "string"},
  450. "center_point": {
  451. "type": "array",
  452. "minItems": 2,
  453. "maxItems": 2,
  454. "items": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  455. },
  456. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  457. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  458. "val_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  459. "speed_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  460. "led_flush_limit": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  461. "led_process_limit": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  462. "react_on_keyup": {"type": "boolean"},
  463. "sleep": {"type": "boolean"},
  464. "split_count": {
  465. "type": "array",
  466. "minItems": 2,
  467. "maxItems": 2,
  468. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  469. },
  470. "layout": {
  471. "type": "array",
  472. "items": {
  473. "type": "object",
  474. "additionalProperties": false,
  475. "properties": {
  476. "matrix": {
  477. "type": "array",
  478. "minItems": 2,
  479. "maxItems": 2,
  480. "items": {
  481. "type": "integer",
  482. "minimum": 0
  483. }
  484. },
  485. "x": {"$ref": "qmk.definitions.v1#/key_unit"},
  486. "y": {"$ref": "qmk.definitions.v1#/key_unit"},
  487. "flags": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  488. }
  489. }
  490. }
  491. }
  492. },
  493. "rgb_matrix": {
  494. "type": "object",
  495. "properties": {
  496. "animations": {
  497. "type": "object",
  498. "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" }
  499. "additionalProperties": {
  500. "type": "boolean"
  501. }
  502. },
  503. "default": {
  504. "type": "object",
  505. "additionalProperties": false,
  506. "properties": {
  507. "on": {"type": "boolean"},
  508. "animation": {"type": "string"},
  509. "hue": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  510. "sat": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  511. "val": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  512. "speed": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  513. }
  514. },
  515. "driver": {"type": "string"},
  516. "center_point": {
  517. "type": "array",
  518. "minItems": 2,
  519. "maxItems": 2,
  520. "items": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  521. },
  522. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  523. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  524. "hue_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  525. "sat_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  526. "val_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  527. "speed_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  528. "led_flush_limit": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  529. "led_process_limit": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  530. "react_on_keyup": {"type": "boolean"},
  531. "sleep": {"type": "boolean"},
  532. "split_count": {
  533. "type": "array",
  534. "minItems": 2,
  535. "maxItems": 2,
  536. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  537. },
  538. "layout": {
  539. "type": "array",
  540. "items": {
  541. "type": "object",
  542. "additionalProperties": false,
  543. "properties": {
  544. "matrix": {
  545. "type": "array",
  546. "minItems": 2,
  547. "maxItems": 2,
  548. "items": {
  549. "type": "integer",
  550. "minimum": 0
  551. }
  552. },
  553. "x": {"$ref": "qmk.definitions.v1#/key_unit"},
  554. "y": {"$ref": "qmk.definitions.v1#/key_unit"},
  555. "flags": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  556. }
  557. }
  558. }
  559. }
  560. },
  561. "rgblight": {
  562. "type": "object",
  563. "additionalProperties": false,
  564. "properties": {
  565. "animations": {
  566. "type": "object",
  567. "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" }
  568. "additionalProperties": {
  569. "type": "boolean"
  570. }
  571. },
  572. "brightness_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  573. "default": {
  574. "type": "object",
  575. "additionalProperties": false,
  576. "properties": {
  577. "on": {"type": "boolean"},
  578. "animation": {"type": "string"},
  579. "hue": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  580. "sat": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  581. "val": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  582. "speed": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  583. }
  584. },
  585. "driver": {
  586. "type": "string",
  587. "enum": ["apa102", "custom", "ws2812"]
  588. },
  589. "hue_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  590. "layers": {
  591. "type": "object",
  592. "additionalProperties": false,
  593. "properties": {
  594. "blink": {"type": "boolean"},
  595. "enabled": {"type": "boolean"},
  596. "max": {
  597. "type": "integer",
  598. "minimum": 1,
  599. "maximum": 32
  600. },
  601. "override_rgb": {"type": "boolean"}
  602. }
  603. },
  604. "led_count": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  605. "led_map": {
  606. "type": "array",
  607. "minItems": 2,
  608. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  609. },
  610. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  611. "pin": {
  612. "$ref": "qmk.definitions.v1#/mcu_pin",
  613. "$comment": "Deprecated: use ws2812.pin instead"
  614. },
  615. "rgbw": {"type": "boolean"},
  616. "saturation_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  617. "sleep": {"type": "boolean"},
  618. "split": {"type": "boolean"},
  619. "split_count": {
  620. "type": "array",
  621. "minItems": 2,
  622. "maxItems": 2,
  623. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  624. }
  625. }
  626. },
  627. "secure": {
  628. "type": "object",
  629. "additionalProperties": false,
  630. "properties": {
  631. "enabled": {"type": "boolean"},
  632. "unlock_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  633. "idle_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  634. "unlock_sequence": {
  635. "type": "array",
  636. "minItems": 1,
  637. "maxItems": 5,
  638. "items": {
  639. "type": "array",
  640. "minItems": 2,
  641. "maxItems": 2,
  642. "items": {
  643. "type": "integer",
  644. "minimum": 0
  645. }
  646. }
  647. }
  648. }
  649. },
  650. "stenography": {
  651. "type": "object",
  652. "additionalProperties": false,
  653. "properties": {
  654. "enabled": {"type": "boolean"},
  655. "protocol": {
  656. "type": "string",
  657. "enum": ["all", "geminipr", "txbolt"]
  658. }
  659. }
  660. },
  661. "ps2": {
  662. "type": "object",
  663. "additionalProperties": false,
  664. "properties": {
  665. "enabled": {"type": "boolean"},
  666. "mouse_enabled": {"type": "boolean"},
  667. "clock_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  668. "data_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  669. "driver": {
  670. "type": "string",
  671. "enum": ["busywait", "interrupt", "usart", "vendor"]
  672. }
  673. }
  674. },
  675. "split": {
  676. "type": "object",
  677. "additionalProperties": false,
  678. "properties": {
  679. "enabled": {"type": "boolean"},
  680. "bootmagic":{
  681. "type": "object",
  682. "additionalProperties": false,
  683. "properties": {
  684. "matrix": {
  685. "type": "array",
  686. "minItems": 2,
  687. "maxItems": 2,
  688. "items": {
  689. "type": "integer",
  690. "minimum": 0
  691. }
  692. }
  693. }
  694. },
  695. "matrix_pins": {
  696. "type": "object",
  697. "additionalProperties": false,
  698. "properties": {
  699. "right": {
  700. "type": "object",
  701. "additionalProperties": false,
  702. "properties": {
  703. "direct": {
  704. "type": "array",
  705. "items": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  706. },
  707. "cols": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  708. "rows": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  709. "unused": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  710. }
  711. }
  712. }
  713. },
  714. "dip_switch": {
  715. "type": "object",
  716. "additionalProperties": false,
  717. "properties": {
  718. "right": {
  719. "$ref": "#/definitions/dip_switch_config"
  720. }
  721. }
  722. },
  723. "encoder": {
  724. "type": "object",
  725. "additionalProperties": false,
  726. "properties": {
  727. "right": {
  728. "$ref": "#/definitions/encoder_config"
  729. }
  730. }
  731. },
  732. "handedness": {
  733. "type": "object",
  734. "additionalProperties": false,
  735. "properties": {
  736. "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  737. "matrix_grid": {
  738. "$ref": "qmk.definitions.v1#/mcu_pin_array",
  739. "minItems": 2,
  740. "maxItems": 2
  741. }
  742. }
  743. },
  744. "soft_serial_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  745. "soft_serial_speed": {
  746. "type": "integer",
  747. "minimum": 0,
  748. "maximum": 5
  749. },
  750. "transport": {
  751. "type": "object",
  752. "additionalProperties": false,
  753. "properties": {
  754. "protocol": {
  755. "type": "string",
  756. "enum": ["custom", "i2c", "serial", "serial_usart"]
  757. },
  758. "sync": {
  759. "type": "object",
  760. "additionalProperties": false,
  761. "properties": {
  762. "activity": {"type": "boolean"},
  763. "detected_os": {"type": "boolean"},
  764. "haptic": {"type": "boolean"},
  765. "layer_state": {"type": "boolean"},
  766. "indicators": {"type": "boolean"},
  767. "matrix_state": {"type": "boolean"},
  768. "modifiers": {"type": "boolean"},
  769. "oled": {"type": "boolean"},
  770. "st7565": {"type": "boolean"},
  771. "wpm": {"type": "boolean"}
  772. }
  773. }
  774. "watchdog": {"type": "boolean"},
  775. "watchdog_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  776. "sync_matrix_state": {
  777. "type": "boolean",
  778. "$comment": "Deprecated: use sync.matrix_state instead"
  779. },
  780. "sync_modifiers": {
  781. "type": "boolean",
  782. "$comment": "Deprecated: use sync.modifiers instead"
  783. }
  784. }
  785. },
  786. "usb_detect": {
  787. "type": "object",
  788. "additionalProperties": false,
  789. "properties": {
  790. "enabled": {"type": "boolean"},
  791. "polling_interval": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  792. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  793. }
  794. },
  795. "main": {
  796. "type": "string",
  797. "enum": ["eeprom", "left", "matrix_grid", "pin", "right"],
  798. "$comment": "Deprecated: use config.h options for now"
  799. },
  800. "matrix_grid": {
  801. "type": "array",
  802. "items": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  803. "$comment": "Deprecated: use split.handedness.matrix_grid instead"
  804. }
  805. }
  806. },
  807. "tags": {
  808. "type": "array",
  809. "items": {"type": "string"}
  810. },
  811. "tapping": {
  812. "type": "object",
  813. "properties": {
  814. "force_hold": {"type": "boolean"},
  815. "force_hold_per_key": {"type": "boolean"},
  816. "ignore_mod_tap_interrupt": {"type": "boolean"},
  817. "hold_on_other_key_press": {"type": "boolean"},
  818. "hold_on_other_key_press_per_key": {"type": "boolean"},
  819. "permissive_hold": {"type": "boolean"},
  820. "permissive_hold_per_key": {"type": "boolean"},
  821. "retro": {"type": "boolean"},
  822. "retro_per_key": {"type": "boolean"},
  823. "term": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  824. "term_per_key": {"type": "boolean"},
  825. "toggle": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  826. }
  827. },
  828. "usb": {
  829. "type": "object",
  830. "additionalProperties": false,
  831. "properties": {
  832. "device_ver": {
  833. "$ref": "qmk.definitions.v1#/hex_number_4d",
  834. "$comment": "Deprecated: use device_version instead"
  835. },
  836. "device_version": {"$ref": "qmk.definitions.v1#/bcd_version"},
  837. "force_nkro": {"type": "boolean"},
  838. "pid": {"$ref": "qmk.definitions.v1#/hex_number_4d"},
  839. "vid": {"$ref": "qmk.definitions.v1#/hex_number_4d"},
  840. "max_power": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  841. "no_startup_check": {"type": "boolean"},
  842. "polling_interval": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  843. "shared_endpoint": {
  844. "type": "object",
  845. "additionalProperties": false,
  846. "properties": {
  847. "keyboard": {"type": "boolean"},
  848. "mouse": {"type": "boolean"}
  849. }
  850. },
  851. "suspend_wakeup_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  852. "wait_for": {"type": "boolean"}
  853. }
  854. },
  855. "qmk": {
  856. "type": "object",
  857. "additionalProperties": false,
  858. "properties": {
  859. "keys_per_scan": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  860. "tap_keycode_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  861. "tap_capslock_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  862. "locking": {
  863. "type": "object",
  864. "additionalProperties": false,
  865. "properties": {
  866. "enabled": {"type": "boolean"},
  867. "resync": {"type": "boolean"}
  868. }
  869. }
  870. }
  871. },
  872. "qmk_lufa_bootloader": {
  873. "type": "object",
  874. "additionalProperties": false,
  875. "properties": {
  876. "esc_output": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  877. "esc_input": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  878. "led": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  879. "speaker": {"$ref": "qmk.definitions.v1#/mcu_pin"}
  880. }
  881. },
  882. "ws2812": {
  883. "type": "object",
  884. "additionalProperties": false,
  885. "properties": {
  886. "driver": {
  887. "type": "string",
  888. "enum": ["bitbang", "custom", "i2c", "pwm", "spi", "vendor"]
  889. },
  890. "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  891. "i2c_address": {"$ref": "qmk.definitions.v1#/hex_number_2d"},
  892. "i2c_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  893. }
  894. }
  895. }
  896. }