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.

764 lines
30 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
  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. },
  25. "type": "object",
  26. "not": { "required": [ "vendorId", "productId" ] }, // reject via keys...
  27. "properties": {
  28. "keyboard_name": {"$ref": "qmk.definitions.v1#/text_identifier"},
  29. "keyboard_folder": {"$ref": "qmk.definitions.v1#/keyboard"},
  30. "maintainer": {"$ref": "qmk.definitions.v1#/text_identifier"},
  31. "manufacturer": {"$ref": "qmk.definitions.v1#/text_identifier"},
  32. "url": {
  33. "type": "string",
  34. "format": "uri"
  35. },
  36. "development_board": {
  37. "type": "string",
  38. "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"]
  39. },
  40. "pin_compatible": {
  41. "type": "string",
  42. "enum": ["promicro", "elite_c"]
  43. },
  44. "processor": {
  45. "type": "string",
  46. "enum": [
  47. "cortex-m0",
  48. "cortex-m0plus",
  49. "cortex-m3",
  50. "cortex-m4",
  51. "cortex-m7",
  52. "cortex-m23",
  53. "cortex-m33",
  54. "cortex-m35p",
  55. "cortex-m55",
  56. "cortex-m85",
  57. "MKL26Z64",
  58. "MK20DX128",
  59. "MK20DX256",
  60. "MK64FX512",
  61. "MK66FX1M0",
  62. "RP2040",
  63. "STM32F042",
  64. "STM32F072",
  65. "STM32F103",
  66. "STM32F303",
  67. "STM32F401",
  68. "STM32F405",
  69. "STM32F407",
  70. "STM32F411",
  71. "STM32F446",
  72. "STM32G431",
  73. "STM32G474",
  74. "STM32H723",
  75. "STM32H733",
  76. "STM32L412",
  77. "STM32L422",
  78. "STM32L432",
  79. "STM32L433",
  80. "STM32L442",
  81. "STM32L443",
  82. "GD32VF103",
  83. "WB32F3G71",
  84. "WB32FQ95",
  85. "atmega16u2",
  86. "atmega32u2",
  87. "atmega16u4",
  88. "atmega32u4",
  89. "at90usb162",
  90. "at90usb646",
  91. "at90usb647",
  92. "at90usb1286",
  93. "at90usb1287",
  94. "atmega32a",
  95. "atmega328p",
  96. "atmega328",
  97. "attiny85",
  98. "unknown"
  99. ]
  100. },
  101. "apa102": {
  102. "type": "object",
  103. "additionalProperties": false,
  104. "properties": {
  105. "data_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  106. "clock_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  107. "default_brightness": {
  108. "type": "integer",
  109. "minimum": 0,
  110. "maximum": 31
  111. }
  112. }
  113. },
  114. "audio": {
  115. "type": "object",
  116. "additionalProperties": false,
  117. "properties": {
  118. "macro_beep": {"type": "boolean"},
  119. "pins": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  120. "voices": {"type": "boolean"}
  121. }
  122. },
  123. "backlight": {
  124. "type": "object",
  125. "additionalProperties": false,
  126. "properties": {
  127. "driver": {
  128. "type": "string",
  129. "enum": ["pwm", "software", "timer", "custom"]
  130. },
  131. "breathing": {"type": "boolean"},
  132. "breathing_period": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  133. "levels": {
  134. "type": "integer",
  135. "minimum": 1,
  136. "maximum": 31
  137. },
  138. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  139. "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  140. "pins": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  141. "on_state": {"$ref": "qmk.definitions.v1#/bit"},
  142. "as_caps_lock": {"type": "boolean"}
  143. }
  144. },
  145. "bluetooth": {
  146. "type": "object",
  147. "additionalProperties": false,
  148. "properties": {
  149. "driver": {
  150. "type": "string",
  151. "enum": ["bluefruit_le", "custom", "rn42"]
  152. }
  153. }
  154. },
  155. "bootmagic":{
  156. "type": "object",
  157. "additionalProperties": false,
  158. "properties": {
  159. "enabled": {"type": "boolean"},
  160. "matrix": {
  161. "type": "array",
  162. "minItems": 2,
  163. "maxItems": 2,
  164. "items": {
  165. "type": "integer",
  166. "minimum": 0
  167. }
  168. }
  169. }
  170. },
  171. "board": {
  172. "type": "string",
  173. "minLength": 2,
  174. "pattern": "^[a-zA-Z_][0-9a-zA-Z_]*$"
  175. },
  176. "bootloader": {
  177. "type": "string",
  178. "enum": [
  179. "apm32-dfu",
  180. "atmel-dfu",
  181. "bootloadhid",
  182. "caterina",
  183. "custom",
  184. "gd32v-dfu",
  185. "halfkay",
  186. "kiibohd",
  187. "lufa-dfu",
  188. "lufa-ms",
  189. "md-boot",
  190. "qmk-dfu",
  191. "qmk-hid",
  192. "rp2040",
  193. "stm32-dfu",
  194. "stm32duino",
  195. "tinyuf2",
  196. "uf2boot",
  197. "unknown",
  198. "usbasploader",
  199. "wb32-dfu"
  200. ]
  201. },
  202. "bootloader_instructions": {
  203. "type": "string",
  204. "description": "Instructions for putting the keyboard into a mode that allows for firmware flashing."
  205. },
  206. "build": {
  207. "type": "object",
  208. "additionalProperties": false,
  209. "properties": {
  210. "debounce_type": {
  211. "type": "string",
  212. "enum": ["asym_eager_defer_pk", "custom", "sym_defer_g", "sym_defer_pk", "sym_defer_pr", "sym_eager_pk", "sym_eager_pr"]
  213. },
  214. "firmware_format": {
  215. "type": "string",
  216. "enum": ["bin", "hex", "uf2"]
  217. },
  218. "lto": {"type": "boolean"}
  219. }
  220. },
  221. "diode_direction": {
  222. "type": "string",
  223. "enum": ["COL2ROW", "ROW2COL"]
  224. },
  225. "debounce": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  226. "caps_word": {
  227. "type": "object",
  228. "additionalProperties": false,
  229. "properties": {
  230. "enabled": {"type": "boolean"},
  231. "both_shifts_turns_on": {"type": "boolean"},
  232. "double_tap_shift_turns_on": {"type": "boolean"},
  233. "idle_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  234. "invert_on_shift": {"type": "boolean"}
  235. }
  236. },
  237. "combo": {
  238. "type": "object",
  239. "properties": {
  240. "count": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  241. "term": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  242. }
  243. },
  244. "community_layouts": {
  245. "type": "array",
  246. "items": {"$ref": "qmk.definitions.v1#/filename"}
  247. },
  248. "eeprom": {
  249. "properties": {
  250. "driver": {"type": "string"},
  251. "wear_leveling": {
  252. "type": "object",
  253. "additionalProperties": false,
  254. "properties": {
  255. "driver": {
  256. "type": "string",
  257. "enum": ["custom", "embedded_flash", "legacy", "rp2040_flash", "spi_flash"]
  258. },
  259. "backing_size": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  260. "logical_size": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  261. }
  262. }
  263. }
  264. },
  265. "encoder": {
  266. "$ref": "#/definitions/encoder_config",
  267. "properties": {
  268. "enabled": {"type": "boolean"}
  269. }
  270. },
  271. "features": {
  272. "$ref": "qmk.definitions.v1#/boolean_array",
  273. "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" }
  274. },
  275. "indicators": {
  276. "type": "object",
  277. "properties": {
  278. "caps_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  279. "num_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  280. "scroll_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  281. "compose": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  282. "kana": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  283. "on_state": {"$ref": "qmk.definitions.v1#/bit"}
  284. }
  285. },
  286. "keycodes": {"$ref": "qmk.definitions.v1#/keycode_decl_array"},
  287. "layout_aliases": {
  288. "type": "object",
  289. "additionalProperties": {"$ref": "qmk.definitions.v1#/layout_macro"}
  290. },
  291. "layouts": {
  292. "type": "object",
  293. "propertyNames": {"$ref": "qmk.definitions.v1#/layout_macro"},
  294. "additionalProperties": {
  295. "type": "object",
  296. "additionalProperties": false,
  297. "properties": {
  298. "filename": {
  299. "type": "string"
  300. },
  301. "c_macro": {
  302. "type": "boolean"
  303. },
  304. "json_layout": {
  305. "type": "boolean"
  306. },
  307. "layout": {
  308. "type": "array",
  309. "items": {
  310. "type": "object",
  311. "additionalProperties": false,
  312. "required": ["x", "y"],
  313. "properties": {
  314. "label": {
  315. "type": "string",
  316. "pattern": "^[^\\n]*$"
  317. },
  318. "matrix": {
  319. "type": "array",
  320. "minItems": 2,
  321. "maxItems": 2,
  322. "items": {
  323. "type": "integer",
  324. "minimum": 0
  325. }
  326. },
  327. "r": {"$ref": "qmk.definitions.v1#/signed_decimal"},
  328. "rx": {"$ref": "qmk.definitions.v1#/unsigned_decimal"},
  329. "ry": {"$ref": "qmk.definitions.v1#/unsigned_decimal"},
  330. "h": {"$ref": "qmk.definitions.v1#/key_unit"},
  331. "w": {"$ref": "qmk.definitions.v1#/key_unit"},
  332. "x": {"$ref": "qmk.definitions.v1#/key_unit"},
  333. "y": {"$ref": "qmk.definitions.v1#/key_unit"}
  334. }
  335. }
  336. }
  337. }
  338. }
  339. },
  340. "leader_key": {
  341. "type": "object",
  342. "properties": {
  343. "timing": {"type": "boolean"},
  344. "strict_processing": {"type": "boolean"},
  345. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  346. }
  347. },
  348. "matrix_pins": {
  349. "type": "object",
  350. "additionalProperties": false,
  351. "properties": {
  352. "custom": {"type": "boolean"},
  353. "custom_lite": {"type": "boolean"},
  354. "ghost": {"type": "boolean"},
  355. "input_pressed_state": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  356. "io_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  357. "direct": {
  358. "type": "array",
  359. "items": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  360. },
  361. "cols": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  362. "rows": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  363. }
  364. },
  365. "mouse_key": {
  366. "type": "object",
  367. "properties": {
  368. "enabled": {"type": "boolean"},
  369. "delay": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  370. "interval": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  371. "max_speed": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  372. "time_to_max": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  373. "wheel_delay": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  374. }
  375. },
  376. "oneshot": {
  377. "type": "object",
  378. "properties": {
  379. "tap_toggle": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  380. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  381. }
  382. },
  383. "led_matrix": {
  384. "type": "object",
  385. "properties": {
  386. "animations": {
  387. "type": "object",
  388. "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" }
  389. "additionalProperties": {
  390. "type": "boolean"
  391. }
  392. },
  393. "driver": {"type": "string"},
  394. "center_point": {
  395. "type": "array",
  396. "minItems": 2,
  397. "maxItems": 2,
  398. "items": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  399. },
  400. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  401. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  402. "val_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  403. "speed_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  404. "led_flush_limit": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  405. "led_process_limit": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  406. "react_on_keyup": {"type": "boolean"},
  407. "sleep": {"type": "boolean"},
  408. "split_count": {
  409. "type": "array",
  410. "minItems": 2,
  411. "maxItems": 2,
  412. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  413. },
  414. "layout": {
  415. "type": "array",
  416. "items": {
  417. "type": "object",
  418. "additionalProperties": false,
  419. "properties": {
  420. "matrix": {
  421. "type": "array",
  422. "minItems": 2,
  423. "maxItems": 2,
  424. "items": {
  425. "type": "integer",
  426. "minimum": 0
  427. }
  428. },
  429. "x": {"$ref": "qmk.definitions.v1#/key_unit"},
  430. "y": {"$ref": "qmk.definitions.v1#/key_unit"},
  431. "flags": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  432. }
  433. }
  434. }
  435. }
  436. },
  437. "rgb_matrix": {
  438. "type": "object",
  439. "properties": {
  440. "animations": {
  441. "type": "object",
  442. "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" }
  443. "additionalProperties": {
  444. "type": "boolean"
  445. }
  446. },
  447. "driver": {"type": "string"},
  448. "center_point": {
  449. "type": "array",
  450. "minItems": 2,
  451. "maxItems": 2,
  452. "items": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  453. },
  454. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  455. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  456. "hue_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  457. "sat_steps": {"$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. "rgblight": {
  494. "type": "object",
  495. "additionalProperties": false,
  496. "properties": {
  497. "animations": {
  498. "type": "object",
  499. "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" }
  500. "additionalProperties": {
  501. "type": "boolean"
  502. }
  503. },
  504. "brightness_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  505. "driver": {
  506. "type": "string",
  507. "enum": ["apa102", "custom", "ws2812"]
  508. },
  509. "hue_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  510. "layers": {
  511. "type": "object",
  512. "additionalProperties": false,
  513. "properties": {
  514. "blink": {"type": "boolean"},
  515. "enabled": {"type": "boolean"},
  516. "max": {
  517. "type": "integer",
  518. "minimum": 1,
  519. "maximum": 32
  520. },
  521. "override_rgb": {"type": "boolean"}
  522. }
  523. },
  524. "led_count": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  525. "led_map": {
  526. "type": "array",
  527. "minItems": 2,
  528. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  529. },
  530. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  531. "pin": {
  532. "$ref": "qmk.definitions.v1#/mcu_pin",
  533. "$comment": "Deprecated: use ws2812.pin instead"
  534. },
  535. "rgbw": {"type": "boolean"},
  536. "saturation_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  537. "sleep": {"type": "boolean"},
  538. "split": {"type": "boolean"},
  539. "split_count": {
  540. "type": "array",
  541. "minItems": 2,
  542. "maxItems": 2,
  543. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  544. }
  545. }
  546. },
  547. "secure": {
  548. "type": "object",
  549. "additionalProperties": false,
  550. "properties": {
  551. "enabled": {"type": "boolean"},
  552. "unlock_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  553. "idle_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  554. "unlock_sequence": {
  555. "type": "array",
  556. "minItems": 1,
  557. "maxItems": 5,
  558. "items": {
  559. "type": "array",
  560. "minItems": 2,
  561. "maxItems": 2,
  562. "items": {
  563. "type": "integer",
  564. "minimum": 0
  565. }
  566. }
  567. }
  568. }
  569. },
  570. "stenography": {
  571. "type": "object",
  572. "additionalProperties": false,
  573. "properties": {
  574. "enabled": {"type": "boolean"},
  575. "protocol": {
  576. "type": "string",
  577. "enum": ["all", "geminipr", "txbolt"]
  578. }
  579. }
  580. },
  581. "ps2": {
  582. "type": "object",
  583. "additionalProperties": false,
  584. "properties": {
  585. "enabled": {"type": "boolean"},
  586. "mouse_enabled": {"type": "boolean"},
  587. "clock_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  588. "data_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  589. "driver": {
  590. "type": "string",
  591. "enum": ["busywait", "interrupt", "usart", "vendor"]
  592. }
  593. }
  594. },
  595. "split": {
  596. "type": "object",
  597. "additionalProperties": false,
  598. "properties": {
  599. "enabled": {"type": "boolean"},
  600. "bootmagic":{
  601. "type": "object",
  602. "additionalProperties": false,
  603. "properties": {
  604. "matrix": {
  605. "type": "array",
  606. "minItems": 2,
  607. "maxItems": 2,
  608. "items": {
  609. "type": "integer",
  610. "minimum": 0
  611. }
  612. }
  613. }
  614. },
  615. "matrix_grid": {
  616. "type": "array",
  617. "items": {"$ref": "qmk.definitions.v1#/mcu_pin"}
  618. },
  619. "matrix_pins": {
  620. "type": "object",
  621. "additionalProperties": false,
  622. "properties": {
  623. "right": {
  624. "type": "object",
  625. "additionalProperties": false,
  626. "properties": {
  627. "direct": {
  628. "type": "array",
  629. "items": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  630. },
  631. "cols": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  632. "rows": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  633. "unused": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  634. }
  635. }
  636. }
  637. },
  638. "encoder": {
  639. "type": "object",
  640. "additionalProperties": false,
  641. "properties": {
  642. "right": {
  643. "$ref": "#/definitions/encoder_config"
  644. }
  645. }
  646. },
  647. "main": {
  648. "type": "string",
  649. "enum": ["eeprom", "left", "matrix_grid", "pin", "right"]
  650. },
  651. "soft_serial_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  652. "soft_serial_speed": {
  653. "type": "integer",
  654. "minimum": 0,
  655. "maximum": 5
  656. },
  657. "transport": {
  658. "type": "object",
  659. "additionalProperties": false,
  660. "properties": {
  661. "protocol": {
  662. "type": "string",
  663. "enum": ["custom", "i2c", "serial", "serial_usart"]
  664. },
  665. "sync_matrix_state": {"type": "boolean"},
  666. "sync_modifiers": {"type": "boolean"},
  667. "watchdog": {"type": "boolean"},
  668. "watchdog_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  669. }
  670. },
  671. "usb_detect": {
  672. "type": "object",
  673. "additionalProperties": false,
  674. "properties": {
  675. "enabled": {"type": "boolean"},
  676. "polling_interval": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  677. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  678. }
  679. }
  680. }
  681. },
  682. "tags": {
  683. "type": "array",
  684. "items": {"type": "string"}
  685. },
  686. "tapping": {
  687. "type": "object",
  688. "properties": {
  689. "force_hold": {"type": "boolean"},
  690. "force_hold_per_key": {"type": "boolean"},
  691. "ignore_mod_tap_interrupt": {"type": "boolean"},
  692. "hold_on_other_key_press": {"type": "boolean"},
  693. "hold_on_other_key_press_per_key": {"type": "boolean"},
  694. "permissive_hold": {"type": "boolean"},
  695. "permissive_hold_per_key": {"type": "boolean"},
  696. "retro": {"type": "boolean"},
  697. "retro_per_key": {"type": "boolean"},
  698. "term": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  699. "term_per_key": {"type": "boolean"},
  700. "toggle": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  701. }
  702. },
  703. "usb": {
  704. "type": "object",
  705. "additionalProperties": false,
  706. "properties": {
  707. "device_ver": {
  708. "$ref": "qmk.definitions.v1#/hex_number_4d",
  709. "$comment": "Deprecated: use device_version instead"
  710. },
  711. "device_version": {"$ref": "qmk.definitions.v1#/bcd_version"},
  712. "force_nkro": {"type": "boolean"},
  713. "pid": {"$ref": "qmk.definitions.v1#/hex_number_4d"},
  714. "vid": {"$ref": "qmk.definitions.v1#/hex_number_4d"},
  715. "max_power": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  716. "no_startup_check": {"type": "boolean"},
  717. "polling_interval": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  718. "shared_endpoint": {
  719. "type": "object",
  720. "additionalProperties": false,
  721. "properties": {
  722. "keyboard": {"type": "boolean"},
  723. "mouse": {"type": "boolean"}
  724. }
  725. },
  726. "suspend_wakeup_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  727. "wait_for": {"type": "boolean"}
  728. }
  729. },
  730. "qmk": {
  731. "type": "object",
  732. "additionalProperties": false,
  733. "properties": {
  734. "keys_per_scan": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  735. "tap_keycode_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  736. "tap_capslock_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  737. }
  738. },
  739. "qmk_lufa_bootloader": {
  740. "type": "object",
  741. "additionalProperties": false,
  742. "properties": {
  743. "esc_output": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  744. "esc_input": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  745. "led": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  746. "speaker": {"$ref": "qmk.definitions.v1#/mcu_pin"}
  747. }
  748. },
  749. "ws2812": {
  750. "type": "object",
  751. "additionalProperties": false,
  752. "properties": {
  753. "driver": {
  754. "type": "string",
  755. "enum": ["bitbang", "custom", "i2c", "pwm", "spi", "vendor"]
  756. },
  757. "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  758. "i2c_address": {"$ref": "qmk.definitions.v1#/hex_number_2d"},
  759. "i2c_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  760. }
  761. }
  762. }
  763. }