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.
 
 
 
 
 
Peter Johanson 9368f6200c fix(display): Add zephyr,display chosen nodes. 2 years ago
..
boards fix(underglow): Add newly required color-mapping prop. 2 years ago
Kconfig.defconfig fix(boards): Move board endif to proper location. 3 years ago
Kconfig.shield Add NIBBLE shield 4 years ago
README.md Refactor nibble / update to match build docs (#620) 3 years ago
nibble.conf Refactor nibble / update to match build docs (#620) 3 years ago
nibble.keymap Refactor nibble / update to match build docs (#620) 3 years ago
nibble.overlay fix(display): Add zephyr,display chosen nodes. 2 years ago
nibble.zmk.yml refactor(shields): Add pro-micro shield metadata. 3 years ago

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