summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12/buswerks
diff options
context:
space:
mode:
authorDasky <32983009+daskygit@users.noreply.github.com>2022-09-06 18:46:34 +0100
committerGitHub <noreply@github.com>2022-09-06 18:46:34 +0100
commitdc4af81e0b375b559d270bbeb3495d61933f8c54 (patch)
tree1b47c35955ac5f3b6dfe41d60537523e86fb8696 /layouts/community/ortho_4x12/buswerks
parent8833b283610ce34e9be65ed3fc2c477258188de7 (diff)
Remove legacy USE_SERIAL define (#18292)
* Remove legacy USE_SERIAL define * tidy up missed comments
Diffstat (limited to 'layouts/community/ortho_4x12/buswerks')
-rw-r--r--layouts/community/ortho_4x12/buswerks/config.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/layouts/community/ortho_4x12/buswerks/config.h b/layouts/community/ortho_4x12/buswerks/config.h
index 8d6e26287e..f96d099db5 100644
--- a/layouts/community/ortho_4x12/buswerks/config.h
+++ b/layouts/community/ortho_4x12/buswerks/config.h
@@ -1,24 +1,19 @@
#pragma once
-/* Use I2C or Serial, not both */
-
-#define USE_SERIAL
-// #define USE_I2C
-
/* Select hand configuration */
#define MASTER_LEFT
// #define _MASTER_RIGHT
// #define EE_HANDS
-#ifdef AUDIO_ENABLE
- #define STARTUP_SONG SONG(PLANCK_SOUND)
- // #define STARTUP_SONG SONG(NO_SOUND)
+#ifdef AUDIO_ENABLE
+ #define STARTUP_SONG SONG(PLANCK_SOUND)
+ // #define STARTUP_SONG SONG(NO_SOUND)
#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
SONG(COLEMAK_SOUND), \
SONG(DVORAK_SOUND) \
- }
-#endif
+ }
+#endif
// MIDI notes can be sent when in Music mode
#define MIDI_BASIC