diff options
author | Mega Mind <68985133+megamind4089@users.noreply.github.com> | 2020-10-03 18:21:22 +0800 |
---|---|---|
committer | Mega Mind <68985133+megamind4089@users.noreply.github.com> | 2020-10-05 21:24:39 +0800 |
commit | b8cb5f939a3c018af13de7727c15d7765ea1f1c1 (patch) | |
tree | 48a45cbf9929a86d88c4b5bc0c4ffa9aaa9e9327 /app/boards/shields/m60/Kconfig.defconfig | |
parent | e2299836bccf21bf56a4d34c5ed2f53a2fa21da2 (diff) |
M60 keymap update and misc changes
* Updated M60 keymap
* Make nrfjproj as default runner
* Remove the polling config
Diffstat (limited to 'app/boards/shields/m60/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/m60/Kconfig.defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/boards/shields/m60/Kconfig.defconfig b/app/boards/shields/m60/Kconfig.defconfig index 56695b9..e31d5a5 100644 --- a/app/boards/shields/m60/Kconfig.defconfig +++ b/app/boards/shields/m60/Kconfig.defconfig @@ -8,7 +8,4 @@ if SHIELD_M60 config ZMK_KEYBOARD_NAME default "m60" -config ZMK_KSCAN_MATRIX_POLLING - default y - endif |