~ruther/qmk_firmware

ref: 032b039d0bf96e4fea0b87e0d2f6cd0fb34b7298 qmk_firmware/keyboards/prototypist/oceanographer/config.h -rw-r--r-- 302 bytes
032b039d — Duncan Sutherland amend alice* community_layouts in keyboards (#21846) 2 years ago
                                                                                
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