aboutsummaryrefslogtreecommitdiff
path: root/keyboard/planck
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-06-01 23:00:55 -0400
committerJack Humbert <jack.humb@gmail.com>2016-06-01 23:00:55 -0400
commit4635b4453335b61df11008fa907eef221db5912b (patch)
tree30d25a21327e5284f15249a819e3f769d8153309 /keyboard/planck
parent1c9f33c06a6ef18c9c21e5841180af5ae554c34b (diff)
downloadqmk_firmware-4635b4453335b61df11008fa907eef221db5912b.tar.gz
qmk_firmware-4635b4453335b61df11008fa907eef221db5912b.zip
new line/tab in send_string
Diffstat (limited to 'keyboard/planck')
-rw-r--r--keyboard/planck/keymaps/experimental/keymap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboard/planck/keymaps/experimental/keymap.c b/keyboard/planck/keymaps/experimental/keymap.c
index 4b9c15e08..0968f6133 100644
--- a/keyboard/planck/keymaps/experimental/keymap.c
+++ b/keyboard/planck/keymaps/experimental/keymap.c
@@ -316,8 +316,7 @@ void matrix_scan_user(void) {
316 leader_end(); 316 leader_end();
317 317
318 SEQ_ONE_KEY(KC_F) { 318 SEQ_ONE_KEY(KC_F) {
319 register_code(KC_S); 319 send_string("if yes\n\tpeanut butter\nelse\n\trice snacks");
320 unregister_code(KC_S);
321 } 320 }
322 SEQ_TWO_KEYS(KC_A, KC_S) { 321 SEQ_TWO_KEYS(KC_A, KC_S) {
323 register_code(KC_H); 322 register_code(KC_H);