zmk/app/boards/shields/nibble
Peter Johanson f4fce9e158 refactor(display): Move new LVGL DPI Kconfig setting. 2024-02-09 14:32:46 -08:00
..
boards refactor: Remove unimportant labels 2023-12-04 20:06:54 -06:00
Kconfig.defconfig refactor(display): Move new LVGL DPI Kconfig setting. 2024-02-09 14:32:46 -08:00
Kconfig.shield
README.md
nibble.conf
nibble.keymap fix(shields): Add labels to all sensors nodes 2024-02-03 18:45:21 -06:00
nibble.overlay refactor(display): Move new LVGL DPI Kconfig setting. 2024-02-09 14:32:46 -08:00
nibble.zmk.yml

README.md

Building ZMK for the Nibble

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

LED Notes

If you built your nibble without the LEDs and are using a nice!nano board, you'll need to change the following in your local nibble 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 nibble without an encoder, you'll need to change the following in your local nibble 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 nibble config or add them to the end of the file.

CONFIG_ZMK_DISPLAY=y