diff options
Diffstat (limited to 'keyboards/planck/keymaps/fsck/config.h')
| -rw-r--r-- | keyboards/planck/keymaps/fsck/config.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/fsck/config.h b/keyboards/planck/keymaps/fsck/config.h new file mode 100644 index 000000000..bf25da3a6 --- /dev/null +++ b/keyboards/planck/keymaps/fsck/config.h | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #define USB_MAX_POWER_CONSUMPTION 100 | ||
| 4 | |||
| 5 | #ifdef AUDIO_ENABLE | ||
| 6 | #define STARTUP_SONG SONG(PLANCK_SOUND) | ||
| 7 | // #define STARTUP_SONG SONG(NO_SOUND) | ||
| 8 | |||
| 9 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | ||
| 10 | SONG(COLEMAK_SOUND), \ | ||
| 11 | SONG(DVORAK_SOUND) \ | ||
| 12 | } | ||
| 13 | #endif | ||
| 14 | |||
| 15 | #define MUSIC_MASK (keycode != KC_NO) | ||
| 16 | |||
| 17 | /* | ||
| 18 | * MIDI options | ||
| 19 | */ | ||
| 20 | |||
| 21 | /* Prevent use of disabled MIDI features in the keymap */ | ||
| 22 | //#define MIDI_ENABLE_STRICT 1 | ||
| 23 | |||
| 24 | /* enable basic MIDI features: | ||
| 25 | - MIDI notes can be sent when in Music mode is on | ||
| 26 | */ | ||
| 27 | |||
| 28 | #define MIDI_BASIC | ||
