1
0
Fork 0

Keyboard: Migrate Quefrency to use split common files (#3642)

This commit is contained in:
Danny 2018-08-15 12:27:34 -04:00 committed by Drashna Jaelre
parent ad2bb529c7
commit 89838d0939
13 changed files with 10 additions and 1117 deletions

View file

@ -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