diff options
author | Joel Challis <git@zvecr.com> | 2022-07-31 20:32:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-31 12:32:45 -0700 |
commit | 2f19579d3f2c8b4041f0128976c00136c5a6a32d (patch) | |
tree | 6e2040ef4c4574edffe09b0386c6574c890e0ba5 /keyboards/yosino58/keymaps/default/config.h | |
parent | b03a7cef7555119f1cdee95b0c08cafd9f1f18eb (diff) |
Convert yosino58 to use split common (#17861)
Diffstat (limited to 'keyboards/yosino58/keymaps/default/config.h')
-rw-r--r-- | keyboards/yosino58/keymaps/default/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/yosino58/keymaps/default/config.h b/keyboards/yosino58/keymaps/default/config.h index 21fc2d3b54..aa3caa3d06 100644 --- a/keyboards/yosino58/keymaps/default/config.h +++ b/keyboards/yosino58/keymaps/default/config.h @@ -20,17 +20,12 @@ 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 SSD1306_128X64 - #define TAPPING_FORCE_HOLD #define TAPPING_TERM 100 @@ -40,4 +35,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_LIMIT_VAL 120 #define RGBLIGHT_HUE_STEP 10 #define RGBLIGHT_SAT_STEP 17 -#define RGBLIGHT_VAL_STEP 17
\ No newline at end of file +#define RGBLIGHT_VAL_STEP 17 |