diff options
Diffstat (limited to 'keyboards/nack/config.h')
-rw-r--r-- | keyboards/nack/config.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/keyboards/nack/config.h b/keyboards/nack/config.h index 9f0880e38..e442a1333 100644 --- a/keyboards/nack/config.h +++ b/keyboards/nack/config.h | |||
@@ -13,7 +13,7 @@ GNU General Public License for more details. | |||
13 | 13 | ||
14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #pragma once | 18 | #pragma once |
19 | #include "config_common.h" | 19 | #include "config_common.h" |
@@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
27 | #define MATRIX_ROWS 4 | 27 | #define MATRIX_ROWS 4 |
28 | #define MATRIX_COLS 13 | 28 | #define MATRIX_COLS 13 |
29 | 29 | ||
30 | #define MATRIX_ROW_PINS { A0, A1, A2, A3 } | 30 | #define MATRIX_ROW_PINS { A0, A1, A2, A3 } |
31 | #define MATRIX_COL_PINS { A6, A7, A8, A9, A10, B0, B1, B2, B6, B7, C13, C14, C15 } | 31 | #define MATRIX_COL_PINS { A6, A7, A8, A9, A10, B0, B1, B2, B6, B7, C13, C14, C15 } |
32 | 32 | ||
33 | #define DIODE_DIRECTION ROW2COL | 33 | #define DIODE_DIRECTION ROW2COL |
@@ -40,7 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
40 | #define RGB_DI_PIN B5 | 40 | #define RGB_DI_PIN B5 |
41 | #define RGBLED_NUM 52 | 41 | #define RGBLED_NUM 52 |
42 | #define DRIVER_LED_TOTAL RGBLED_NUM | 42 | #define DRIVER_LED_TOTAL RGBLED_NUM |
43 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 128 // Max brightness of LEDs | 43 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 128 // Max brightness of LEDs |
44 | #define RGB_MATRIX_STARTUP_VAL 64 | 44 | #define RGB_MATRIX_STARTUP_VAL 64 |
45 | #define RGB_MATRIX_HUE_STEP 10 | 45 | #define RGB_MATRIX_HUE_STEP 10 |
46 | #define RGB_MATRIX_SAT_STEP 10 | 46 | #define RGB_MATRIX_SAT_STEP 10 |
@@ -49,11 +49,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
49 | 49 | ||
50 | #ifdef AUDIO_ENABLE | 50 | #ifdef AUDIO_ENABLE |
51 | #define STARTUP_SONG SONG(NO_SOUND) | 51 | #define STARTUP_SONG SONG(NO_SOUND) |
52 | #define AUDIO_PIN A4 // Pin of the left speaker | 52 | #define AUDIO_PIN A5 |
53 | #define AUDIO_PIN_ALT A5 // Pin of the right speaker | 53 | #define AUDIO_PIN_ALT A4 |
54 | /* | 54 | #define AUDIO_PIN_ALT_AS_NEGATIVE |
55 | /* | ||
55 | * Basically, change this section once pull request 6165 has been merged | 56 | * Basically, change this section once pull request 6165 has been merged |
56 | * https://github.com/qmk/qmk_firmware/pull/6165 | 57 | * https://github.com/qmk/qmk_firmware/pull/6165 |
57 | */ | 58 | */ |
58 | #endif | 59 | #endif |
59 | |||