]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/xealous/config.h
415a0dcf5b72387bcc87da31de9f4e189a2ef12d
[qmk_firmware.git] / keyboards / handwired / xealous / config.h
1 /*
2 Copyright 2012 Jun Wako <wakojun@gmail.com>
3 Copyright 2015 Jack Humbert
4
5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 2 of the License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 */
18
19 #pragma once
20 #include "config_common.h"
21
22 /* Use I2C or Serial, not both */
23
24 // #define USE_SERIAL
25 #define USE_I2C
26 #define SCL_CLOCK  400000UL
27
28 /* Select hand configuration */
29
30 #define MASTER_LEFT
31 // #define MASTER_RIGHT
32 // #define EE_HANDS
33
34
35 //#define DEBUG_MATRIX_SCAN_RATE //Use this to determine scan-rate.
36 #define FORCE_NKRO
37
38 #define QMK_KEYS_PER_SCAN 4 //if we press four keys simultaneously, lets process them simultaneously...
39 #define DIODE_DIRECTION COL2ROW
40
41 #ifdef AUDIO_ENABLE
42   #define C6_AUDIO
43   #define STARTUP_SONG SONG(STARTUP_SOUND)
44   #define NO_MUSIC_MODE
45   #define TONE_QWERTY SONG(Q__NOTE(_E4));
46   #define TONE_NUMPAD SONG(Q__NOTE(_D4));
47 #endif
48