summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/hot-leaf-juice/qmk_firmwareCallum Oakley2016-09-290-0/+0
|\
| * added en-dash and gbp keys and updated readmeCallum Oakley2016-09-292-96/+91
| |
| * big restructure now I only have to consider macOS, also added mouse, more ↵Callum Oakley2016-09-281-23/+116
| | | | | | | | function keys, and some neat macros
| * removed windows layer and updated brightness keys for macOS SierraCallum Oakley2016-09-281-76/+14
| |
| * changed RALT to LALT on WindowsCallum Oakley2016-09-281-1/+1
| |
| * fixed commentsCallum Oakley2016-09-281-10/+10
| |
| * Update readme.mdCallum Oakley2016-09-281-9/+9
| |
| * Update readme.mdCallum Oakley2016-09-281-2/+2
| |
| * updated readmeCallum Oakley2016-09-282-28/+83
| |
| * added close key for alt-f4 macroCallum Oakley2016-09-281-3/+14
| |
| * added a toggle between Mac and Windows base layers (with swapped cmd and ctrl)Callum Oakley2016-09-281-11/+48
| |
* | added en-dash and gbp keys and updated readmeCallum Oakley2016-09-292-96/+91
| |
* | big restructure now I only have to consider macOS, also added mouse, more ↵Callum Oakley2016-09-291-23/+116
| | | | | | | | function keys, and some neat macros
* | removed windows layer and updated brightness keys for macOS SierraCallum Oakley2016-09-291-76/+14
| |
* | changed RALT to LALT on WindowsCallum Oakley2016-09-291-1/+1
| |
* | fixed commentsCallum Oakley2016-09-291-10/+10
| |
* | Update readme.mdCallum Oakley2016-09-291-9/+9
| |
* | Update readme.mdCallum Oakley2016-09-291-2/+2
| |
* | updated readmeCallum Oakley2016-09-292-28/+83
| |
* | added close key for alt-f4 macroCallum Oakley2016-09-291-3/+14
| |
* | added a toggle between Mac and Windows base layers (with swapped cmd and ctrl)Callum Oakley2016-09-291-11/+48
| |
* | Merge pull request #790 from IBNobody/masterJack Humbert2016-09-289-543/+574
|\ \ | |/ |/| Fix #770, Fix #779, Update Vision
| * Fix #770, Fix #779IBNobody2016-09-282-7/+4
| |
| * Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2016-09-288-30/+313
| |\ | |/ |/|
* | Merge pull request #786 from mannkind/patch-1Jack Humbert2016-09-251-3/+5
|\ \ | | | | | | Fix lets_split.c so that audio can be disabled
| * | Fix lets_split.c so that audio can be disabledDustin2016-09-251-3/+5
|/ / | | | | Matching the use of `#ifdef AUDIO_ENABLE` used in `matrix_init_kb()` in order to compile firmware for the Let's Split keyboard without audio enabled.
* | Merge pull request #785 from jcowgar/masterJack Humbert2016-09-252-0/+111
|\ \ | | | | | | Added Jeremy’s Atreus Layout
| * | Added Jeremy’s Atreus LayoutJeremy Cowgar2016-09-252-0/+111
| | |
* | | Merge pull request #784 from Dbroqua/masterJack Humbert2016-09-252-0/+79
|\ \ \ | | | | | | | | Added dbroqua layout for HHKB keyboard
| * | | - Added dbroqua layout for HHKB keyboarddbroqua2016-09-252-0/+79
| | | |
| * | | Merge pull request #5 from jackhumbert/masterDamien2016-09-2543-499/+2017
| |\| | | | | | | | | | Merge from jackhumbert
* | | | Merge pull request #781 from cbbrowne/masterJack Humbert2016-09-253-27/+118
|\ \ \ \ | |_|/ / |/| | | Recent enhancements to keyboard map
| * | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne2016-09-2310-3/+367
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne2016-09-2315-477/+628
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne2016-09-2217-20/+1017
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne2016-09-212-5/+9
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne2016-09-1923-286/+912
| |\ \ \ \ \ \ \
| * | | | | | | | Add breathing, as initial implementation with the RAISE/LOWER keys. And ↵cbbrowne2016-09-162-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | throw in extra macros to shorten keymaps
| * | | | | | | | Move ALT...cbbrowne2016-09-152-5/+17
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne2016-09-153-6/+9
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Got Right SHIFT + Right CTRLcbbrowne2016-09-132-3/+10
| | | | | | | | | |
| * | | | | | | | | 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
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne2016-09-1218-35/+1233
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Ongoing experiment; have a special layer for RESETcbbrowne2016-09-122-6/+61
| | | | | | | | | | |
| | | | | | | | | | * Updating Vision to beta layout.IBNobody2016-09-287-536/+570
| | | | | | | | | | |
| | | | | | | | | | * Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2016-09-2543-500/+2014
| | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of github.com:jackhumbert/qmk_firmwareErez Zukerman2016-09-2310-3/+367
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #778 from TerryMathews/masterJack Humbert2016-09-239-0/+363
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Establish support for TADA68