diff options
author | Mega Mind <68985133+megamind4089@users.noreply.github.com> | 2020-10-02 00:18:30 +0800 |
---|---|---|
committer | Mega Mind <68985133+megamind4089@users.noreply.github.com> | 2020-10-05 21:23:38 +0800 |
commit | 9d06c730ba8b70429ecb67d3ff502ed1fde584bd (patch) | |
tree | aa51bb65be2f94df65658ae4e9f54bbd1ba6072f /app/boards/shields/m60/Kconfig.defconfig | |
parent | c54decd1443a41bd68905256db6286d51324c8e4 (diff) |
Added Makerdiary M60 keyboard
Diffstat (limited to 'app/boards/shields/m60/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/m60/Kconfig.defconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/boards/shields/m60/Kconfig.defconfig b/app/boards/shields/m60/Kconfig.defconfig new file mode 100644 index 0000000..e358a58 --- /dev/null +++ b/app/boards/shields/m60/Kconfig.defconfig @@ -0,0 +1,10 @@ + +if SHIELD_M60 + +config ZMK_KEYBOARD_NAME + default "m60" + +config ZMK_KSCAN_MATRIX_POLLING + default y + +endif |