Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove keymaps that still reference legacy macros (#18693) | Joel Challis | 2022-10-13 | 1 | -252/+0 |
| | |||||
* | Remove legacy keycodes, part 3 (#18669) | Ryan | 2022-10-11 | 1 | -1/+1 |
| | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR` | ||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | 2020 February 29 Breaking Changes Update (#8064) | James Young | 2020-02-29 | 1 | -66/+60 |
| | |||||
* | Remove KC_DELT alias in favor of KC_DEL (#6327) | Konstantin Đorđević | 2019-08-30 | 1 | -2/+2 |
| | | | | | | * Remove KC_DELT alias in favor of KC_DEL * Add changelog | ||||
* | Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154) | fauxpark | 2019-02-17 | 1 | -4/+0 |
| | |||||
* | Remove empty fn_actions[] | fauxpark | 2019-01-11 | 1 | -3/+0 |
| | |||||
* | Adds support for Planck Rev 6 (#2666) | Jack Humbert | 2018-07-16 | 1 | -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 | ||||
* | update keymaps to not be the canonical file | Jack Humbert | 2017-10-15 | 1 | -2/+0 |
| | |||||
* | Remove PLAY_NOTE_ARRAY usages to get rid of warning. | Joe Wasson | 2017-08-20 | 1 | -7/+7 |
| | |||||
* | Fix spelling of "persistent" | Nikolaus Wittenstein | 2017-05-11 | 1 | -4/+4 |
| | | | | Fixes #1201. | ||||
* | Add OS specific layers that can be switched with macros (#436) | Peter | 2016-06-23 | 1 | -16/+57 |
| | |||||
* | Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432) | Jack Humbert | 2016-06-21 | 1 | -0/+225 |
* fixes from tmk's repo * rename keyboard to keyboards |