summaryrefslogtreecommitdiffstats
path: root/keyboards/fourier/config.h
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2018-12-14 23:25:32 +0100
committerDrashna Jaelre <drashna@live.com>2018-12-14 23:25:32 +0100
commitbb5262de0790ed3f4f91de20fad6e13fc0ffddc5 (patch)
tree48a73db53aabbb2b6b4e8b4c055cd292a6f7966d /keyboards/fourier/config.h
parentcb149650efd07cbdc3cacb1fe2eb58f17eee5965 (diff)
downloadqmk_firmware-bb5262de0790ed3f4f91de20fad6e13fc0ffddc5.tar.gz
qmk_firmware-bb5262de0790ed3f4f91de20fad6e13fc0ffddc5.tar.xz
Keyboard: Refactor fourier to use split common code (#4582)
* Refactor fourier to use split common code * Refactor fourier to use split common code - fix handedness when not using EE_HANDS or MASTER_LEFT * add SOFT_SERIAL_PIN config
Diffstat (limited to 'keyboards/fourier/config.h')
-rw-r--r--keyboards/fourier/config.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/fourier/config.h b/keyboards/fourier/config.h
index 8f0524f97..cfb6bf4ff 100644
--- a/keyboards/fourier/config.h
+++ b/keyboards/fourier/config.h
@@ -16,13 +16,6 @@ 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_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
-
-#ifdef SUBPROJECT_rev1
- #include "rev1/config.h"
-#endif
-
-#endif