You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nick Winans 687e91ab18 feat(boards): Remove usage of pro_micro_a/d nodes 3 years ago
..
boards fix(boards): Remove explicit enable of sensor 3 years ago
Kconfig.defconfig fix(boards): Move board endif to proper location. 3 years ago
Kconfig.shield feat(shields): add tidbit and tidbit_19key shields 4 years ago
README.md feat(shields): add tidbit and tidbit_19key shields 4 years ago
tidbit.conf feat(shields): add tidbit and tidbit_19key shields 4 years ago
tidbit.dtsi feat(boards): Remove usage of pro_micro_a/d nodes 3 years ago
tidbit.keymap feat(shields): add tidbit and tidbit_19key shields 4 years ago
tidbit.overlay feat(shields): add tidbit and tidbit_19key shields 4 years ago
tidbit.zmk.yml refactor(shields): Add pro-micro shield metadata. 3 years ago
tidbit_19key.conf feat(shields): add tidbit and tidbit_19key shields 4 years ago
tidbit_19key.keymap feat(shields): add tidbit and tidbit_19key shields 4 years ago
tidbit_19key.overlay feat(shields): add tidbit and tidbit_19key shields 4 years ago

README.md

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