diff options
Diffstat (limited to 'keyboards/keebio/iris/keymaps/broswen/config.h')
-rw-r--r-- | keyboards/keebio/iris/keymaps/broswen/config.h | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/keymaps/broswen/config.h b/keyboards/keebio/iris/keymaps/broswen/config.h new file mode 100644 index 000000000..19c47780d --- /dev/null +++ b/keyboards/keebio/iris/keymaps/broswen/config.h | |||
@@ -0,0 +1,52 @@ | |||
1 | /* | ||
2 | |||
3 | This program is free software: you can redistribute it and/or modify | ||
4 | it under the terms of the GNU General Public License as published by | ||
5 | the Free Software Foundation, either version 2 of the License, or | ||
6 | (at your option) any later version. | ||
7 | |||
8 | This program is distributed in the hope that it will be useful, | ||
9 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | GNU General Public License for more details. | ||
12 | |||
13 | You should have received a copy of the GNU General Public License | ||
14 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | ||
16 | |||
17 | #pragma once | ||
18 | /* Use I2C or Serial, not both */ | ||
19 | |||
20 | #define USE_SERIAL | ||
21 | // #define USE_I2C | ||
22 | |||
23 | /* Select hand configuration */ | ||
24 | |||
25 | #define MASTER_LEFT | ||
26 | // #define MASTER_RIGHT | ||
27 | // #define EE_HANDS | ||
28 | |||
29 | #undef RGBLED_NUM | ||
30 | #define RGBLIGHT_ANIMATIONS | ||
31 | #define RGBLED_NUM 12 | ||
32 | #define RGBLIGHT_HUE_STEP 5 | ||
33 | #define RGBLIGHT_SAT_STEP 8 | ||
34 | #define RGBLIGHT_VAL_STEP 8 | ||
35 | #define C6_AUDIO | ||
36 | |||
37 | #define NO_MUSIC_MODE | ||
38 | |||
39 | #ifdef AUDIO_ENABLE | ||
40 | #define STARTUP_SONG SONG(NO_SOUND) | ||
41 | #endif | ||
42 | |||
43 | |||
44 | #if !defined(NO_DEBUG) && !defined(CONSOLE_ENABLE) | ||
45 | #define NO_DEBUG | ||
46 | #endif // !NO_DEBUG | ||
47 | #if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE) | ||
48 | #define NO_PRINT | ||
49 | #endif // !NO_PRINT | ||
50 | #define NO_ACTION_MACRO | ||
51 | #define NO_ACTION_FUNCTION | ||
52 | #define DISABLE_LEADER | ||