summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/bone2planck/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* `keymap_extras`: Remove deprecated defines (#12949)Ryan2021-07-061-8/+8
|
* Remove unused `action_get_macro()` usages in user files (#11165)Ryan2021-01-111-19/+0
|
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-42/+38
|
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-4/+0
|
* Remove empty fn_actions[]fauxpark2019-01-111-5/+0
|
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-39/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* changed super key to left super key (#2631)Jason Janse van Rensburg2018-03-271-1/+1
|
* updated layout & readmeVoodaGod2017-02-091-28/+30
|
* updated bone2planck keymap & readmeVoodaGod2017-02-091-11/+12
|
* Merge branch 'master'Jason Janse van Rensburg2016-08-301-2/+1
|\ | | | | | | | | Conflicts: keyboards/planck/keymaps/bone2planck/keymap.c
| * remove unnecessary includesSeth Chandler2016-07-271-2/+0
| |
| * fix numerous errors in bone2planck keymapSeth Chandler2016-07-271-10/+10
| |
* | added config.h, and missing Ins of filpped navigation layerJason Janse van Rensburg2016-07-261-3/+3
| |
* | added missing F keys in flipped layerJason Janse van Rensburg2016-07-251-6/+6
| |
* | moved insertJason Janse van Rensburg2016-07-241-5/+5
| |
* | moved ctrlJason Janse van Rensburg2016-07-241-11/+12
| |
* | fixed stupid errorsJason Janse van Rensburg2016-07-241-12/+17
|/
* fixed include pathsJason Janse van Rensburg2016-07-201-16/+16
|
* reformatJason Janse van Rensburg2016-07-201-16/+16
|
* updated bone2planckJason Janse van Rensburg2016-07-201-65/+111
|
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-0/+112
* fixes from tmk's repo * rename keyboard to keyboards