mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-16 14:43:24 +00:00
18 lines
327 B
C
18 lines
327 B
C
// Copyright 2022 Arturo Avila (@ADPenrose)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#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
|