summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
diff options
context:
space:
mode:
authorShayne Holmes <shayneh@qualtrics.com>2017-06-29 19:02:38 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-05 16:55:47 +0200
commitfdc2e8058b46f569a7a68ab21ef9cb3d20a9bdc2 (patch)
tree0a2b0ff09b4cc141392e78b8fc172fcdce172f51 /keyboards/planck
parentc41d40c4228d59639ed480f323156a338aefb9f8 (diff)
downloadqmk_firmware-fdc2e8058b46f569a7a68ab21ef9cb3d20a9bdc2.tar.gz
qmk_firmware-fdc2e8058b46f569a7a68ab21ef9cb3d20a9bdc2.tar.xz
Allow broader send_string layout customizability via compile flag
Refactor new-ish JIS_KEYCODE send_string implementation with existing send_string Reshuffle JIS in line with other alternative keycodes for sendstring, and make them all accessible via compile-time options Add a separate function to allow sending a string with a delay.
Diffstat (limited to 'keyboards/planck')
-rw-r--r--keyboards/planck/keymaps/rai-suta/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/rai-suta/Makefile b/keyboards/planck/keymaps/rai-suta/Makefile
index 4263440ec..5238d3201 100644
--- a/keyboards/planck/keymaps/rai-suta/Makefile
+++ b/keyboards/planck/keymaps/rai-suta/Makefile
@@ -21,7 +21,7 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# Option defines
-OPT_DEFS += -DJIS_KEYCODE
+OPT_DEFS += -DSENDSTRING_JIS_KEYCODE
ifndef QUANTUM_DIR
include ../../../../Makefile