Adding Oceanographer to QMK. (#20324)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user