Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2021-05-31 04:16:56 +00:00
4 changed files with 390 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
#pragma once
#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
/*
* MIDI options
*/
/* enable basic MIDI features:
- MIDI notes can be sent when in Music mode is on
*/
#define MIDI_BASIC
// Most tactile encoders have detents every 4 stages
#define ENCODER_RESOLUTION 4

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
# LJA83 Planck Layout

View File

@@ -0,0 +1 @@
SRC += muse.c