Add 'none of the above' to new-keyboard dev board prompt#25998
Merged
zvecr merged 2 commits intoqmk:developfrom Feb 16, 2026
Merged
Add 'none of the above' to new-keyboard dev board prompt#25998zvecr merged 2 commits intoqmk:developfrom
new-keyboard dev board prompt#25998zvecr merged 2 commits intoqmk:developfrom
Conversation
waffle87
approved these changes
Feb 15, 2026
edz381
pushed a commit
to edz381/qmk_firmware
that referenced
this pull request
Mar 9, 2026
haxwithaxe
pushed a commit
to haxwithaxe/qmk_firmware
that referenced
this pull request
Mar 13, 2026
rienter
pushed a commit
to rienter/qmk_firmware
that referenced
this pull request
Mar 14, 2026
hariganti
pushed a commit
to hariganti/qmk_firmware
that referenced
this pull request
Mar 17, 2026
carlosedp
pushed a commit
to carlosedp/qmk_firmware
that referenced
this pull request
Mar 25, 2026
nichtsfrei
pushed a commit
to nichtsfrei/qmk_firmware
that referenced
this pull request
Apr 11, 2026
chadhs
added a commit
to chadhs/qmk_firmware
that referenced
this pull request
Apr 23, 2026
* VIA Keylog Change (qmk#25504) * WIP * Update via.c temptive fix in formatting for lint errors. * Update via.c let's try this one, thanks mobile GitHub app to not showing spaces right. * Update quantum/via.c Co-authored-by: Joel Challis <git@zvecr.com> * Update quantum/via.c Co-authored-by: Joel Challis <git@zvecr.com> * Merge branch 'qmk:master' into via_keylog_change * [Feature Improvement]add option to keep layer state when recording dynamic macros (qmk#24418) * feat: add option to keep layer state when recording dynamic macros * Better option macro name and lint changes * [Core] suspend: suppress wake up keypress (qmk#23389) * suspend: suppress wake up keypress Waking the host from suspend is done by pressing any key on the keyboard, the regular key codes assigned to the keys are not important and must not be sent - otherwise they usually end up in password prompts as ghost characters that have to be deleted again. This commit adds suppression for all keys pressed at the time of wake up. Once a key is released it functions as a regular key again. Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * suspend: update wake up matrix after wake up delay If USB_SUSPEND_WAKEUP_DELAY is set, the keyboard sleeps during wake up - which can be up to multiple seconds. To handle key presses and releases in that time frame we have to handle the following cases: 1. Key not pressed before suspend, and not pressed after wakeup → do nothing (normal case). 2. Key not pressed before suspend, but pressed after wakeup → set the wakeup_matrix bit to 1 (so that the press and release events would be suppressed). 3. Key pressed before suspend, but not pressed after wakeup → do nothing (the release event will be generated on the first matrix_task() call after the wakeup). 4. Key pressed before suspend, and still pressed after wakeup → do nothing (the release event will be generated some time later). Signed-off-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * keyboards: anavi: macropad8: disable snake and rgb_test effects ...to shrink the binary size. * Add return code to `qmk userspace-doctor` (qmk#25775) * Align use of keymap level `_kb` callbacks (qmk#25774) * Fix Magic GUI masking logic (qmk#25780) * Add PixArt PAW-3222 mouse sensor driver (qmk#25763) * Fix detection of hid bootloader flashing tool (qmk#25790) * Add imi60-HS (qmk#25773) * Hyper7 v4 (qmk#25728) * Merge upstream uf2conv changes (qmk#25786) * Short term fix for skip_converter KeyError in 'qmk userspace-add' (qmk#25798) * [Keyboard] Add Coffee Break Keyboards Acai (qmk#25796) * Add support for Coffee Break Keyboards Acai * Apply suggestions from code review Co-authored-by: Jack Sangdahl <jack@pngu.org> * Ran qmk format-json * Misssed one of @waffle87's suggestions * Misssed another of @waffle87's suggestions * Try hosting on imgur.com * Remove empty layers, add boot to layer 2 * Enhance the default keymap * Use correct keycodes for RGB --------- Co-authored-by: Jack Sangdahl <jack@pngu.org> * Bump actions/checkout from 5 to 6 (qmk#25807) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix community layout keymap discovery (qmk#25802) * [CLI] Lint error on missing keyboard readme (qmk#25814) * Fix preference of output file for 'qmk generate-autocorrect-data' (qmk#25818) * [core] add BCD versions of QMK Version (qmk#25804) Co-authored-by: Joel Challis <git@zvecr.com> * Better defaulting of `{RGB,LED}_MATRIX_DEFAULT_FLAGS` (qmk#25785) * [Bug][Core] Fix Speculative Hold to enable also right-handed RSFT, RCTL by default. (qmk#25797) * Fix single key combos activating only once (qmk#25198) Co-authored-by: Julian Schuler <julianschuler@users.noreply.github.com> * [CI] Format code according to conventions (qmk#25820) * Reduce tap dance memory usage, move state out of data (qmk#25415) * Use less tap dance memory. Use dynamically allocated sparse array for tap dance state, dynamically allocate tap dance state when needed and free it when the tap dance is done. * new approach * Use null, check for null * Reformat with docker * Use uint8 with idx rather than uint16 with keycode in state * fix accidental change * reformat * Add null check * add documentation tip suggested by tzarc * Only allow tap dance state allocation on key down, not on key up Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Only allow tap dance allocation on key down, not on key up Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * add user action required section --------- Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * [Keyboard] Add Keenome Keys' "The Grid v2" (qmk#25813) * Add 'the_grid_v2' to QMK * Per documentation, formatted keyboard.json and add license to keymap.c * Update keyboards/keenome_keys/the_grid_v2/keyboard.json Co-authored-by: Jack Sangdahl <jack@pngu.org> * Create readme.md for The Grid v2 keyboard Added detailed readme for The Grid v2 keyboard including setup and bootloader instructions. * Revise readme for The Grid v2 keyboard Updated readme with specific hardware details. --------- Co-authored-by: Jack Sangdahl <jack@pngu.org> * Add support for Coffee Break Keyboards' Coffeevan (qmk#25805) * Add Demod LM Rev. 1 (qmk#25793) * QMK CLI Environment bootstrapper (qmk#25038) Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Pascal Getreuer <getreuer@google.com> * Bump actions/checkout from 4 to 6 (qmk#25829) * Partially skip generating community modules when none enabled (qmk#25819) * [CI] Format code according to conventions (qmk#25827) Format code according to conventions * [CI] Format code according to conventions (qmk#25828) Format code according to conventions * Update Bootstrap testing triggers (qmk#25842) * Remove macos-13 runner from bootstrap testing (qmk#25843) * Fix python format warnings (qmk#25841) * 2025q4 develop changelog (qmk#25845) * Merge point for 2025q4 breaking changes. * Branch point for 2026q1 Breaking Change. * Simplify docs for Key Overrides config (qmk#25787) * Adapt MIUNI32 keyboard for VIA configurator (qmk#25803) * [DOCS] Add `keycodes` to `info.json` docs. More precise matrix masking info (qmk#25801) * Add kt60HS-T v3 (qmk#25822) * Add kt356 Mini (qmk#25781) Co-authored-by: Joel Challis <git@zvecr.com> * Remove unused `qmk.keymap.write_file`/`qmk.keymap.write_json` (qmk#25854) * Fix USER_PATH resolution on case-insensitive filesystems (qmk#25853) When QMK_USERSPACE is empty, the wildcard check in build_keyboard.mk incorrectly matches user home directories on case-insensitive filesystems (macOS/Windows), causing USER_PATH to resolve to an absolute path instead of a relative path. This only affects users whose username matches their user directory name (e.g., username 'psycher' with home '/Users/psycher' and QMK user dir 'users/psycher'). Fix by checking if QMK_USERSPACE is non-empty before performing the wildcard check. * Remove redundant URLs from `.json` (qmk#25856) * Refactor Makefile logic for locating keymaps (qmk#25808) * [Keyboard] Add support for Alpha FS (qmk#25756) * [Keyboard] Add PicoFX (qmk#25704) * Fix flash wear leveling sector calculation (qmk#24776) * Add new mouse "Ploopy Nano 2 Trackball" (qmk#25762) * Trigger develop docs rebuild on push (qmk#25860) * Test commit * Revert "Trigger develop docs rebuild on push" (qmk#25862) Revert "Trigger develop docs rebuild on push (qmk#25860)" This reverts commit a86322e. * Trigger develop docs rebuild on push (qmk#25863) * Revert test commit * Move shutdown delay to audio feature (qmk#25859) * Add queue.len() keyboard (qmk#24823) Co-authored-by: Joel Challis <git@zvecr.com> * Update dactyl_manuform 5x8 keyboard.json (qmk#24778) * Add support for Kami65 PCB (qmk#24604) Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> * [Keyboard] Guard encoder behaviour on `projectcain/vault*` (qmk#25864) Initial * Bump actions/github-script from 6 to 8 (qmk#25866) Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.5 (qmk#25865) Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.4 to 4.7.5. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.4...v4.7.5) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump JamesIves/github-pages-deploy-action from 4.7.5 to 4.7.6 (qmk#25867) Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.5 to 4.7.6. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.5...v4.7.6) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump peter-evans/create-pull-request from 7 to 8 (qmk#25868) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix broken compilation when OS_DETECTION_DEBUG_ENABLE is defined (qmk#25869) Fix include in os_detection (broken in qmk#24356) * Install branch specific dependencies as part of bootstrap testing (qmk#25871) * Bump actions/upload-artifact from 5 to 6 (qmk#25872) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/download-artifact from 6 to 7 (qmk#25873) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Consistently install branch specific dependencies in CI (qmk#25874) * Ignore merge commits on bootstrap testing PRs (qmk#25884) * Update bootstrap_testing.yml * Include userspace version (QMK_USERSPACE_VERSION) in version.h (qmk#25882) * Include userspace version in version.h * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Joel Challis <git@zvecr.com> * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Joel Challis <git@zvecr.com> * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> * Handle building of XAP keymaps on master/develop (qmk#25848) * Re-fix building of XAP keymaps on master/develop (qmk#25892) * Refactor keyboard/keymap use of deprecated `isLeftHand` (qmk#25891) * Refactor core use of deprecated `isLeftHand` (qmk#25888) * Fix out-of-bounds bootmagic config (qmk#25898) * Add FoldKB Rev. 2.1 with added underglow RGB LEDs (qmk#25885) * Reduce frequency of automatic workflow run approval (qmk#25896) * Fix functions layer_debug and default_layer_debug (qmk#25913) Co-authored-by: Joel Challis <git@zvecr.com> * [CI] Regenerate Files (qmk#25920) Regenerate Files * Fix typos in Aleblazer Zodiark readme (qmk#25925) * Add `.env`, `.envrc` to gitignore (qmk#25904) * Fix RGB Matrix Typing Heatmap overflow (qmk#25915) * Fix small typo in WS2812 driver doc (qmk#25928) `ws812` -> `ws2812` * docs/tap_hold.md fixes: Note that Chordal Hold supports multiple same-side mods and fix heading for Speculative Hold. (qmk#25924) * Note Chordal Hold supports multiple same-side mods. * Fix "Speculative Hold" heading from H3 -> H2. * Handle broken symlinks in `qmk doctor` udev checks (qmk#25934) Handle broken symlinks in 'qmk doctor' udev checks * Lint out-of-bounds bootmagic config (qmk#25899) * Lint OOB bootmagic config * lint * Update fatotesa keyboard config. (qmk#25811) * Match Key override index type to bounds type to prevent overflow (qmk#25939) Use uint16_t to store key override index Co-authored-by: simon <ijouwy@gmail.com> * Short term fix for avr-libc@2.3.0 (qmk#25938) * Bump JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0 (qmk#25943) Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.6 to 4.8.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.6...v4.8.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixes for is31fl3729 LED matrix driver off-by-one errors (qmk#25902) Co-authored-by: Evelyn Holloway <dev@evelynonline.ca> * Update tyson60 pid (qmk#25935) * Update support S6xty5 * Delete chconf.h * Update manufacturer, community layout for hhkb * Update layout * fix row index * Update tyson60s * Update community layout and layout name * Update remove rgb test mode * Update capslock led * Apply suggestions from code review Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Remove deprecated s6xty5 * Update tyson60 product id --------- Co-authored-by: Trần Thanh Sơn <son.tt1@teko.vn> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Report permission issues in `qmk doctor` (qmk#25931) Report permission issues in 'qmk doctor' * [Bugfix] WS2812 indexing in split boards (qmk#25407) * initial * oops * Update quantum/rgb_matrix/rgb_matrix.c Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com> --------- Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com> * Add missing labels to DD keycode definitions (qmk#25503) * Add missing labels to DD keycode definitions * Use subscript numbers for MIDI note labels to avoid confusion with eg. F-keys * Somehow missed these * First support for KKC Wily (qmk#25852) * Remove binary symbols from keymaps (qmk#25947) * Minor alignment of CLI formatting commands (qmk#25946) * Lint default dynamic keymap layer count (qmk#25948) * Copilot instructions for pull requests (qmk#25857) Co-authored-by: Nick Brassel <nick@tzarc.org> * Backport GitHub Copilot instructions. (qmk#25953) * Fix avrdude version check logic (qmk#25957) * Fixup tominabox1 le chiffre default keymap (qmk#25966) * Fixup tominabox1 le chiffre default keymap * Apply suggestions from code review Co-authored-by: Jack Sangdahl <jack@pngu.org> --------- Co-authored-by: Jack Sangdahl <jack@pngu.org> * Fix typo in ergodox-ez's readme (qmk#25985) Fix typo in readme.md * Allow json keymaps to include a user provided keymap.h (qmk#25987) * [Keyboard] Add support Tyson88 (qmk#25699) Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Trần Thanh Sơn <son.tt1@teko.vn> * Correctly resolve keyboard alias during 'qmk new-keymap' (qmk#25570) * Allow keymap.json to disable config flags (qmk#25502) * Added MK Point65 keyboards and keymaps (qmk#25392) * Adding a new keyboard - Slothie60 (qmk#24931) Co-authored-by: Drashna Jaelre <drashna@live.com> * Remove some unnecessary matrix externs (qmk#25975) * Migrate ROW_SHIFTER to core MATRIX_ROW_SHIFTER (qmk#25977) * Update lint to validate keymap names (qmk#25969) * Enforce EOL when formatting files (qmk#24989) * [Keyboard] Add Soldered Macro Pad (qmk#25834) Co-authored-by: Drashna Jaelre <drashna@live.com> * [CI] Format code according to conventions (qmk#26000) Format code according to conventions * Add ows steno board (qmk#25984) * [CI] Format code according to conventions (qmk#26005) Format code according to conventions * Remove redundant EEPROM update (qmk#26008) * Remove an unreachable break statement (qmk#26006) * Remove duplicate include of host.h (qmk#26007) * Return INVALID_DEFERRED_TOKEN on allocation failure (qmk#26012) Return the proper deferred_token type instead of boolean false. * Remove redundant unsigned comparison in apa102_set_brightness (qmk#26010) * Remove unused headers (qmk#26011) * Fix incorrect `matrix_scan_custom` implementations (qmk#25999) * Fix `qmk flash` handling of paths relative to qmk_firmware (qmk#25993) * Mark encoders as such in dmqdesign/spin (qmk#25973) * Add 'none of the above' to `new-keyboard` dev board prompt (qmk#25998) * Fix JSON type for SELECT_SOFT_SERIAL_SPEED (qmk#26003) * Remove `config_h_features` from generated `info.json` (qmk#26024) * Check PRs for invalid keyboard build targets (qmk#25992) * Allow custom data sync for community modules (qmk#25955) * Allow custom data sync for community modules * Stub out community_config.h codegen * Fix SPLIT_TRANSACTION_RPC logic * Enable strict linting for keyboard PRs (qmk#26026) * Remove deprecated GPIO defines (qmk#26028) * Promote duplication of defaults check to error (qmk#26025) * Print keymap name within new-keymap error message (qmk#26034) * 2026q1 `develop` changelog. (qmk#26046) * Merge point for 2026q1 breaking changes. * Fix split data sync link in community modules docs (qmk#26055) * Bump rollup from 4.31.0 to 4.59.0 in /builddefs/docsgen (qmk#26036) Bumps [rollup](https://github.com/rollup/rollup) from 4.31.0 to 4.59.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.31.0...v4.59.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.59.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/upload-artifact from 6 to 7 (qmk#26037) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/download-artifact from 7 to 8 (qmk#26038) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [Docs] Show how to flip semicolon and colon (qmk#26030) * Show how to flip semicolon and colon * Apply whitespace suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Match line-wrapping Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> * Add bootloadHID support to `qmk flash` (qmk#26053) * [CI] Build unit tests in parallel (qmk#26058) * Extra bootstrap release package filtering. (qmk#26039) * Switch missing default handler in OS detection docs (qmk#26064) Switch was missing default handler: control reaches end of non-void function This warning gets treated as an error on Github Actions * Add nulldesignco/v1/nullpad (qmk#26057) * docs: remove hardware link in Ferris Sweep README (qmk#26069) remove hardware link in Ferris Sweep readme Corrected wording for Ferris sweep hardware description. * Unit tests should not run when docs change (qmk#26068) * Honor BUILD_DIR in mass_compile.py (qmk#25586) * Bump geekyeggo/delete-artifact from 5 to 6 (qmk#26077) Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 5 to 6. - [Release notes](https://github.com/geekyeggo/delete-artifact/releases) - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md) - [Commits](GeekyEggo/delete-artifact@v5...v6) --- updated-dependencies: - dependency-name: geekyeggo/delete-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove use of andstor/file-existence-action (qmk#26078) * License violations updates. (qmk#26076) * Fix pointing device driver typo (qmk#26091) fix typo * QMK avoids raw line breaks within paragraphs in Markdown (qmk#26080) * QMK avoids raw line breaks within paragraphs in Markdown Mentioned in passing during a few of my recent documentation pull requests, eg qmk#26070. * Suggestion during review Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com> --------- Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com> * Explain how to use STORE_SETUPS and PRINT_SETUPS (qmk#26070) * Explain how to use STORE_SETUPS and PRINT_SETUPS I found the instructions a little terse, but managed. This also adds a note about PRINT_SETUPS reporting random numbers if STORE_SETUPS hasn't been used. * Remove line breaks Existing docs seem to use a mix of hard line breaks at sentence ends, or 80 chars-ish, versus no line breaks in paragraphs. * Suggestion during review Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com> --------- Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com> * Detect PRs bypassing DD changes (qmk#26094) * Added new pttbutton keyboard (qmk#25952) * [CI] Format code according to conventions (qmk#26108) Format code according to conventions * Fix userspace detection in Makefile (qmk#26117) * Resolve 'using serial compilation of 2 LTRANS jobs' warning (qmk#26113) * Enable ccache within CI (qmk#26121) * Only attempt cache deletion if exists (qmk#26124) * Fix cache list command in CI workflow * Update CI workflow to dynamically set keymaps (qmk#26120) * Enhance checks for invalid keyboard build targets (qmk#26122) Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com> * Avoid BrokenPipeError errors in `qmk clean` * Align C formatting extensions (qmk#26137) * [CI] Format code according to conventions (qmk#26138) Format code according to conventions * Bump actions/github-script from 8 to 9 (qmk#26142) Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add Sinc LM Rev. 1 (qmk#26134) * Implement num lock light for Keychron V5 (qmk#26019) * Deploy `qmk_udev` during bootstrap, updated CLI bootstrap docs (qmk#26147) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: QMK Bot <hello@qmk.fm> Co-authored-by: Cipulot <40441626+Cipulot@users.noreply.github.com> Co-authored-by: Chaser Huang <huangkangjing@gmail.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com> Co-authored-by: ploopyco <54917504+ploopyco@users.noreply.github.com> Co-authored-by: Ivan Gromov <38141348+key10iq@users.noreply.github.com> Co-authored-by: yiancar <yiangosyiangou@cytanet.com.cy> Co-authored-by: andrew morton <drewish@katherinehouse.com> Co-authored-by: Jack Sangdahl <jack@pngu.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com> Co-authored-by: Pascal Getreuer <50221757+getreuer@users.noreply.github.com> Co-authored-by: Julian Schuler <31921487+julianschuler@users.noreply.github.com> Co-authored-by: Julian Schuler <julianschuler@users.noreply.github.com> Co-authored-by: Stephen Ostermiller <stephenostermiller@users.noreply.github.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Nathan Sunday <61068696+PoctorDepper@users.noreply.github.com> Co-authored-by: Danny <nooges@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Pascal Getreuer <getreuer@google.com> Co-authored-by: tyler <tyler.328834@gmail.com> Co-authored-by: sigman <sigman@ioupg.com> Co-authored-by: Jacek Królikowski <nietaki@gmail.com> Co-authored-by: psych3r <abdalrahman.mursi@gmail.com> Co-authored-by: Fabian Felix Selbach <ffs2309.fs@gmail.com> Co-authored-by: Jon Colverson <github@vcxz.co.uk> Co-authored-by: Diff-fusion <felix@buchmann.ruhr> Co-authored-by: lental <lental@users.noreply.github.com> Co-authored-by: Philip <68480429+iliorik@users.noreply.github.com> Co-authored-by: Sắn <59417802+MaiTheSan@users.noreply.github.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joshua Diamond <josh@windowoffire.com> Co-authored-by: Piervit <598737+Piervit@users.noreply.github.com> Co-authored-by: Aymeric Wibo <me@obiw.ac> Co-authored-by: nullptr <eliesbertran@gmail.com> Co-authored-by: Ed Flanagan <ed@flanagan.xyz> Co-authored-by: Stefan Gluszek <stefang@kahoot.com> Co-authored-by: ijouw <137716459+ijouw@users.noreply.github.com> Co-authored-by: simon <ijouwy@gmail.com> Co-authored-by: ms-eevee <me@evelynonline.ca> Co-authored-by: Evelyn Holloway <dev@evelynonline.ca> Co-authored-by: Thanh Son Tran <62438883+trnthsn@users.noreply.github.com> Co-authored-by: Trần Thanh Sơn <son.tt1@teko.vn> Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com> Co-authored-by: Nate Eagleson <nate@nateeag.com> Co-authored-by: Sebastiaan Swinkels <sebastiaan.swinkels@googlemail.com> Co-authored-by: Mikko Turunen <57153670+makkomise@users.noreply.github.com> Co-authored-by: Josip Šimun Kuči <131808461+JosipKuci@users.noreply.github.com> Co-authored-by: ivan <81021475+ivndbt@users.noreply.github.com> Co-authored-by: Jakob Schikowski <jakob.schikowski@gmx.de> Co-authored-by: Peter Cock <p.j.a.cock@googlemail.com> Co-authored-by: Brandon <brandon.abr@hotmail.com> Co-authored-by: vuvoth <vu.voth@gmail.com> Co-authored-by: Jalal El Mansouri <jalal.elmansouri@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Sebastian Morgenstern <sebastian.morgenstern@gmail.com> Co-authored-by: Toast <39011842+toast003@users.noreply.github.com>
ettetwe123
pushed a commit
to ettetwe123/qmk_firmware
that referenced
this pull request
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
As there seems to be some confusion on what to do when a users dev board isnt in the list, this PR adds a "none of the above" option per other questions. In this case we then just prompt the mcu list for them to pick from.
Types of Changes
Issues Fixed or Closed by This PR
Checklist