summaryrefslogtreecommitdiff
path: root/keyboards/nack/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-22 06:58:28 +0000
committerQMK Bot <hello@qmk.fm>2021-07-22 06:58:28 +0000
commit931bf52b74b2f1d205e37b98f900a3ed10ef4a00 (patch)
tree9012c5e0cb940c99100f9da6ff63b7d8d6534b2c /keyboards/nack/config.h
parentb5a1db9c05a9b2d7e3883501dc1f900c22ea5d1c (diff)
parenta400681ccf56b41a4badece43f73939329a1fe47 (diff)
Merge remote-tracking branch 'origin/master' into develop
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 e442a13336..26fe7edf2c 100644
--- a/keyboards/nack/config.h
+++ b/keyboards/nack/config.h
@@ -1,5 +1,5 @@
/*
-Copyright 2020 pastapojken <pastapojken@gmail.com>
+Copyright 2020 farfalleflickan <farfalleflickan@gmail.com>
This program is free software: you can redistribute it and/or modify
it 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/>.
#define VENDOR_ID 0xDA12
#define PRODUCT_ID 0x6060
#define DEVICE_VER 0x0001
-#define MANUFACTURER pastapojken
+#define MANUFACTURER farfalleflickan
#define PRODUCT nack keyboard
#define MATRIX_ROWS 4
@@ -48,12 +48,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
#ifdef AUDIO_ENABLE
- #define STARTUP_SONG SONG(NO_SOUND)
#define AUDIO_PIN A5
#define AUDIO_PIN_ALT A4
- #define AUDIO_PIN_ALT_AS_NEGATIVE
- /*
- * Basically, change this section once pull request 6165 has been merged
- * https://github.com/qmk/qmk_firmware/pull/6165
- */
+ #define STARTUP_SONG SONG(NO_SOUND)
+ #define AUDIO_DAC_SAMPLE_MAX 4095U
#endif