diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-26 20:48:15 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-26 20:48:15 -0400 |
commit | 72ad47e0275c0035aa9ea04ee6127a14bbe50b65 (patch) | |
tree | f6f862bb23a4a175c0a54d2c89d0ecdc4a45346e /boards/native_posix.conf | |
parent | dfd5bc0586b6201d7fef279b0cc6248fd5a3558c (diff) |
Initial import of GPIO kscan driver into ZMK.
Diffstat (limited to 'boards/native_posix.conf')
-rw-r--r-- | boards/native_posix.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/native_posix.conf b/boards/native_posix.conf index acccd99..4efd71d 100644 --- a/boards/native_posix.conf +++ b/boards/native_posix.conf @@ -1,6 +1,6 @@ -CONFIG_ZMK_KSCAN_MOCK_DRIVER=y CONFIG_KSCAN=n -CONFIG_KSCAN_GPIO=n +CONFIG_ZMK_KSCAN_MOCK_DRIVER=y +CONFIG_ZMK_KSCAN_GPIO_DRIVER=n CONFIG_GPIO=n CONFIG_ZMK_BLE=n CONFIG_LOG=y |