summaryrefslogtreecommitdiffstats
path: root/keyboards/unicomp/pc122/overnumpad_1xb/overnumpad_1xb.c
diff options
context:
space:
mode:
authorPurdea Andrei <andrei@purdea.ro>2022-09-30 09:02:24 +0300
committerGitHub <noreply@github.com>2022-09-30 07:02:24 +0100
commite1e86cb1fb97afe3c2d8331dde4e0f1d61d67e37 (patch)
treef611247c4573b8704fd6c7e0c9333d65c2e3a5da /keyboards/unicomp/pc122/overnumpad_1xb/overnumpad_1xb.c
parentb77ff4edf40fbdc4b49d9b3835a54c7884ea20ac (diff)
Add Unicomp PC122 keyboard (#18326)
Diffstat (limited to 'keyboards/unicomp/pc122/overnumpad_1xb/overnumpad_1xb.c')
-rw-r--r--keyboards/unicomp/pc122/overnumpad_1xb/overnumpad_1xb.c24
1 files changed, 24 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+ */
+
+#include "overnumpad_1xb.h"
+
+void keyboard_post_init_kb(void)
+{
+ //debug_enable=true;
+ //debug_matrix=true;
+}
+