f77: Add jackhill's layout
[jackhill/qmk/firmware.git] / keyboards / boston_meetup / config.h
CommitLineData
ce8fb1ea 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 0xFB30
24#define PRODUCT_ID 0x26BE
25#define MANUFACTURER ishtob
26#define PRODUCT Boston Meetup Board
27#define DESCRIPTION A limited-run community meetup board
28
29//#define AUDIO_VOICES
30
31//#define BACKLIGHT_PIN B7
32
33/* COL2ROW or ROW2COL */
34#define DIODE_DIRECTION COL2ROW
35
36/* define if matrix has ghost */
37//#define MATRIX_HAS_GHOST
38
39/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
40//#define LOCKING_SUPPORT_ENABLE
41/* Locking resynchronize hack */
42//#define LOCKING_RESYNC_ENABLE
43
44/*
45 * Feature disable options
46 * These options are also useful to firmware size reduction.
47 */
48
49/* disable debug print */
50//#define NO_DEBUG
51
52/* disable print */
53//#define NO_PRINT
54
55/* disable action features */
56//#define NO_ACTION_LAYER
57//#define NO_ACTION_TAPPING
58//#define NO_ACTION_ONESHOT
59//#define NO_ACTION_MACRO
60//#define NO_ACTION_FUNCTION