keyboard/keyboards/zmk-config
KemoNine 88f4dde907 Update zmk notes ; setup lily58 for zmk + ws2812 leds 2020-12-23 02:37:28 +00:00
..
config Update zmk notes ; setup lily58 for zmk + ws2812 leds 2020-12-23 02:37:28 +00:00
README.md Bringup sparkfun pro nrf52840 mini and pockettype 2020-12-21 17:12:11 +00:00
notes.md Update zmk notes ; setup lily58 for zmk + ws2812 leds 2020-12-23 02:37:28 +00:00

README.md

ZMK Notes

Docker Volume

Need to have the zmk-config directory mounted at /workspaces/zmk-config in Docker container

Building


west build --board nice_nano -d build/tidbit -- -DSHIELD=tidbit -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config

west build --board nice_nano -d build/lily58/left -- -DSHIELD=lily58_left -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config

west build --board nice_nano -d build/lily58/right -- -DSHIELD=lily58_right -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config

west build --board nice_nano -d build/pockettype -- -DSHIELD=pockettype -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config

west build --board itsybitsy_nrf52840 -d build/azarashi64/left -- -DSHIELD=azarashi64_left -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config

west build --board itsybitsy_nrf52840 -d build/azarashi64/right -- -DSHIELD=azarashi64_right -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config