zmk/app/boards/arm/ferris
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
..
board.cmake feat(board): Add Ferris 0.2 boards 2021-09-14 20:48:28 -04:00
ferris_rev02_defconfig refactor: Move away from deprecated label usages. 2023-04-05 22:55:38 -07:00
ferris_rev02.dts refactor: Remove unimportant labels 2023-12-04 20:06:54 -06:00
ferris_rev02.keymap refactor(behaviors)!: Remove labels from behaviors 2023-12-04 20:06:54 -06:00
ferris_rev02.yaml feat(board): Add Ferris 0.2 boards 2021-09-14 20:48:28 -04:00
ferris_rev02.zmk.yml feat(board): Add Ferris 0.2 boards 2021-09-14 20:48:28 -04:00
Kconfig.board refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
Kconfig.defconfig fix(usb): Tweak how ZMK_USB gets enabled. 2023-11-13 12:56:23 -08:00
README.md refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00

Building ZMK for the Ferris 0.2

Standard Build

west build -p -d build/ferris --board ferris_rev02

Flashing

west can be used to flash the board directly. Press the reset button once, and run:

west flash -d build/ferris