aboutsummaryrefslogtreecommitdiff
path: root/keyboards/nightly_boards
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2021-01-04 18:48:13 -0800
committerZach White <skullydazed@drpepper.org>2021-01-05 10:55:28 -0800
commit3d1e7bd36fee748b6bfaa89d4a14c3f4f841c0ca (patch)
treeb859358c2eefaf77f2b4742f0ac60772c56f977b /keyboards/nightly_boards
parent375ef0b8c3e13b9d60de2cb79ef2a54215388792 (diff)
downloadqmk_firmware-3d1e7bd36fee748b6bfaa89d4a14c3f4f841c0ca.tar.gz
qmk_firmware-3d1e7bd36fee748b6bfaa89d4a14c3f4f841c0ca.zip
[Keyboard] Disable music mode on OctoPad to reduce size
Diffstat (limited to 'keyboards/nightly_boards')
-rw-r--r--keyboards/nightly_boards/octopad/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/nightly_boards/octopad/config.h b/keyboards/nightly_boards/octopad/config.h
index fc8956d1d..1477ce93e 100644
--- a/keyboards/nightly_boards/octopad/config.h
+++ b/keyboards/nightly_boards/octopad/config.h
@@ -69,7 +69,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
69#define B5_AUDIO 69#define B5_AUDIO
70 70
71#define AUDIO_CLICKY 71#define AUDIO_CLICKY
72 72#define NO_MUSIC_MODE
73 73
74/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 74/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
75#define DEBOUNCE 5 75#define DEBOUNCE 5
@@ -81,5 +81,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
81#define LOCKING_SUPPORT_ENABLE 81#define LOCKING_SUPPORT_ENABLE
82/* Locking resynchronize hack */ 82/* Locking resynchronize hack */
83#define LOCKING_RESYNC_ENABLE 83#define LOCKING_RESYNC_ENABLE
84
85