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.

734 lines
28 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": ["BluefruitLE", "RN42", "custom"]
  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. "atmel-dfu",
  180. "bootloadhid",
  181. "caterina",
  182. "custom",
  183. "gd32v-dfu",
  184. "halfkay",
  185. "kiibohd",
  186. "lufa-dfu",
  187. "lufa-ms",
  188. "md-boot",
  189. "qmk-dfu",
  190. "qmk-hid",
  191. "rp2040",
  192. "stm32-dfu",
  193. "stm32duino",
  194. "tinyuf2",
  195. "uf2boot",
  196. "unknown",
  197. "usbasploader",
  198. "wb32-dfu"
  199. ]
  200. },
  201. "bootloader_instructions": {
  202. "type": "string",
  203. "description": "Instructions for putting the keyboard into a mode that allows for firmware flashing."
  204. },
  205. "build": {
  206. "type": "object",
  207. "additionalProperties": false,
  208. "properties": {
  209. "debounce_type": {
  210. "type": "string",
  211. "enum": ["asym_eager_defer_pk", "custom", "sym_defer_g", "sym_defer_pk", "sym_defer_pr", "sym_eager_pk", "sym_eager_pr"]
  212. },
  213. "firmware_format": {
  214. "type": "string",
  215. "enum": ["bin", "hex", "uf2"]
  216. },
  217. "lto": {"type": "boolean"}
  218. }
  219. },
  220. "diode_direction": {
  221. "type": "string",
  222. "enum": ["COL2ROW", "ROW2COL"]
  223. },
  224. "debounce": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  225. "caps_word": {
  226. "type": "object",
  227. "additionalProperties": false,
  228. "properties": {
  229. "enabled": {"type": "boolean"},
  230. "both_shifts_turns_on": {"type": "boolean"},
  231. "double_tap_shift_turns_on": {"type": "boolean"},
  232. "idle_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  233. "invert_on_shift": {"type": "boolean"}
  234. }
  235. },
  236. "combo": {
  237. "type": "object",
  238. "properties": {
  239. "count": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  240. "term": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  241. }
  242. },
  243. "community_layouts": {
  244. "type": "array",
  245. "items": {"$ref": "qmk.definitions.v1#/filename"}
  246. },
  247. "eeprom": {
  248. "properties": {
  249. "driver": {"type": "string"}
  250. }
  251. },
  252. "encoder": {
  253. "$ref": "#/definitions/encoder_config",
  254. "properties": {
  255. "enabled": {"type": "boolean"}
  256. }
  257. },
  258. "features": {"$ref": "qmk.definitions.v1#/boolean_array"},
  259. "indicators": {
  260. "type": "object",
  261. "properties": {
  262. "caps_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  263. "num_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  264. "scroll_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  265. "compose": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  266. "kana": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  267. "on_state": {"$ref": "qmk.definitions.v1#/bit"}
  268. }
  269. },
  270. "keycodes": {"$ref": "qmk.definitions.v1#/keycode_decl_array"},
  271. "layout_aliases": {
  272. "type": "object",
  273. "additionalProperties": {"$ref": "qmk.definitions.v1#/layout_macro"}
  274. },
  275. "layouts": {
  276. "type": "object",
  277. "propertyNames": {"$ref": "qmk.definitions.v1#/layout_macro"},
  278. "additionalProperties": {
  279. "type": "object",
  280. "additionalProperties": false,
  281. "properties": {
  282. "filename": {
  283. "type": "string"
  284. },
  285. "c_macro": {
  286. "type": "boolean"
  287. },
  288. "json_layout": {
  289. "type": "boolean"
  290. },
  291. "layout": {
  292. "type": "array",
  293. "items": {
  294. "type": "object",
  295. "additionalProperties": false,
  296. "required": ["x", "y"],
  297. "properties": {
  298. "label": {
  299. "type": "string",
  300. "pattern": "^[^\\n]*$"
  301. },
  302. "matrix": {
  303. "type": "array",
  304. "minItems": 2,
  305. "maxItems": 2,
  306. "items": {
  307. "type": "integer",
  308. "minimum": 0
  309. }
  310. },
  311. "r": {"$ref": "qmk.definitions.v1#/signed_decimal"},
  312. "rx": {"$ref": "qmk.definitions.v1#/unsigned_decimal"},
  313. "ry": {"$ref": "qmk.definitions.v1#/unsigned_decimal"},
  314. "h": {"$ref": "qmk.definitions.v1#/key_unit"},
  315. "w": {"$ref": "qmk.definitions.v1#/key_unit"},
  316. "x": {"$ref": "qmk.definitions.v1#/key_unit"},
  317. "y": {"$ref": "qmk.definitions.v1#/key_unit"}
  318. }
  319. }
  320. }
  321. }
  322. }
  323. },
  324. "leader_key": {
  325. "type": "object",
  326. "properties": {
  327. "timing": {"type": "boolean"},
  328. "strict_processing": {"type": "boolean"},
  329. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  330. }
  331. },
  332. "matrix_pins": {
  333. "type": "object",
  334. "additionalProperties": false,
  335. "properties": {
  336. "custom": {"type": "boolean"},
  337. "custom_lite": {"type": "boolean"},
  338. "ghost": {"type": "boolean"},
  339. "input_pressed_state": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  340. "io_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  341. "direct": {
  342. "type": "array",
  343. "items": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  344. },
  345. "cols": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  346. "rows": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  347. }
  348. },
  349. "mouse_key": {
  350. "type": "object",
  351. "properties": {
  352. "enabled": {"type": "boolean"},
  353. "delay": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  354. "interval": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  355. "max_speed": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  356. "time_to_max": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  357. "wheel_delay": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  358. }
  359. },
  360. "oneshot": {
  361. "type": "object",
  362. "properties": {
  363. "tap_toggle": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  364. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  365. }
  366. },
  367. "led_matrix": {
  368. "type": "object",
  369. "properties": {
  370. "animations": {
  371. "type": "object",
  372. "additionalProperties": {
  373. "type": "boolean"
  374. }
  375. },
  376. "driver": {"type": "string"},
  377. "center_point": {
  378. "type": "array",
  379. "minItems": 2,
  380. "maxItems": 2,
  381. "items": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  382. },
  383. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  384. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  385. "hue_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  386. "sat_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  387. "val_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  388. "speed_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  389. "split_count": {
  390. "type": "array",
  391. "minItems": 2,
  392. "maxItems": 2,
  393. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  394. },
  395. "layout": {
  396. "type": "array",
  397. "items": {
  398. "type": "object",
  399. "additionalProperties": false,
  400. "properties": {
  401. "matrix": {
  402. "type": "array",
  403. "minItems": 2,
  404. "maxItems": 2,
  405. "items": {
  406. "type": "integer",
  407. "minimum": 0
  408. }
  409. },
  410. "x": {"$ref": "qmk.definitions.v1#/key_unit"},
  411. "y": {"$ref": "qmk.definitions.v1#/key_unit"},
  412. "flags": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  413. }
  414. }
  415. }
  416. }
  417. },
  418. "rgb_matrix": {
  419. "type": "object",
  420. "properties": {
  421. "animations": {
  422. "type": "object",
  423. "additionalProperties": {
  424. "type": "boolean"
  425. }
  426. },
  427. "driver": {"type": "string"},
  428. "center_point": {
  429. "type": "array",
  430. "minItems": 2,
  431. "maxItems": 2,
  432. "items": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  433. },
  434. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  435. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  436. "hue_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  437. "sat_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  438. "val_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  439. "speed_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  440. "split_count": {
  441. "type": "array",
  442. "minItems": 2,
  443. "maxItems": 2,
  444. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  445. },
  446. "layout": {
  447. "type": "array",
  448. "items": {
  449. "type": "object",
  450. "additionalProperties": false,
  451. "properties": {
  452. "matrix": {
  453. "type": "array",
  454. "minItems": 2,
  455. "maxItems": 2,
  456. "items": {
  457. "type": "integer",
  458. "minimum": 0
  459. }
  460. },
  461. "x": {"$ref": "qmk.definitions.v1#/key_unit"},
  462. "y": {"$ref": "qmk.definitions.v1#/key_unit"},
  463. "flags": {"$ref": "qmk.definitions.v1#/unsigned_int_8"}
  464. }
  465. }
  466. }
  467. }
  468. },
  469. "rgblight": {
  470. "type": "object",
  471. "additionalProperties": false,
  472. "properties": {
  473. "animations": {
  474. "type": "object",
  475. "additionalProperties": {
  476. "type": "boolean"
  477. }
  478. },
  479. "brightness_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  480. "hue_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  481. "layers": {
  482. "type": "object",
  483. "additionalProperties": false,
  484. "properties": {
  485. "blink": {"type": "boolean"},
  486. "enabled": {"type": "boolean"},
  487. "max": {
  488. "type": "integer",
  489. "minimum": 1,
  490. "maximum": 32
  491. },
  492. "override_rgb": {"type": "boolean"}
  493. }
  494. },
  495. "led_count": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  496. "led_map": {
  497. "type": "array",
  498. "minItems": 2,
  499. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  500. },
  501. "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  502. "pin": {
  503. "$ref": "qmk.definitions.v1#/mcu_pin",
  504. "$comment": "Deprecated: use ws2812.pin instead"
  505. },
  506. "rgbw": {"type": "boolean"},
  507. "saturation_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  508. "sleep": {"type": "boolean"},
  509. "split": {"type": "boolean"},
  510. "split_count": {
  511. "type": "array",
  512. "minItems": 2,
  513. "maxItems": 2,
  514. "items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  515. }
  516. }
  517. },
  518. "secure": {
  519. "type": "object",
  520. "additionalProperties": false,
  521. "properties": {
  522. "enabled": {"type": "boolean"},
  523. "unlock_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  524. "idle_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  525. "unlock_sequence": {
  526. "type": "array",
  527. "minItems": 1,
  528. "maxItems": 5,
  529. "items": {
  530. "type": "array",
  531. "minItems": 2,
  532. "maxItems": 2,
  533. "items": {
  534. "type": "integer",
  535. "minimum": 0
  536. }
  537. }
  538. }
  539. }
  540. },
  541. "stenography": {
  542. "type": "object",
  543. "additionalProperties": false,
  544. "properties": {
  545. "enabled": {"type": "boolean"},
  546. "protocol": {
  547. "type": "string",
  548. "enum": ["all", "geminipr", "txbolt"]
  549. }
  550. }
  551. },
  552. "ps2": {
  553. "type": "object",
  554. "additionalProperties": false,
  555. "properties": {
  556. "enabled": {"type": "boolean"},
  557. "mouse_enabled": {"type": "boolean"},
  558. "clock_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  559. "data_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  560. "driver": {
  561. "type": "string",
  562. "enum": ["busywait", "interrupt", "usart", "vendor"]
  563. }
  564. }
  565. },
  566. "split": {
  567. "type": "object",
  568. "additionalProperties": false,
  569. "properties": {
  570. "enabled": {"type": "boolean"},
  571. "bootmagic":{
  572. "type": "object",
  573. "additionalProperties": false,
  574. "properties": {
  575. "matrix": {
  576. "type": "array",
  577. "minItems": 2,
  578. "maxItems": 2,
  579. "items": {
  580. "type": "integer",
  581. "minimum": 0
  582. }
  583. }
  584. }
  585. },
  586. "matrix_grid": {
  587. "type": "array",
  588. "items": {"$ref": "qmk.definitions.v1#/mcu_pin"}
  589. },
  590. "matrix_pins": {
  591. "type": "object",
  592. "additionalProperties": false,
  593. "properties": {
  594. "right": {
  595. "type": "object",
  596. "additionalProperties": false,
  597. "properties": {
  598. "direct": {
  599. "type": "array",
  600. "items": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  601. },
  602. "cols": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  603. "rows": {"$ref": "qmk.definitions.v1#/mcu_pin_array"},
  604. "unused": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}
  605. }
  606. }
  607. }
  608. },
  609. "encoder": {
  610. "type": "object",
  611. "additionalProperties": false,
  612. "properties": {
  613. "right": {
  614. "$ref": "#/definitions/encoder_config"
  615. }
  616. }
  617. },
  618. "main": {
  619. "type": "string",
  620. "enum": ["eeprom", "left", "matrix_grid", "pin", "right"]
  621. },
  622. "soft_serial_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  623. "soft_serial_speed": {
  624. "type": "integer",
  625. "minimum": 0,
  626. "maximum": 5
  627. },
  628. "transport": {
  629. "type": "object",
  630. "additionalProperties": false,
  631. "properties": {
  632. "protocol": {
  633. "type": "string",
  634. "enum": ["custom", "i2c", "serial", "serial_usart"]
  635. },
  636. "sync_matrix_state": {"type": "boolean"},
  637. "sync_modifiers": {"type": "boolean"},
  638. "watchdog": {"type": "boolean"},
  639. "watchdog_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  640. }
  641. },
  642. "usb_detect": {
  643. "type": "object",
  644. "additionalProperties": false,
  645. "properties": {
  646. "enabled": {"type": "boolean"},
  647. "polling_interval": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  648. "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  649. }
  650. }
  651. }
  652. },
  653. "tags": {
  654. "type": "array",
  655. "items": {"type": "string"}
  656. },
  657. "tapping": {
  658. "type": "object",
  659. "properties": {
  660. "force_hold": {"type": "boolean"},
  661. "force_hold_per_key": {"type": "boolean"},
  662. "ignore_mod_tap_interrupt": {"type": "boolean"},
  663. "hold_on_other_key_press": {"type": "boolean"},
  664. "hold_on_other_key_press_per_key": {"type": "boolean"},
  665. "permissive_hold": {"type": "boolean"},
  666. "permissive_hold_per_key": {"type": "boolean"},
  667. "retro": {"type": "boolean"},
  668. "retro_per_key": {"type": "boolean"},
  669. "term": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  670. "term_per_key": {"type": "boolean"},
  671. "toggle": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  672. }
  673. },
  674. "usb": {
  675. "type": "object",
  676. "additionalProperties": false,
  677. "properties": {
  678. "device_ver": {
  679. "$ref": "qmk.definitions.v1#/hex_number_4d",
  680. "$comment": "Deprecated: use device_version instead"
  681. },
  682. "device_version": {"$ref": "qmk.definitions.v1#/bcd_version"},
  683. "force_nkro": {"type": "boolean"},
  684. "pid": {"$ref": "qmk.definitions.v1#/hex_number_4d"},
  685. "vid": {"$ref": "qmk.definitions.v1#/hex_number_4d"},
  686. "max_power": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  687. "no_startup_check": {"type": "boolean"},
  688. "polling_interval": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  689. "shared_endpoint": {
  690. "type": "object",
  691. "additionalProperties": false,
  692. "properties": {
  693. "keyboard": {"type": "boolean"},
  694. "mouse": {"type": "boolean"}
  695. }
  696. },
  697. "suspend_wakeup_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  698. "wait_for": {"type": "boolean"}
  699. }
  700. },
  701. "qmk": {
  702. "type": "object",
  703. "additionalProperties": false,
  704. "properties": {
  705. "keys_per_scan": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
  706. "tap_keycode_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"},
  707. "tap_capslock_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  708. }
  709. },
  710. "qmk_lufa_bootloader": {
  711. "type": "object",
  712. "additionalProperties": false,
  713. "properties": {
  714. "esc_output": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  715. "esc_input": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  716. "led": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  717. "speaker": {"$ref": "qmk.definitions.v1#/mcu_pin"}
  718. }
  719. },
  720. "ws2812": {
  721. "type": "object",
  722. "additionalProperties": false,
  723. "properties": {
  724. "driver": {
  725. "type": "string",
  726. "enum": ["bitbang", "custom", "i2c", "pwm", "spi", "vendor"]
  727. },
  728. "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
  729. "i2c_address": {"$ref": "qmk.definitions.v1#/hex_number_2d"},
  730. "i2c_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
  731. }
  732. }
  733. }
  734. }