summaryrefslogtreecommitdiff
path: root/app/boards/shields/m60/Kconfig.defconfig
blob: 56695b96fc1f92ba78c8919b9c7979262bc97e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
#

if SHIELD_M60

config ZMK_KEYBOARD_NAME
	default "m60"

config ZMK_KSCAN_MATRIX_POLLING
	default y

endif