aboutsummaryrefslogtreecommitdiff
path: root/keyboards/jnao/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/jnao/config.h')
-rw-r--r--keyboards/jnao/config.h52
1 files changed, 52 insertions, 0 deletions
diff --git a/keyboards/jnao/config.h b/keyboards/jnao/config.h
new file mode 100644
index 000000000..f14aa4bb1
--- /dev/null
+++ b/keyboards/jnao/config.h
@@ -0,0 +1,52 @@
1/*
2Copyright 2012 Jun Wako <wakojun@gmail.com>
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#pragma once
19
20#include "config_common.h"
21
22/* USB Device descriptor parameter */
23#define VENDOR_ID 0x1337
24#define PRODUCT_ID 0x6017
25#define DEVICE_VER 0x0001
26#define MANUFACTURER Maple Computing
27#define PRODUCT JNAO Keyboard
28#define DESCRIPTION A no-frills ortholinear keyboard
29
30/* key matrix size */
31#define MATRIX_ROWS 5
32#define MATRIX_COLS 12
33
34#define MATRIX_ROW_PINS { E6, F0, F5, F6, F7 }
35#define MATRIX_COL_PINS { F1, F4, B1, B2, B3, B7, D1, D2, D4, D6, D7, B4 }
36#define UNUSED_PINS
37
38#define BACKLIGHT_PIN D0
39
40/* COL2ROW or ROW2COL */
41#define DIODE_DIRECTION COL2ROW
42
43/* number of backlight levels */
44#define BACKLIGHT_LEVELS 3
45
46/* Set 0 if debouncing isn't needed */
47#define DEBOUNCE 5
48
49/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
50#define LOCKING_SUPPORT_ENABLE
51/* Locking resynchronize hack */
52#define LOCKING_RESYNC_ENABLE