zmk/app/boards/shields/tidbit
Peter Johanson 34c8b3f1e3 refactor: Update boards/shields for encoders.
* Update existing boards/shields for new `steps` and
  `triggers-per-rotation` set up.
2023-11-03 12:35:25 -07:00
..
boards refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
Kconfig.defconfig refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
Kconfig.shield refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
README.md feat(shields): add tidbit and tidbit_19key shields 2020-12-17 10:57:06 +00:00
tidbit_19key.conf feat(shields): add tidbit and tidbit_19key shields 2020-12-17 10:57:06 +00:00
tidbit_19key.keymap refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
tidbit_19key.overlay feat(shields): add tidbit and tidbit_19key shields 2020-12-17 10:57:06 +00:00
tidbit.conf feat(shields): add tidbit and tidbit_19key shields 2020-12-17 10:57:06 +00:00
tidbit.dtsi refactor: Update boards/shields for encoders. 2023-11-03 12:35:25 -07:00
tidbit.keymap refactor: Update boards/shields for encoders. 2023-11-03 12:35:25 -07:00
tidbit.overlay feat(shields): add tidbit and tidbit_19key shields 2020-12-17 10:57:06 +00:00
tidbit.zmk.yml refactor(shields): Add pro-micro shield metadata. 2021-09-11 00:50:36 -04:00

Building ZMK for the Tidbit

Some general notes/commands for building standard tidbit layouts from the assembly documentation.

Standard "Non Dense" Build

west build -p -d build/tidbit/default --board nice_nano -- -DSHIELD=tidbit

Dense "19 keys" Build

west build -p -d build/tidbit/19_key --board nice_nano -- -DSHIELD=tidbit_19key

LED Notes

If you built your tidbit without the LEDs and are using a nice!nano board, you'll need to change the following in your local tidbit config or add them to the end of the file.

CONFIG_ZMK_RGB_UNDERGLOW=n
CONFIG_WS2812_STRIP=n

Encoder Notes

If you built your tidbit without encoders, you'll need to change the following in your local tidbit config or add them to the end of the file.

CONFIG_EC11=n
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=n

OLED Builds

If using an OLED screen, you'll need to change the following in your local tidbit config or add them to the end of the file.

CONFIG_ZMK_DISPLAY=y