summaryrefslogtreecommitdiff
path: root/keyboards/prototypist/oceanographer/config.h
blob: e5719bb1377483739f44ee3e2452f9b8455d06c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2023 Anjheos (@Anjheos)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

// RGB Light settings
#define RGBLIGHT_LAYERS

#define RGBLIGHT_MAX_LAYERS 4
#define RGBLIGHT_DEFAULT_VAL 155

// Audio Settings
#ifdef AUDIO_ENABLE

#define AUDIO_PIN C6

#define AUDIO_INIT_DELAY

#endif