aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/keymaps/pvinis/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/iris/keymaps/pvinis/config.h')
-rw-r--r--keyboards/keebio/iris/keymaps/pvinis/config.h36
1 files changed, 24 insertions, 12 deletions
diff --git a/keyboards/keebio/iris/keymaps/pvinis/config.h b/keyboards/keebio/iris/keymaps/pvinis/config.h
index b2fb43be9..9574f2a83 100644
--- a/keyboards/keebio/iris/keymaps/pvinis/config.h
+++ b/keyboards/keebio/iris/keymaps/pvinis/config.h
@@ -1,24 +1,36 @@
1#pragma once 1#pragma once
2 2
3
4#ifdef PRODUCT 3#ifdef PRODUCT
5 #undef PRODUCT 4# undef PRODUCT
6 #define PRODUCT Iris Keyboard - pvinis 5# define PRODUCT Iris Keyboard - pvinis
7#endif 6#endif
8 7
9 8// Use I2C or Serial, not both.
10// Use I2C or Serial, not both
11#define USE_SERIAL 9#define USE_SERIAL
12// #define USE_I2C 10// #define USE_I2C
13 11
14 12// Select hand configuration.
15// Select hand configuration 13// #define MASTER_LEFT
16#define MASTER_LEFT 14#define MASTER_RIGHT
17// #define MASTER_RIGHT
18// #define EE_HANDS 15// #define EE_HANDS
19 16
20 17// Choose pin to use for audio. C6 is the one iris uses.
21// choose pin to use for audio. c6 is the one iris uses.
22#ifdef AUDIO_ENABLE 18#ifdef AUDIO_ENABLE
23 #define C6_AUDIO 19# define C6_AUDIO
20# define STARTUP_SONG SONG(NO_SOUND) // No startup song.
21#endif
22
23#ifdef RGBLIGHT_ENABLE
24# undef RGBLED_NUM
25# define RGBLED_NUM 16
26#endif
27
28#ifdef ENCODER_ENABLE
29# define ENCODERS_PAD_A \
30 { F5 } // I connected the encoder to F4 and F5.
31# define ENCODERS_PAD_B \
32 { F4 }
33// #define ENCODERS_PAD_A_RIGHT { B5 }
34// #define ENCODERS_PAD_B_RIGHT { C6 }
35# define ENCODER_RESOLUTION 2
24#endif 36#endif