summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/rai-suta/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-131-105/+0
|
* Remove legacy international keycodes (#18588)Ryan2022-10-091-6/+6
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-151-1/+1
|
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-20/+19
|
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-3/+0
|
* Add C(), A() and G() to match already existing S() (#4673)fauxpark2019-01-251-1/+0
|
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial files for rev 6 with encoder * music map init, dip scan added * adds ws2812 driver for arm * flesh out dip and encoder support * adds default encoder res * adds default encoder res * start muse implementation * muse working with encoder as control * flip direction * try mouse wheel again * dont break other revs * dont break other revs * conditional autio * pwm ws driver (not working) * update build includes for chibios * update ws2812 driver/config * last commit for glasser code * working example * remove rgb for now * finish up rev6 * working encoder keycodes * add warnings to planck keymaps about the LAYOUT
* Pull out sendstring variations to their own files.Shayne Holmes2017-07-051-0/+2
| | | | | | | | | | | 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.
* Add a keymap for testing JIS_KEYCODE.rai-suta2017-06-261-0/+107