diff options
author | Shayne Holmes <shayneh@qualtrics.com> | 2017-06-29 10:02:38 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-05 10:55:47 -0400 |
commit | fdc2e8058b46f569a7a68ab21ef9cb3d20a9bdc2 (patch) | |
tree | 0a2b0ff09b4cc141392e78b8fc172fcdce172f51 /keyboards/planck/keymaps/rai-suta | |
parent | c41d40c4228d59639ed480f323156a338aefb9f8 (diff) |
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/keymaps/rai-suta')
-rw-r--r-- | keyboards/planck/keymaps/rai-suta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/rai-suta/Makefile b/keyboards/planck/keymaps/rai-suta/Makefile index 4263440ec1..5238d3201c 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 |