aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tkc1800/keymaps/yanfali/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tkc1800/keymaps/yanfali/config.h')
-rw-r--r--keyboards/tkc1800/keymaps/yanfali/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/tkc1800/keymaps/yanfali/config.h b/keyboards/tkc1800/keymaps/yanfali/config.h
index e5de001a5..f1390cb03 100644
--- a/keyboards/tkc1800/keymaps/yanfali/config.h
+++ b/keyboards/tkc1800/keymaps/yanfali/config.h
@@ -14,10 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#ifndef CONFIG_USER_H 17#pragma once
18#define CONFIG_USER_H
19
20#include "../../config.h"
21 18
22//#define USE_I2C 19//#define USE_I2C
23//#define SSD1306OLED 20//#define SSD1306OLED
@@ -25,5 +22,3 @@
25#define SSD1306_ADDRESS 0x3C 22#define SSD1306_ADDRESS 0x3C
26 23
27// place overrides here 24// place overrides here
28
29#endif