summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-18Merge pull request #1408 from fredizzimo/fix_build_improve_travisJack Humbert3-6/+16
Fix the two failing keymaps and improve the travis build script
2017-06-18Make only modified keymapsFred Sundvik1-3/+13
2017-06-18Merge pull request #1361 from fredizzimo/ergodox_infinity_backlightJack Humbert11-35/+139
Add Ergodox Infinity backlight support
2017-06-18Add missing include to Ergodox Belak keymapFred Sundvik1-0/+1
2017-06-18Don't define RGBLED_NUM in let-split khord keymapFred Sundvik1-2/+0
It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different.
2017-06-18Always build everything on masterFred Sundvik1-1/+2
2017-06-18Make all subprojects when a keymap is modifiedFred Sundvik1-1/+1
2017-06-18Added personal keymap with underglow, right shift, numpad, and bright hidden ↵root3-0/+408
behind raise/lower
2017-06-18Atreus52- moved parens and braces to left hand.Jonas Rogers1-3/+3
2017-06-18Atreus52- made dvorak layer default.Jonas Rogers1-9/+9
2017-06-18Atreus52- added software reset key.Jonas Rogers1-5/+13
2017-06-18Atreus52- Modified BDO map.Jonas1-2/+2
2017-06-18Atreus52- BDO keymap.Jonas1-8/+8
2017-06-18Atreus52- Added Nav layer keymap.jprmesh1-2/+10
2017-06-18Atreus52- Reworked keymap to be more 40% like.Jonas1-7/+17
2017-06-18Atreus52- Swapped thumb keys.jprmesh1-2/+2
2017-06-18Atreus52- Last changes to config to get it workin.jprmesh1-0/+8
2017-06-18Atreus52- Some keymap changes.jprmesh1-18/+8
2017-06-18Atreus52- Fixed spacing and changed to KC_KEYMAP macro.jprMesh1-25/+25
2017-06-18Atreus52- finished initial keymap layout.jprmesh1-24/+27
2017-06-18Atreus52- Fixed config.jprmesh2-14/+0
2017-06-18Atreus52- Fixed Qwerty Dvorak switchjprmesh1-11/+7
2017-06-18Atreus52- Changed to KEYMAP macro format.jprmesh1-33/+27
2017-06-18Atreus52- Initial Atreus52 file creation.jprMesh4-0/+128
2017-06-18Merge pull request #1401 from geofflane/s65_x_fixes3Jack Humbert2-8/+8
S65-X Fixes Part 3
2017-06-18Merge pull request #1402 from belak/tv44-belak-tap-magicJack Humbert2-27/+82
tv44: Rearrange belak keymap and add some tap dance magic
2017-06-18Merge pull request #1403 from Wraul/kmac-fixesJack Humbert9-104/+104
KMAC fixes
2017-06-17Unify KMAC code indentationMathias Andersson6-94/+94
It's a little unclear what the style guidelines are for the QMK project. But I figured that I should at least keep the indentation consistent within the KMAC part.
2017-06-17Enable backlight support by default for KMACMathias Andersson1-1/+1
2017-06-17Correct layer switching in KMAC keymap readmesMathias Andersson2-2/+2
2017-06-17Fix some KMAC code formatingMathias Andersson4-16/+16
2017-06-17Don't include the console by default on the KMACMathias Andersson3-3/+3
2017-06-17tv44: Rearrange belak keymap and add some tap dance magicKaleb Elwert2-27/+82
2017-06-16Added Grave Escape (#1391)jamesofarrell2-0/+11
* added QK_GRAVE_ESC and KC_GESC * fixed name * Fixed keycode emnu * Removed layer check, added left and right GUI mod detection for OSX GUI+~
2017-06-16Merge pull request #1400 from belak/belak-ergodox-themeJack Humbert5-0/+522
ergodox: initial addition of belak theme
2017-06-16Merge pull request #1398 from belak/tv44-keymap-changesJack Humbert12-183/+243
TV44 keymap changes
2017-06-16tv44: add belak keymapKaleb Elwert3-0/+68
2017-06-16ergodox: initial addition of belak themeKaleb Elwert5-0/+522
Imported from external repo https://github.com/belak/ergodox-layout at commit 233008ad8c46a85cb118fca0be093c3e751075b0
2017-06-16Fix home and end to be on <>Geoff Lane2-4/+4
2017-06-16LED control on the BL layerGeoff Lane2-4/+4
2017-06-16Make sure backlight is in the range 0-100Fred Sundvik1-1/+1
2017-06-16Make sure that the backlight level is within the right rangeFred Sundvik1-0/+3
2017-06-16Correctly calculate backlight levelFred Sundvik1-1/+1
2017-06-15Fix typo in BACKLIGHT_ENABLEFred Sundvik1-2/+2
2017-06-15tv44: update tong92 keymap to use KEYMAP macroKaleb Elwert1-31/+31
2017-06-15tv44: update xyverz keymap to use KEYMAP macroKaleb Elwert1-36/+36
2017-06-15tv44: update default keymap to use KEYMAP macroKaleb Elwert1-37/+41
2017-06-15tv44: update jeebak keymap to use new macros and remove custom onesKaleb Elwert2-30/+9
2017-06-15tv44: update smt keymap to use new macros and remove custom onesKaleb Elwert3-45/+9
2017-06-15tv44: Fix up the KEYMAP macroKaleb Elwert1-4/+49
Previously KEYMAP referred to the KEYMAP_ARROW layout and had 45 keys. It makes more sense for the default keymap to be the 44 key layout, as is implied by the name. Additionally keymaps for all other known layouts have been added: KEYMAP - base layout KEYMAP_ARROW - additional key in bottom right KEYMAP_COMMAND - additional key in bottom left KEYMAP_ARROW_COMMAND - combination of KEYMAP_ARROW and KEYMAP_COMMAND