summaryrefslogtreecommitdiff
path: root/keyboards/prototypist/oceanographer/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-04-03 20:18:58 +0000
committerQMK Bot <hello@qmk.fm>2023-04-03 20:18:58 +0000
commit49ac29fa09cbd770f5983f0d1c3ec9b5ce2e0c51 (patch)
tree6c7c58a14a1fb17150e4d668475893e6b14e7afb /keyboards/prototypist/oceanographer/config.h
parentc404e5e38c0058d57711748772ce3e7b97528bc4 (diff)
parenteb52984a94f70b95811fbc0853c158c68c40ea4f (diff)
Merge remote-tracking branch 'origin/master' into develop
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