1
0
Fork 0

Adding Oceanographer to QMK. (#20324)

This commit is contained in:
Anjheos 2023-04-03 13:18:08 -07:00 committed by GitHub
parent a5272a1575
commit eb52984a94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 685 additions and 0 deletions

View file

@ -0,0 +1,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