diff options
author | Jay Greco <jayv.greco@gmail.com> | 2020-10-21 20:15:55 -0700 |
---|---|---|
committer | Jay Greco <jayv.greco@gmail.com> | 2020-10-27 18:58:58 +0000 |
commit | 1522c91d73d7f35643986daa508dd7704a5f2798 (patch) | |
tree | d785b097428dcd7e9460736562c5aba3966ff92d /.vscode/settings.json | |
parent | 3b9caaaf907d67dc76daa0db074aac6a8efec02a (diff) |
Add new kscan_gpio_demux driver
+ zmk,kscan_gpio_demux is now a compatible kscan option
+ kscan_gpio_demux is based heavily off of the implementation of
kscan_gpio_matrix, modified to address cols using an n-to-1
demultiplexer chip instead of discrete IO
+ Added zmk,kscan_gpio_demux.yaml file
* modified CMakeLists to include new source files
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 3642d28..2ec4553 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,7 @@ "files.associations": { "*.overlay": "dts", "*.keymap": "dts" - } + }, + "C_Cpp.dimInactiveRegions": false, + "C_Cpp.errorSquiggles": "Disabled" } |