Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | keymap_extras: remove direct `quantum.h` includes (#21485) | Ryan | 2023-07-09 | 1 | -0/+1 |
| | |||||
* | Fix formatting for sendstring LUTs (#7176) | fauxpark | 2019-10-28 | 1 | -14/+17 |
| | |||||
* | clang-format changes | skullY | 2019-08-30 | 1 | -15/+14 |
| | |||||
* | Sendstring LUT improvements (#5727) | fauxpark | 2019-07-15 | 1 | -22/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Align sendstring LUTs to 9 characters wide * Replace 0 with XXXXXXX * Use decimal 128 for LUT size * Align heading comments * Add ASCII table comments * Add missing AltGr LUTs and adjust keycode LUTs accordingly * Use pragma once * Correct a couple more keycodes * Capitalise "BÉPO" * Also clean up the default tables * Tidy up Belgian and Norman LUTs | ||||
* | Pull out sendstring variations to their own files. | Shayne Holmes | 2017-07-05 | 1 | -0/+41 |
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. |