diff options
author | yfuku <30647434+yfuku@users.noreply.github.com> | 2020-11-10 14:07:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 16:07:12 +1100 |
commit | 7595f538562437fa6d13ede5be7a5a4b5d582c6b (patch) | |
tree | 8649d7399f8f5c5699a7a07cb85a38840d73cf3c /keyboards/claw44/keymaps/yfuku/config.h | |
parent | 8af767cb1d36222a4d0ec8286d346d4896e923d4 (diff) |
refactor SPLIT_KEYBOARD, OLED_DRIVER_ENABLE (#10405)
Diffstat (limited to 'keyboards/claw44/keymaps/yfuku/config.h')
-rw-r--r-- | keyboards/claw44/keymaps/yfuku/config.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/keyboards/claw44/keymaps/yfuku/config.h b/keyboards/claw44/keymaps/yfuku/config.h deleted file mode 100644 index 244ffa7096..0000000000 --- a/keyboards/claw44/keymaps/yfuku/config.h +++ /dev/null @@ -1,36 +0,0 @@ -/* -This is the c configuration file for the keymap - -Copyright 2012 Jun Wako <wakojun@gmail.com> -Copyright 2015 Jack Humbert - -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 -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - -#pragma once - -//#define USE_MATRIX_I2C - -/* Select hand configuration */ - -#define MASTER_LEFT -// #define MASTER_RIGHT -// #define EE_HANDS - -#define SSD1306OLED - -#define USE_SERIAL_PD2 - -#define TAPPING_TERM 180 -#define IGNORE_MOD_TAP_INTERRUPT |