aboutsummaryrefslogtreecommitdiff
path: root/keyboards/zj68/zj68.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/zj68/zj68.c')
-rw-r--r--keyboards/zj68/zj68.c8
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
18void matrix_init_kb(void) {
19 matrix_init_user();
20}
21
22void matrix_scan_kb(void) {
23 matrix_scan_user();
24}