zmk/app
Joel Spadin 23ecf08119 refactor(behaviors)!: Remove labels from behaviors
Removed the label property from built-in behaviors, custom behaviors
defined in a few keymaps, and macros generated with ZMK_MACRO().

Now that node names are used to identify behaviors, and names only need
to be unique within the set of behaviors, the names of all behaviors
have been shortened to be similar to their original labels.

This means that any keymaps which reference behavior nodes by name
instead of by label will need to be updated. Keymaps typically use the
labels though, so most keymaps should be unaffected by this change.
2023-12-04 20:06:54 -06:00
..
boards refactor(behaviors)!: Remove labels from behaviors 2023-12-04 20:06:54 -06:00
cmake
dts refactor(behaviors)!: Remove labels from behaviors 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
module refactor(drivers): Make label property optional 2023-12-04 20:06:54 -06:00
scripts
src refactor(behaviors)!: Remove labels from behaviors 2023-12-04 20:06:54 -06:00
tests refactor(behaviors)!: Remove labels from behaviors 2023-12-04 20:06:54 -06:00
.gitignore
.prettierrc.js
CMakeLists.txt refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
Kconfig feat(hid): Add KConfig option for higher NKRO usages 2023-12-04 18:24:05 -05:00
Kconfig.behaviors feat(mouse): Initial mouse keys support. 2023-11-15 11:16:59 -08:00
core-coverage.yml
package-lock.json
package.json
prj.conf
run-ble-test.sh feat(tests): Add ability to auto-accept test diff. 2023-12-02 17:11:45 -08:00
run-test.sh feat(tests): Add ability to auto-accept test diff. 2023-12-02 17:11:45 -08:00
west.yml feat(bluetooth): Initial nRF52 BSIM based test support. 2023-12-02 17:11:45 -08:00