zmk/app
Joel Spadin 7178cba204 feat: Add a way to jump to bootloader on startup
This adds an optional feature to trigger an action if a specific key is
held when the keyboard is powered on. It can be configured to jump to
the bootloader and/or clear settings.

This is inspired by QMK's "bootmagic lite" feature, and it is primarily
intended as a way to recover a keyboard which doesn't have a physical
reset button in case it is flashed with firmware that doesn't have a
&bootloader key in its keymap. It can also be used to clear BLE bonds on
the peripheral side of a split keyboard without needing to flash
special firmware.
2023-04-30 10:45:00 -05:00
..
boards feat(boards): Add Corne-ish Zen v1 2023-04-25 23:57:16 -07:00
cmake refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
drivers refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
dts feat: Add a way to jump to bootloader on startup 2023-04-30 10:45:00 -05:00
include refactor: Add a settings reset function 2023-04-30 10:45:00 -05:00
scripts chore: make west scripts more pythonic and apply Black 2022-01-04 23:59:25 -05:00
src feat: Add a way to jump to bootloader on startup 2023-04-30 10:45:00 -05:00
tests refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
.gitignore feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
.prettierrc.js refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
CMakeLists.txt feat: Add a way to jump to bootloader on startup 2023-04-30 10:45:00 -05:00
core-coverage.yml refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
Kconfig feat: Add a way to jump to bootloader on startup 2023-04-30 10:45:00 -05:00
Kconfig.behaviors feat(behaviors): Add reusable sensor behaviors. 2023-04-21 21:13:31 -07:00
package-lock.json chore: Update Prettier 2023-04-24 16:07:04 -07:00
package.json chore: Update Prettier 2023-04-24 16:07:04 -07:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
west.yml refactor: Move to Zephyr 3.2 branch. 2023-04-05 22:55:38 -07:00