From 5b311965f86a0f833bfe9149436b98d640fa4eef Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Sat, 19 Oct 2019 01:21:40 +0100 Subject: [Keymap] Custom Planck layout for the Planck (#7036) * Version 1 of keymappings * Adding updated keymappings * Adding hash/pound symbol to layer * Removing broken macros * Adding to readme. Amending value of pound sign * Changing language in readme * Addressing PR comments. Removing unneeded code, corrected syntax * Removing commented out code and fixing white space issues * Small clean up to readme --- keyboards/planck/keymaps/smittey/config.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/planck/keymaps/smittey/config.h (limited to 'keyboards/planck/keymaps/smittey/config.h') diff --git a/keyboards/planck/keymaps/smittey/config.h b/keyboards/planck/keymaps/smittey/config.h new file mode 100644 index 0000000000..17ffcca383 --- /dev/null +++ b/keyboards/planck/keymaps/smittey/config.h @@ -0,0 +1,16 @@ +#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 + +#define MIDI_BASIC + +// Most tactile encoders have detents every 4 stages +#define ENCODER_RESOLUTION 4 -- cgit v1.2.3