summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12/bakingpy/config.h
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2018-08-13 21:05:58 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-13 21:05:58 +0200
commit05b7383703d9e7bb68f29765adf865ba78facf2d (patch)
tree63420634e49af91a45a87119fba077ef76cd7f05 /layouts/community/ortho_4x12/bakingpy/config.h
parent39256c2449c9c56562f3110f8655fdaf3e2cd5cc (diff)
downloadqmk_firmware-05b7383703d9e7bb68f29765adf865ba78facf2d.tar.gz
qmk_firmware-05b7383703d9e7bb68f29765adf865ba78facf2d.tar.xz
Keyboard: Refactor Levinson to use split common code (#3639)
* Migrate Levinson to use split_common code * Update keymap
Diffstat (limited to 'layouts/community/ortho_4x12/bakingpy/config.h')
-rw-r--r--layouts/community/ortho_4x12/bakingpy/config.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/layouts/community/ortho_4x12/bakingpy/config.h b/layouts/community/ortho_4x12/bakingpy/config.h
index 77fa69ad7..a90f38001 100644
--- a/layouts/community/ortho_4x12/bakingpy/config.h
+++ b/layouts/community/ortho_4x12/bakingpy/config.h
@@ -1,7 +1,4 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include QMK_KEYBOARD_CONFIG_H
+#pragma once
/* Use I2C or Serial, not both */
@@ -9,7 +6,6 @@
// #define USE_I2C
/* Select hand configuration */
-
#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS
@@ -26,5 +22,3 @@
#ifdef AUDIO_ENABLE
#define C6_AUDIO
#endif
-
-#endif