diff options
author | Danny <nooges@users.noreply.github.com> | 2018-08-13 15:05:58 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-13 12:05:58 -0700 |
commit | 05b7383703d9e7bb68f29765adf865ba78facf2d (patch) | |
tree | 63420634e49af91a45a87119fba077ef76cd7f05 /keyboards/levinson/keymaps/default | |
parent | 39256c2449c9c56562f3110f8655fdaf3e2cd5cc (diff) |
Keyboard: Refactor Levinson to use split common code (#3639)
* Migrate Levinson to use split_common code
* Update keymap
Diffstat (limited to 'keyboards/levinson/keymaps/default')
-rw-r--r-- | keyboards/levinson/keymaps/default/config.h | 8 | ||||
-rw-r--r-- | keyboards/levinson/keymaps/default/rules.mk | 5 |
2 files changed, 4 insertions, 9 deletions
diff --git a/keyboards/levinson/keymaps/default/config.h b/keyboards/levinson/keymaps/default/config.h index 6b31e8d14e..e710d6e4aa 100644 --- a/keyboards/levinson/keymaps/default/config.h +++ b/keyboards/levinson/keymaps/default/config.h @@ -3,6 +3,7 @@ This is the c configuration file for the keymap 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 @@ -18,10 +19,7 @@ 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_USER_H -#define CONFIG_USER_H - -#include "config_common.h" +#pragma once /* Use I2C or Serial, not both */ @@ -33,5 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MASTER_LEFT // #define MASTER_RIGHT // #define EE_HANDS - -#endif diff --git a/keyboards/levinson/keymaps/default/rules.mk b/keyboards/levinson/keymaps/default/rules.mk index 457a3d01d4..d7463419b4 100644 --- a/keyboards/levinson/keymaps/default/rules.mk +++ b/keyboards/levinson/keymaps/default/rules.mk @@ -1,3 +1,2 @@ -ifndef QUANTUM_DIR - include ../../../../Makefile -endif +RGBLIGHT_ENABLE = yes +BACKLIGHT_ENABLE = yes |