]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/bpiphany/pegasushoof/2015/config.h
Add 2015 revision of Pegasus Hoof to QMK (#6595)
[qmk_firmware.git] / keyboards / bpiphany / pegasushoof / 2015 / config.h
1 /*
2 Copyright 2016 Daniel Svensson <dsvensson@gmail.com>
3
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 */
17
18 #pragma once
19
20
21 /* USB Device descriptor parameter */
22 #define VENDOR_ID       0xFEED
23 #define PRODUCT_ID      0x6050
24 #define DEVICE_VER      0x0104
25 #define MANUFACTURER    Filco
26 #define PRODUCT         Majestouch TKL \\w The Pegasus Hoof 2015
27 #define DESCRIPTION     QMK firmware for Majestouch TKL
28
29 /* key matrix size */
30 #define MATRIX_ROWS 8
31 #define MATRIX_COLS 18
32
33 /* COL2ROW or ROW2COL */
34 #define DIODE_DIRECTION COL2ROW
35
36 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
37 #define DEBOUNCE 5
38