summaryrefslogtreecommitdiffstats
path: root/keyboards/prototypist/oceanographer/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/prototypist/oceanographer/config.h')
-rw-r--r--keyboards/prototypist/oceanographer/config.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/prototypist/oceanographer/config.h b/keyboards/prototypist/oceanographer/config.h
new file mode 100644
index 0000000000..a557c9aa83
--- /dev/null
+++ b/keyboards/prototypist/oceanographer/config.h
@@ -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