Adding Oceanographer to QMK. (#20324)
This commit is contained in:
parent
a5272a1575
commit
eb52984a94
13 changed files with 685 additions and 0 deletions
20
keyboards/prototypist/oceanographer/config.h
Normal file
20
keyboards/prototypist/oceanographer/config.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue