zmk/app/boards/shields/nibble
2021-01-30 04:47:56 +00:00
..
boards feat(nibble): add encoder to top, left most column to match standard assembly documentation 2021-01-22 22:34:03 +00:00
Kconfig.defconfig feat(nibble): add support for optional display ; off by default 2021-01-22 22:34:06 +00:00
Kconfig.shield Add NIBBLE shield 2020-10-27 12:44:59 -07:00
nibble.conf feat(nibble): add encoder to top, left most column to match standard assembly documentation 2021-01-22 22:34:03 +00:00
nibble.keymap refactor(nibble): re-align top most row of keymap to be sensible 2021-01-30 04:46:15 +00:00
nibble.overlay refactor(nibble): cleanup kscan map alignment 2021-01-30 04:47:56 +00:00
README.md refactor(nibble): enable oled in dts/overlay by default 2021-01-30 04:24:05 +00: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