summaryrefslogtreecommitdiffstats
path: root/keyboards/prototypist/oceanographer/config.h
blob: a557c9aa831218635a39b5fd6e629cee2714861e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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_LIMIT_VAL 155
#define RGBLIGHT_DEFAULT_VAL 155

// Audio Settings
#ifdef AUDIO_ENABLE

#define AUDIO_PIN C6

#define AUDIO_INIT_DELAY

#endif