summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/gitdrik/config.h
diff options
context:
space:
mode:
authorgitdrik <58667795+gitdrik@users.noreply.github.com>2023-01-13 23:19:57 +0100
committerGitHub <noreply@github.com>2023-01-13 22:19:57 +0000
commit9c02b2990acfcbd628c38edb3d70dec691390d9c (patch)
tree32c566ac0e3fb6914ed1c919867fd7891b9ef88b /keyboards/planck/keymaps/gitdrik/config.h
parentd196ab56d3ceb74d8bee9d373fd4eaaf3cc855a3 (diff)
Updates to gitdrik Planck keymap (#19585)
Diffstat (limited to 'keyboards/planck/keymaps/gitdrik/config.h')
-rw-r--r--keyboards/planck/keymaps/gitdrik/config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/planck/keymaps/gitdrik/config.h b/keyboards/planck/keymaps/gitdrik/config.h
index 7ee14c73be..455e33d6d2 100644
--- a/keyboards/planck/keymaps/gitdrik/config.h
+++ b/keyboards/planck/keymaps/gitdrik/config.h
@@ -1,4 +1,4 @@
-/* Original code probably copyright 2015-2017 Jack Humbert
+/* Copyright 2015-2021 Jack Humbert
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,18 +14,17 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* Passed along from planck default to Finnish SFS 5966 by gitdrik, 2020. */
+/* Passed along from planck default to Finnish SFS 5966 by gitdrik, 2020-2023. */
#pragma once
#ifdef AUDIO_ENABLE
- #define STARTUP_SONG SONG(PLANCK_SOUND)
- // #define STARTUP_SONG SONG(NO_SOUND)
+# define STARTUP_SONG SONG(NO_SOUND)
+//# define STARTUP_SONG SONG(PLANCK_SOUND)
+//# define AUDIO_INIT_DELAY // Get startup_song to actually play
- #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
- SONG(COLEMAK_SOUND), \
- SONG(DVORAK_SOUND) \
- }
+# define DEFAULT_LAYER_SONGS \
+ { SONG(QWERTY_SOUND), SONG(COLEMAK_SOUND), SONG(DVORAK_SOUND) }
#endif
/*
@@ -51,3 +50,4 @@
// Most tactile encoders have detents every 4 stages
#define ENCODER_RESOLUTION 4
+