diff options
Diffstat (limited to 'keyboards/zj68/zj68.c')
-rw-r--r-- | keyboards/zj68/zj68.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/zj68/zj68.c b/keyboards/zj68/zj68.c index 960c94303..8de12a645 100644 --- a/keyboards/zj68/zj68.c +++ b/keyboards/zj68/zj68.c | |||
@@ -14,11 +14,3 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | #include "zj68.h" | 16 | #include "zj68.h" |
17 | |||
18 | void matrix_init_kb(void) { | ||
19 | matrix_init_user(); | ||
20 | } | ||
21 | |||
22 | void matrix_scan_kb(void) { | ||
23 | matrix_scan_user(); | ||
24 | } | ||