summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/config.h
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2018-12-05 18:51:35 +0100
committerDrashna Jaelre <drashna@live.com>2018-12-05 18:51:35 +0100
commitb3d6426aa95a895585b41b9cd6c0c5bec39f0e92 (patch)
treeede02e259b34124b8dc5fd79f68b617f4095f3f3 /keyboards/lets_split/config.h
parentd0da43fbdcb78603b34bcf6c0718e104b593c5ce (diff)
downloadqmk_firmware-b3d6426aa95a895585b41b9cd6c0c5bec39f0e92.tar.gz
qmk_firmware-b3d6426aa95a895585b41b9cd6c0c5bec39f0e92.tar.xz
Keyboard: Refactor lets split to use split common code (#4536)
* Refactor lets split to use split common code * Refactor lets split to use split common code * Build fixes for OLED_sample keymap * Build fixes for OLED_sample keymap - attempt to reduce firmware size
Diffstat (limited to 'keyboards/lets_split/config.h')
-rw-r--r--keyboards/lets_split/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h
index c910d8f24..cfb6bf4ff 100644
--- a/keyboards/lets_split/config.h
+++ b/keyboards/lets_split/config.h
@@ -16,9 +16,6 @@ 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_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
-
-#endif