diff options
Diffstat (limited to 'keyboards/demiurge/config.h')
-rwxr-xr-x | keyboards/demiurge/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/demiurge/config.h b/keyboards/demiurge/config.h index f20f07c584..c6d4bdec23 100755 --- a/keyboards/demiurge/config.h +++ b/keyboards/demiurge/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 @@ -33,8 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 -/* number of backlight levels */ - #ifdef BACKLIGHT_PIN #define BACKLIGHT_LEVELS 1 #endif |