summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps/default/config.h
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2018-12-05 22:12:07 +0100
committerDrashna Jaelre <drashna@live.com>2018-12-05 22:12:07 +0100
commit161afe2e54e14b210b30539bd8a100471bcdf2c3 (patch)
tree02cc9917a830a5db1aa4f050ac6e1407c9cb6033 /keyboards/lets_split/keymaps/default/config.h
parentff3369ac5d52af5ad046cd526d13963fda5cab89 (diff)
downloadqmk_firmware-161afe2e54e14b210b30539bd8a100471bcdf2c3.tar.gz
qmk_firmware-161afe2e54e14b210b30539bd8a100471bcdf2c3.tar.xz
Keyboard: Fixes for superseded audio and default layer functionality (#4557)
Diffstat (limited to 'keyboards/lets_split/keymaps/default/config.h')
-rw-r--r--keyboards/lets_split/keymaps/default/config.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/lets_split/keymaps/default/config.h b/keyboards/lets_split/keymaps/default/config.h
index 5a6261c4f..60e23f816 100644
--- a/keyboards/lets_split/keymaps/default/config.h
+++ b/keyboards/lets_split/keymaps/default/config.h
@@ -18,20 +18,19 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
+#pragma once
-#include "../../config.h"
+ // place overrides here
+#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
+ SONG(COLEMAK_SOUND), \
+ SONG(DVORAK_SOUND) \
+ }
/* Use I2C or Serial, not both */
-
#define USE_SERIAL
// #define USE_I2C
/* Select hand configuration */
-
#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS
-
-#endif