diff options
author | Danny <nooges@users.noreply.github.com> | 2018-08-15 12:27:34 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-15 09:27:34 -0700 |
commit | 89838d0939f3370635b8f1c7068641430a6552ca (patch) | |
tree | d747eb69b3b2d0d57ff8bb19f7c978843612b612 /keyboards/quefrency/keymaps/default/config.h | |
parent | ad2bb529c795be066b279f52bebec03257992fc2 (diff) |
Keyboard: Migrate Quefrency to use split common files (#3642)
Diffstat (limited to 'keyboards/quefrency/keymaps/default/config.h')
-rw-r--r-- | keyboards/quefrency/keymaps/default/config.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/quefrency/keymaps/default/config.h b/keyboards/quefrency/keymaps/default/config.h index 20e49c4219..f9efe78c5b 100644 --- a/keyboards/quefrency/keymaps/default/config.h +++ b/keyboards/quefrency/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,14 +19,9 @@ 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 */ #define USE_SERIAL // #define USE_I2C - -#endif |