summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/rai-suta/Makefile
Commit message (Collapse)AuthorAge
* remove all makefiles from keyboard directoriesJack Humbert2017-09-27
|
* Pull out sendstring variations to their own files.Shayne Holmes2017-07-05
| | | | | | | | | | | Instead of having all sendstring keycode mappings in the main quantum.c file, give each one its own file in keymap_extras that can be #included in a user's keymap. If one is included, it will define the appropriate lookup tables and overwrite the weak definitions in quantum.c. (Including more than one sendstring definition will fail at compile time.) Update @rai-suta's test keymap to match, as well as the documentation.
* Allow broader send_string layout customizability via compile flagShayne Holmes2017-07-05
| | | | | | | | | | 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.
* Add a keymap for testing JIS_KEYCODE.rai-suta2017-06-26