Expanded handler implementation, more key defines.

This commit is contained in:
Pete Johanson
2020-05-10 17:13:24 -04:00
parent 70bf1230fa
commit 60feb8fb09
8 changed files with 189 additions and 47 deletions

View File

@@ -1,6 +1,3 @@
#ifndef ZMK_KSCAN_H
#define ZMK_KSCAN_H
#pragma once
int zmk_kscan_init(char *name);
#endif