aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/tylerwince/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated callbacks for encoders and dip switches (#13404)Drashna Jaelre2021-07-241-1/+1
|
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-191-1/+1
| | | | | * fix sat75 * update uint32_t to layer_state
* Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre2021-05-211-4/+5
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keymap] add planck/tylerwince (#6169)Tyler Wince2019-06-221-0/+294
* tylerwince keymap added * modifications for PR * remove legacy import * fix some build errors * fix layers * restore custom_keycodes * remove trailing commas * change persistent layer function * update light noeeprom * layer state set user * missing trailing " * changes to single_default_layer * added autoshift and made a couple mods * added planck layout * formatting * reset to upstream * updated some comments * remove EEP_RST * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com>