summaryrefslogtreecommitdiffstats
path: root/keyboards/levinson/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 /keyboards/levinson/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 'keyboards/levinson/config.h')
-rw-r--r--keyboards/levinson/config.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/levinson/config.h b/keyboards/levinson/config.h
index 591c656a2..ca0c79e55 100644
--- a/keyboards/levinson/config.h
+++ b/keyboards/levinson/config.h
@@ -1,6 +1,7 @@
/*
Copyright 2012 Jun Wako <wakojun@gmail.com>
Copyright 2015 Jack Humbert
+Copyright 2018 Danny Nguyen <danny@keeb.io>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,11 +22,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
-#ifdef SUBPROJECT_rev1
- #include "rev1/config.h"
-#endif
-#ifdef SUBPROJECT_rev2
- #include "rev2/config.h"
-#endif
-
#endif