3de3f885de
Co-authored-by: Ryan <fauxpark@gmail.com>
15 lines
313 B
C
15 lines
313 B
C
// Copyright 2022 Arturo Avila (@ADPenrose)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#ifdef AUDIO_ENABLE
|
|
# define NO_MUSIC_MODE
|
|
#endif
|
|
|
|
#ifdef OLED_ENABLE
|
|
# define OLED_TIMEOUT 120000
|
|
#endif
|
|
|
|
#undef LOCKING_SUPPORT_ENABLE
|
|
#undef LOCKING_RESYNC_ENABLE
|
|
#define NO_ACTION_ONESHOT
|
|
#define LAYER_STATE_8BIT
|