[Keymap] lja83's Planck keymap (#12809)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Jeff Apczynski <jeffrey.apczynski@braincorp.com>
This commit is contained in:
25
keyboards/planck/keymaps/lja83/config.h
Normal file
25
keyboards/planck/keymaps/lja83/config.h
Normal 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
|
362
keyboards/planck/keymaps/lja83/keymap.c
Normal file
362
keyboards/planck/keymaps/lja83/keymap.c
Normal file
File diff suppressed because it is too large
Load Diff
2
keyboards/planck/keymaps/lja83/readme.md
Normal file
2
keyboards/planck/keymaps/lja83/readme.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# LJA83 Planck Layout
|
||||
|
1
keyboards/planck/keymaps/lja83/rules.mk
Normal file
1
keyboards/planck/keymaps/lja83/rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
SRC += muse.c
|
Reference in New Issue
Block a user