aboutsummaryrefslogtreecommitdiff
path: root/keyboards/nack/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nack/config.h')
-rw-r--r--keyboards/nack/config.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/keyboards/nack/config.h b/keyboards/nack/config.h
index e442a1333..26fe7edf2 100644
--- a/keyboards/nack/config.h
+++ b/keyboards/nack/config.h
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright 2020 pastapojken <pastapojken@gmail.com> 2Copyright 2020 farfalleflickan <farfalleflickan@gmail.com>
3 3
4This program is free software: you can redistribute it and/or modify 4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
21#define VENDOR_ID 0xDA12 21#define VENDOR_ID 0xDA12
22#define PRODUCT_ID 0x6060 22#define PRODUCT_ID 0x6060
23#define DEVICE_VER 0x0001 23#define DEVICE_VER 0x0001
24#define MANUFACTURER pastapojken 24#define MANUFACTURER farfalleflickan
25#define PRODUCT nack keyboard 25#define PRODUCT nack keyboard
26 26
27#define MATRIX_ROWS 4 27#define MATRIX_ROWS 4
@@ -48,12 +48,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
48#endif 48#endif
49 49
50#ifdef AUDIO_ENABLE 50#ifdef AUDIO_ENABLE
51 #define STARTUP_SONG SONG(NO_SOUND)
52 #define AUDIO_PIN A5 51 #define AUDIO_PIN A5
53 #define AUDIO_PIN_ALT A4 52 #define AUDIO_PIN_ALT A4
54 #define AUDIO_PIN_ALT_AS_NEGATIVE 53 #define STARTUP_SONG SONG(NO_SOUND)
55 /* 54 #define AUDIO_DAC_SAMPLE_MAX 4095U
56 * Basically, change this section once pull request 6165 has been merged
57 * https://github.com/qmk/qmk_firmware/pull/6165
58 */
59#endif 55#endif