diff --git a/.github/workflows/build-example-mousekeyspr.yml b/.github/workflows/build-example-mousekeyspr.yml index 51bff18..f8a8adf 100644 --- a/.github/workflows/build-example-mousekeyspr.yml +++ b/.github/workflows/build-example-mousekeyspr.yml @@ -9,7 +9,7 @@ jobs: with: board: '["nice_nano"]' shield: '["corne_left","corne_right"]' - cutom_config: '["#define MIRYOKU_KLUDEGE_MOUSEKEYSPR"]' + cutom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR"]' kconfig: '["CONFIG_ZMK_MOUSE=y"]' branches: '[ "zmkfirmware/zmk/main krikun98/zmk/mouse-pr", diff --git a/readme.org b/readme.org index 81f54a2..7569176 100644 --- a/readme.org +++ b/readme.org @@ -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. -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]].