keyboard/keyboards/zmk-config/config/boards/shields/tidbit
KemoNine 28aeffaa6c Misc tidbit updates 2020-12-14 18:22:35 +00:00
..
boards Cleanup zmk-config to be more generic and include current tidbit bringup (it's in PR status presently, needed for other work on zmk) 2020-12-05 18:18:43 -05:00
Kconfig.defconfig Misc tidbit updates 2020-12-14 18:22:35 +00:00
Kconfig.shield Cleanup zmk-config to be more generic and include current tidbit bringup (it's in PR status presently, needed for other work on zmk) 2020-12-05 18:18:43 -05:00
README.md Cleanup zmk-config to be more generic and include current tidbit bringup (it's in PR status presently, needed for other work on zmk) 2020-12-05 18:18:43 -05:00
tidbit.conf Cleanup zmk-config to be more generic and include current tidbit bringup (it's in PR status presently, needed for other work on zmk) 2020-12-05 18:18:43 -05:00
tidbit.dtsi Cleanup zmk-config to be more generic and include current tidbit bringup (it's in PR status presently, needed for other work on zmk) 2020-12-05 18:18:43 -05:00
tidbit.keymap Cleanup zmk-config to be more generic and include current tidbit bringup (it's in PR status presently, needed for other work on zmk) 2020-12-05 18:18:43 -05:00
tidbit.overlay Cleanup zmk-config to be more generic and include current tidbit bringup (it's in PR status presently, needed for other work on zmk) 2020-12-05 18:18:43 -05:00
tidbit_19key.conf Cleanup zmk-config to be more generic and include current tidbit bringup (it's in PR status presently, needed for other work on zmk) 2020-12-05 18:18:43 -05:00
tidbit_19key.keymap Cleanup zmk-config to be more generic and include current tidbit bringup (it's in PR status presently, needed for other work on zmk) 2020-12-05 18:18:43 -05:00
tidbit_19key.overlay Cleanup zmk-config to be more generic and include current tidbit bringup (it's in PR status presently, needed for other work on zmk) 2020-12-05 18:18:43 -05:00

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 --board nice_nano -d build/tidbit/default -- -DSHIELD=tidbit

Dense "19 keys" Build


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

LED Notes

If you built your tidbit without the LEDs and are using a Nice!Nano board, you'll need to add the following at the end of your local tidbit config.


CONFIG_ZMK_RGB_UNDERGLOW=n
CONFIG_WS2812_STRIP=n

Encoder Notes

If you built your tidbit without encoders, you'll need to add the following at the end of your local tidbit config.


CONFIG_EC11=n
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=n

OLED Builds

If using an OLED screen you'll need to include the following at the end of your local tidbit config.

CONFIG_ZMK_DISPLAY=y