diff options
author | MakotoKurauchi <pluis@me.com> | 2018-07-13 02:23:30 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-12 10:23:30 -0700 |
commit | f30d6dd7858dfa3a0cf214113e8b1d45b30d74ce (patch) | |
tree | f37014dcb6efcc4cebf48300271fb7236d9fbb5e /keyboards/helix/rev2/keymaps/five_rows_jis | |
parent | e3299db9e33304589d75a5dc332a6c5c484a82be (diff) | |
download | qmk_firmware-f30d6dd7858dfa3a0cf214113e8b1d45b30d74ce.tar.gz qmk_firmware-f30d6dd7858dfa3a0cf214113e8b1d45b30d74ce.zip |
Helix config refine (#3374)
* helix config.h refine
Diffstat (limited to 'keyboards/helix/rev2/keymaps/five_rows_jis')
-rw-r--r-- | keyboards/helix/rev2/keymaps/five_rows_jis/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/helix/rev2/keymaps/five_rows_jis/config.h b/keyboards/helix/rev2/keymaps/five_rows_jis/config.h index 17c4a30b34..b4390551ef 100644 --- a/keyboards/helix/rev2/keymaps/five_rows_jis/config.h +++ b/keyboards/helix/rev2/keymaps/five_rows_jis/config.h @@ -21,8 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef CONFIG_USER_H #define CONFIG_USER_H -#include "../../config.h" - /* Use I2C or Serial */ #define USE_I2C @@ -59,8 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #error "expected HELIX_ROWS 4 or 5" #endif -#define USE_SERIAL_PD2 - #define PREVENT_STUCK_MODIFIERS #define TAPPING_FORCE_HOLD #define TAPPING_TERM 100 |