summaryrefslogtreecommitdiffstats
path: root/keyboards/levinson/levinson.h
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2017-11-01 04:58:38 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-01 04:58:38 +0100
commit83af62322cfe8cbe23f404ec5fa857679dc44cea (patch)
tree2a779f60a35b4ef0a373ac4aa59e64821dec749d /keyboards/levinson/levinson.h
parent2d77f9cbb9ea13b7f967917e8d0559856be36046 (diff)
downloadqmk_firmware-83af62322cfe8cbe23f404ec5fa857679dc44cea.tar.gz
qmk_firmware-83af62322cfe8cbe23f404ec5fa857679dc44cea.tar.xz
Add Levinson rev2 (#1939)
* Add levinson rev2 files * Add hexwire keymap * Remove redefinition of backlight defines
Diffstat (limited to 'keyboards/levinson/levinson.h')
-rw-r--r--keyboards/levinson/levinson.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/levinson/levinson.h b/keyboards/levinson/levinson.h
index 896c5232f..3d616195f 100644
--- a/keyboards/levinson/levinson.h
+++ b/keyboards/levinson/levinson.h
@@ -3,7 +3,11 @@
#include "quantum.h"
-#include "rev1.h"
+#ifdef KEYBOARD_levinson_rev1
+ #include "rev1.h"
+#else
+ #include "rev2.h"
+#endif
// Used to create a keymap using only KC_ prefixed keys
#define KC_KEYMAP( \