mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-15 18:38:46 +00:00
Fix typo in mousekeyspr docs and build example workflow
This commit is contained in:
parent
542bf49a1d
commit
28088b62f7
@ -9,7 +9,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
board: '["nice_nano"]'
|
board: '["nice_nano"]'
|
||||||
shield: '["corne_left","corne_right"]'
|
shield: '["corne_left","corne_right"]'
|
||||||
cutom_config: '["#define MIRYOKU_KLUDEGE_MOUSEKEYSPR"]'
|
cutom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR"]'
|
||||||
kconfig: '["CONFIG_ZMK_MOUSE=y"]'
|
kconfig: '["CONFIG_ZMK_MOUSE=y"]'
|
||||||
branches: '[
|
branches: '[
|
||||||
"zmkfirmware/zmk/main krikun98/zmk/mouse-pr",
|
"zmkfirmware/zmk/main krikun98/zmk/mouse-pr",
|
||||||
|
|||||||
@ -355,7 +355,7 @@ The Mouse and Button layers use [[https://en.wikipedia.org/wiki/Mouse_keys][mous
|
|||||||
|
|
||||||
Support for https://github.com/zmkfirmware/zmk/pull/778 is also included.
|
Support for https://github.com/zmkfirmware/zmk/pull/778 is also included.
|
||||||
|
|
||||||
Add ~#define MIRYOKU_KLUDEGE_MOUSEKEYSPR~ to the [[#config-file][config file]].
|
Add ~#define MIRYOKU_KLUDGE_MOUSEKEYSPR~ to the [[#config-file][config file]].
|
||||||
|
|
||||||
Add ~CONFIG_ZMK_MOUSE=y~ to the [[#kconfig-configuration][Kconfig configuration]].
|
Add ~CONFIG_ZMK_MOUSE=y~ to the [[#kconfig-configuration][Kconfig configuration]].
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user