From e1e86cb1fb97afe3c2d8331dde4e0f1d61d67e37 Mon Sep 17 00:00:00 2001 From: Purdea Andrei Date: Fri, 30 Sep 2022 09:02:24 +0300 Subject: Add Unicomp PC122 keyboard (#18326) --- .../unicomp/pc122/overnumpad_1xb/overnumpad_1xb.c | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 keyboards/unicomp/pc122/overnumpad_1xb/overnumpad_1xb.c (limited to 'keyboards/unicomp/pc122/overnumpad_1xb/overnumpad_1xb.c') diff --git a/keyboards/unicomp/pc122/overnumpad_1xb/overnumpad_1xb.c b/keyboards/unicomp/pc122/overnumpad_1xb/overnumpad_1xb.c new file mode 100644 index 0000000000..cb5ec3dc12 --- /dev/null +++ b/keyboards/unicomp/pc122/overnumpad_1xb/overnumpad_1xb.c @@ -0,0 +1,24 @@ +/* Copyright 2020 Purdea Andrei + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#include "overnumpad_1xb.h" + +void keyboard_post_init_kb(void) +{ + //debug_enable=true; + //debug_matrix=true; +} + -- cgit v1.2.3