aboutsummaryrefslogtreecommitdiff
path: root/keyboards/sofle
diff options
context:
space:
mode:
authorJosef Adamcik <josef.adamcik@gmail.com>2020-05-18 13:11:22 +0200
committerJosef Adamcik <josef.adamcik@gmail.com>2020-05-18 13:11:22 +0200
commitfb9425df827400f040c6760eff11c4b980a76a99 (patch)
tree11e62f3776d5d94515c21eb23e40aa9c8505d06c /keyboards/sofle
parent22ad35b22575b1ff4a1b68d86a01a25c4a39fa5f (diff)
downloadqmk_firmware-fb9425df827400f040c6760eff11c4b980a76a99.tar.gz
qmk_firmware-fb9425df827400f040c6760eff11c4b980a76a99.zip
Add TAP_CODE_DELAY 10. Fix a typo (compilation error)
Diffstat (limited to 'keyboards/sofle')
-rw-r--r--keyboards/sofle/keymaps/default/keymap.c2
-rw-r--r--keyboards/sofle/rev1/config.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/sofle/keymaps/default/keymap.c b/keyboards/sofle/keymaps/default/keymap.c
index aa8fd15f8..38200bfb7 100644
--- a/keyboards/sofle/keymaps/default/keymap.c
+++ b/keyboards/sofle/keymaps/default/keymap.c
@@ -189,7 +189,7 @@ static void print_status_narrow(void) {
189 oled_write_ln_P(PSTR("Undef"), false); 189 oled_write_ln_P(PSTR("Undef"), false);
190 } 190 }
191 oled_write_P(PSTR("\n\n"), false); 191 oled_write_P(PSTR("\n\n"), false);
192 led_t led_usb_state = host_keyboard_led_state()(); 192 led_t led_usb_state = host_keyboard_led_state();
193 oled_write_ln_P(PSTR("CPSLK"), led_usb_state.caps_lock); 193 oled_write_ln_P(PSTR("CPSLK"), led_usb_state.caps_lock);
194} 194}
195 195
diff --git a/keyboards/sofle/rev1/config.h b/keyboards/sofle/rev1/config.h
index 154d1fae1..232306e0b 100644
--- a/keyboards/sofle/rev1/config.h
+++ b/keyboards/sofle/rev1/config.h
@@ -28,6 +28,8 @@
28#define ENCODERS_PAD_B_RIGHT { F5 } 28#define ENCODERS_PAD_B_RIGHT { F5 }
29#define ENCODER_RESOLUTION 2 29#define ENCODER_RESOLUTION 2
30 30
31#define TAP_CODE_DELAY 10
32
31/* communication between sides */ 33/* communication between sides */
32#define USE_SERIAL 34#define USE_SERIAL
33#define SERIAL_USE_MULTI_TRANSACTION 35#define SERIAL_USE_MULTI_TRANSACTION