diff options
author | Ryan <fauxpark@gmail.com> | 2021-02-22 11:49:13 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 00:49:13 +0000 |
commit | 316dcf49605be88b24e81ed61e6a7659a6c3892f (patch) | |
tree | c95b2dcddf088630ac43ae1da86f736ec9b107b2 /keyboards/planck/keymaps/kloki/config.h | |
parent | c1e6febef74936584bf0e3a7ab17480ced13419c (diff) |
Clean up some user keymaps specifying MCU (#11966)
Diffstat (limited to 'keyboards/planck/keymaps/kloki/config.h')
-rw-r--r-- | keyboards/planck/keymaps/kloki/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/planck/keymaps/kloki/config.h b/keyboards/planck/keymaps/kloki/config.h index 59bf4aa2a3..6166fea4a7 100644 --- a/keyboards/planck/keymaps/kloki/config.h +++ b/keyboards/planck/keymaps/kloki/config.h @@ -1,7 +1,4 @@ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "../../config.h" +#pragma once #ifdef AUDIO_ENABLE #define STARTUP_SONG SONG(PLANCK_SOUND) @@ -35,5 +32,3 @@ /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ //#define MIDI_TONE_KEYCODE_OCTAVES 2 - -#endif
\ No newline at end of file |