zmk/app/boards/shields/mercury
2022-03-18 18:51:21 +00:00
..
Kconfig.defconfig fix menu combo position 2022-03-17 00:08:45 +00:00
Kconfig.shield initial setup of Mercury board 2021-07-29 12:59:11 -07:00
mercury.conf increase broadcast power 2022-01-04 04:54:26 +00:00
mercury.dtsi initial setup of Mercury board 2021-07-29 12:59:11 -07:00
mercury.keymap attempt to fix issue where D+S would combo into shift as expected, but then releasing S while keeping D held would NOT release the shift. This results in the bigram @2 occasionally being mistyped as @@. The attempted fix is to use D as @none, and S as a mod/tap positional instead of a layer/tap positional. This doesn't quite work because now S+D produces D instead of a pure shift 2022-03-18 18:51:21 +00:00
mercury_left.conf initial setup of Mercury board 2021-07-29 12:59:11 -07:00
mercury_left.overlay initial setup of Mercury board 2021-07-29 12:59:11 -07:00
mercury_right.conf initial setup of Mercury board 2021-07-29 12:59:11 -07:00
mercury_right.overlay initial setup of Mercury board 2021-07-29 12:59:11 -07:00
readme.txt [Keymap 3Jan2022 21:03] reorder Win/Apl, so that Win is default 2022-01-04 05:18:25 +00:00

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