tweak Mercury nits
This commit is contained in:
parent
dc879215df
commit
fd5dd65705
2 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
if SHIELD_MERCURY_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Mercury-U"
|
||||
default "Mercury"
|
||||
|
||||
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||
default y
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
from Windows CMD:
|
||||
cd zmk\app
|
||||
west build -d build/left -p -b nice_nano -- -DSHIELD=mercury_left
|
||||
west build -d build/right -p -b nice_nano -- -DSHIELD=mercury_right
|
||||
|
||||
west build -d build/left -p -b nice_nano_v2 -- -DSHIELD=mercury_left
|
||||
west build -d build/right -p -b nice_nano_v2 -- -DSHIELD=mercury_right
|
||||
To build locally, open project in Docker container :
|
||||
cd /workspaces/zmk/app && west build -d build/left -p -b nice_nano_v2 -- -DSHIELD=mercury_left
|
||||
cd /workspaces/zmk/app && west build -d build/right -p -b nice_nano_v2 -- -DSHIELD=mercury_right
|
Loading…
Add table
Reference in a new issue