zmk/app/boards/shields/nibble
Peter Johanson 69a4c3200d refactor(display): Updates for LVGL v8.x changes.
* LV_ prefix from new LVGL official Kconfig now used.
* API changes for themes, container object removal, etc.
* Add our own Kconfig and code for theme default small font.
* Remove some hardcoded sizes.
2023-04-05 22:55:38 -07:00
..
boards fix(underglow): Add newly required color-mapping prop. 2022-04-03 00:10:29 -04:00
Kconfig.defconfig refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00
Kconfig.shield Add NIBBLE shield 2020-10-27 12:44:59 -07:00
nibble.conf Refactor nibble / update to match build docs (#620) 2021-02-04 10:28:02 -06:00
nibble.keymap Refactor nibble / update to match build docs (#620) 2021-02-04 10:28:02 -06:00
nibble.overlay fix(display): Add zephyr,display chosen nodes. 2022-04-03 00:10:29 -04:00
nibble.zmk.yml refactor(shields): Add pro-micro shield metadata. 2021-09-11 00:50:36 -04:00
README.md Refactor nibble / update to match build docs (#620) 2021-02-04 10:28:02 -06:00

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