summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/ibm_terminal/keymaps/priyadi/config.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-11-13 17:26:55 +0100
committerDrashna Jaelre <drashna@live.com>2018-11-13 17:26:55 +0100
commit7e87532ec261bcc30d7fa5dfc5bf6427e2d3d36e (patch)
tree8afaabc3a405debe4b964829c72fe9172cde9641 /keyboards/converter/ibm_terminal/keymaps/priyadi/config.h
parent709bf386f4429687a8ec73ebd29193e5f209461b (diff)
downloadqmk_firmware-7e87532ec261bcc30d7fa5dfc5bf6427e2d3d36e.tar.gz
qmk_firmware-7e87532ec261bcc30d7fa5dfc5bf6427e2d3d36e.tar.xz
converter/ibm_terminal Refactor and Configurator support (#4414)
* IBM Terminal converter: layout macro refactor - Renamed KEYMAP to LAYOUT - Renamed KEYMAP_101 to LAYOUT_101 - minor matrix array fixes * IBM Terminal converter: default keymap refactor - Updated layout macro names - Updated to #include QMK_KEYBOARD_H - config.h updated to use #pragma once * IBM Terminal converter: priyadi keymap refactor - Updated layout macro names - Updated to #include QMK_KEYBOARD_H - Removed redundant KC_TRNS and KC_NO defines - config.h updated to use #pragma once * IBM Terminal converter: Configurator support * IBM Terminal converter: readme cleanup Updated markdown formatting. * IBM Terminal converter: readme rename Renamed file to fully lowercase.
Diffstat (limited to 'keyboards/converter/ibm_terminal/keymaps/priyadi/config.h')
-rw-r--r--keyboards/converter/ibm_terminal/keymaps/priyadi/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/converter/ibm_terminal/keymaps/priyadi/config.h b/keyboards/converter/ibm_terminal/keymaps/priyadi/config.h
index 7fa3bf328..271f48d00 100644
--- a/keyboards/converter/ibm_terminal/keymaps/priyadi/config.h
+++ b/keyboards/converter/ibm_terminal/keymaps/priyadi/config.h
@@ -1,6 +1,3 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
+#pragma once
-#include "../../config.h"
-
-#endif
+// place overrides here