aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/keymaps/broswen/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/iris/keymaps/broswen/config.h')
-rw-r--r--keyboards/keebio/iris/keymaps/broswen/config.h52
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
3This program is free software: you can redistribute it and/or modify
4it under the terms of the GNU General Public License as published by
5the Free Software Foundation, either version 2 of the License, or
6(at your option) any later version.
7
8This program is distributed in the hope that it will be useful,
9but WITHOUT ANY WARRANTY; without even the implied warranty of
10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11GNU General Public License for more details.
12
13You should have received a copy of the GNU General Public License
14along 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