summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/cbbrowne/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Add breathing, as initial implementation with the RAISE/LOWER keys. And ↵cbbrowne2016-09-161-4/+13
| | | | throw in extra macros to shorten keymaps
* Move ALT...cbbrowne2016-09-151-1/+2
|
* Got Right SHIFT + Right CTRLcbbrowne2016-09-131-2/+4
|
* C macros for my favorite complex keystrokescbbrowne2016-09-131-11/+18
|
* Give layers longer namescbbrowne2016-09-131-5/+5
|
* Give layers longer namescbbrowne2016-09-131-20/+20
|
* Ongoing experiment; have a special layer for RESETcbbrowne2016-09-121-3/+41
|
* Borrowed joint Shift/Enter idea from sgoodwin mappingcbbrowne2016-09-071-1/+1
|
* Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne2016-08-041-0/+1
|\
| * Generate version information to version.hFred Sundvik2016-07-311-0/+1
| | | | | | | | So that only the files that really needs a version are recompiled.
* | I did not like Space Cadet paren; it jumps in in way too many extra casesChristopher Browne2016-07-121-1/+1
| |
* | Use Space Cadet parens on LSFTChristopher Browne2016-06-221-1/+1
| |
* | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-06-221-7/+9
|/
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-0/+173
* fixes from tmk's repo * rename keyboard to keyboards