aboutsummaryrefslogtreecommitdiff
path: root/keyboards/np12/config.h
diff options
context:
space:
mode:
authornut1414 <nut.pannapat@gmail.com>2021-05-13 08:27:16 +0700
committerGitHub <noreply@github.com>2021-05-12 18:27:16 -0700
commit0bada398dfba61c93ee5dbec0aeb92b8af0f45a4 (patch)
treeb4eedf68f5ee95b8667f160801002b736ee390ac /keyboards/np12/config.h
parentfc52b43592abd0f6b82e54474adb59adb893b858 (diff)
downloadqmk_firmware-0bada398dfba61c93ee5dbec0aeb92b8af0f45a4.tar.gz
qmk_firmware-0bada398dfba61c93ee5dbec0aeb92b8af0f45a4.zip
[Keyboard] Add np12 (#12703)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/np12/config.h')
-rw-r--r--keyboards/np12/config.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/keyboards/np12/config.h b/keyboards/np12/config.h
new file mode 100644
index 000000000..b330c29fe
--- /dev/null
+++ b/keyboards/np12/config.h
@@ -0,0 +1,45 @@
1 /* Copyright 2021 nut1414
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17
18
19#include "config_common.h"
20
21/* USB Device descriptor parameter */
22#define VENDOR_ID 0xA4A4
23#define PRODUCT_ID 0x4401
24#define DEVICE_VER 0x0001
25#define MANUFACTURER nut1414
26#define PRODUCT np12
27
28
29
30/* key matrix size */
31#define MATRIX_ROWS 4
32#define MATRIX_COLS 5
33
34#define MATRIX_ROW_PINS { D7, E6, B4, F7 }
35#define MATRIX_COL_PINS { D1, D0, D4, C6, F6 }
36#define UNUSED_PINS
37
38
39/* COL2ROW or ROW2COL */
40#define DIODE_DIRECTION COL2ROW
41
42#define ENCODERS_PAD_A { F4 }
43#define ENCODERS_PAD_B { F5 }
44
45