zmk/app
Peter Johanson 1b8b6b4a0e refactor(core): Make low priority queue optional.
* Add a new Kconfig symbol to enable the low priority queue, and make
  the two features that depend on it `select` the symbol to turn it on.
  This helps ensure no wasted RAM/ROM on devices that don't need it.
2023-12-16 17:10:45 -08:00
..
boards feat(shields): Allow settings_reset to build with board-only keyboards 2023-12-13 11:29:33 -08:00
dts refactor: Remove new uses of label property 2023-12-04 20:06:54 -06:00
include refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
keymap-module refactor: Hook into CMake loading in a better spot. 2023-12-06 09:36:37 -08:00
module feat(kscan): Add charlieplex keyscan driver 2023-12-09 17:10:05 -05:00
scripts
src feat(bt): Add more experimental tweaks. 2023-12-08 14:57:23 -08:00
tests refactor: Remove new uses of label property 2023-12-04 20:06:54 -06:00
.gitignore
.prettierrc.js
CMakeLists.txt refactor(core): Make low priority queue optional. 2023-12-16 17:10:45 -08:00
Kconfig refactor(core): Make low priority queue optional. 2023-12-16 17:10:45 -08:00
Kconfig.behaviors
core-coverage.yml
package-lock.json
package.json
prj.conf
run-ble-test.sh
run-test.sh
west.yml