summaryrefslogtreecommitdiff
path: root/keyboard
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
parent1c9f33c06a6ef18c9c21e5841180af5ae554c34b (diff)
new line/tab in send_string
Diffstat (limited to 'keyboard')
-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 4b9c15e084..0968f61335 100644
--- a/keyboard/planck/keymaps/experimental/keymap.c
+++ b/keyboard/planck/keymaps/experimental/keymap.c
@@ -316,8 +316,7 @@ void matrix_scan_user(void) {
leader_end();
SEQ_ONE_KEY(KC_F) {
- register_code(KC_S);
- unregister_code(KC_S);
+ send_string("if yes\n\tpeanut butter\nelse\n\trice snacks");
}
SEQ_TWO_KEYS(KC_A, KC_S) {
register_code(KC_H);