]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/40percentclub/mf68/keymaps/mf68_ble/config.h
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / 40percentclub / mf68 / keymaps / mf68_ble / config.h
1 /*
2 Copyright 2012 Jun Wako <wakojun@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 #include "config_common.h"
21
22 /* Overrides for Feather 32u4 Bluefruit */
23
24 /* USB Device descriptor parameter */
25 #undef DESCRIPTION
26 #define DESCRIPTION     Magicforce 68 BLE
27
28 /*
29  * Keyboard Matrix Assignments
30  *
31  * Change this to how you wired your keyboard
32  * COLS: AVR pins used for columns, left to right
33  * ROWS: AVR pins used for rows, top to bottom
34  * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
35  *                  ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
36  *
37 */
38 #undef MATRIX_ROW_PINS
39 #undef MATRIX_COL_PINS
40 #undef UNUSED_PINS
41 #define MATRIX_ROW_PINS { D1, D0, C6, D7, B5, B6, B7, D6 }
42 #define MATRIX_COL_PINS { C7, F7, F6, F5, F4, F1, F0, D2, D3 }
43 #define UNUSED_PINS {B5}