aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/numpad_5x6/bjohnson/config.h2
-rw-r--r--layouts/community/numpad_5x6/drashna/config.h1
-rw-r--r--layouts/community/ortho_4x12/bakingpy/config.h2
-rw-r--r--layouts/community/ortho_5x12/drashna/config.h2
-rw-r--r--layouts/community/ortho_5x14/yet-another-developer/config.h2
-rw-r--r--layouts/community/split_3x6_3/drashna/config.h2
6 files changed, 4 insertions, 7 deletions
diff --git a/layouts/community/numpad_5x6/bjohnson/config.h b/layouts/community/numpad_5x6/bjohnson/config.h
index 668450d88..6f1c53970 100644
--- a/layouts/community/numpad_5x6/bjohnson/config.h
+++ b/layouts/community/numpad_5x6/bjohnson/config.h
@@ -1,7 +1,5 @@
1#pragma once 1#pragma once
2 2
3// #define B6_AUDIO
4
5#if defined(RGBLIGHT_ENABLE) && !defined(RGBLED_NUM) 3#if defined(RGBLIGHT_ENABLE) && !defined(RGBLED_NUM)
6#define RGB_DI_PIN B7 4#define RGB_DI_PIN B7
7#define RGBLED_NUM 13 // Number of LEDs 5#define RGBLED_NUM 13 // Number of LEDs
diff --git a/layouts/community/numpad_5x6/drashna/config.h b/layouts/community/numpad_5x6/drashna/config.h
index 97c1170d7..1f485e193 100644
--- a/layouts/community/numpad_5x6/drashna/config.h
+++ b/layouts/community/numpad_5x6/drashna/config.h
@@ -16,7 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19// #define B6_AUDIO
20 19
21#if defined(RGBLIGHT_ENABLE) && !defined(RGBLED_NUM) 20#if defined(RGBLIGHT_ENABLE) && !defined(RGBLED_NUM)
22# define RGB_DI_PIN B1 21# define RGB_DI_PIN B1
diff --git a/layouts/community/ortho_4x12/bakingpy/config.h b/layouts/community/ortho_4x12/bakingpy/config.h
index a153adffb..f7d2c2425 100644
--- a/layouts/community/ortho_4x12/bakingpy/config.h
+++ b/layouts/community/ortho_4x12/bakingpy/config.h
@@ -16,5 +16,5 @@
16#define RGBLIGHT_VAL_STEP 8 16#define RGBLIGHT_VAL_STEP 8
17 17
18#ifdef AUDIO_ENABLE 18#ifdef AUDIO_ENABLE
19#define C6_AUDIO 19#define AUDIO_PIN C6
20#endif 20#endif
diff --git a/layouts/community/ortho_5x12/drashna/config.h b/layouts/community/ortho_5x12/drashna/config.h
index 76bd642a3..619b460a7 100644
--- a/layouts/community/ortho_5x12/drashna/config.h
+++ b/layouts/community/ortho_5x12/drashna/config.h
@@ -33,6 +33,6 @@
33 33
34# define RGBLIGHT_EFFECT_KNIGHT_OFFSET 3 34# define RGBLIGHT_EFFECT_KNIGHT_OFFSET 3
35# define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 14 35# define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 14
36# define B7_AUDIO 36# define AUDIO_PIN B7
37# define NO_MUSIC_MODE 37# define NO_MUSIC_MODE
38#endif 38#endif
diff --git a/layouts/community/ortho_5x14/yet-another-developer/config.h b/layouts/community/ortho_5x14/yet-another-developer/config.h
index 7504338ff..3f8dbd3c5 100644
--- a/layouts/community/ortho_5x14/yet-another-developer/config.h
+++ b/layouts/community/ortho_5x14/yet-another-developer/config.h
@@ -17,6 +17,6 @@
17 17
18# define RGBLIGHT_EFFECT_KNIGHT_OFFSET 3 18# define RGBLIGHT_EFFECT_KNIGHT_OFFSET 3
19# define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 14 19# define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 14
20# define B7_AUDIO 20# define AUDIO_PIN B7
21# define NO_MUSIC_MODE 21# define NO_MUSIC_MODE
22#endif 22#endif
diff --git a/layouts/community/split_3x6_3/drashna/config.h b/layouts/community/split_3x6_3/drashna/config.h
index b9b1d073d..17d7b9ec7 100644
--- a/layouts/community/split_3x6_3/drashna/config.h
+++ b/layouts/community/split_3x6_3/drashna/config.h
@@ -74,7 +74,7 @@
74#endif 74#endif
75 75
76#ifdef AUDIO_ENABLE 76#ifdef AUDIO_ENABLE
77# define B6_AUDIO 77# define AUDIO_PIN B6
78# define NO_MUSIC_MODE 78# define NO_MUSIC_MODE
79#endif 79#endif
80 80