aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | Atreus52- Reworked keymap to be more 40% like.Jonas2017-06-171-7/+17
| | | | | | | |
| | * | | | | | Atreus52- Swapped thumb keys.jprmesh2017-06-171-2/+2
| | | | | | | |
| | * | | | | | Atreus52- Last changes to config to get it workin.jprmesh2017-06-171-0/+8
| | | | | | | |
| | * | | | | | Atreus52- Some keymap changes.jprmesh2017-06-171-18/+8
| | | | | | | |
| | * | | | | | Atreus52- Fixed spacing and changed to KC_KEYMAP macro.jprMesh2017-06-171-25/+25
| | | | | | | |
| | * | | | | | Atreus52- finished initial keymap layout.jprmesh2017-06-171-24/+27
| | | | | | | |
| | * | | | | | Atreus52- Fixed config.jprmesh2017-06-172-14/+0
| | | | | | | |
| | * | | | | | Atreus52- Fixed Qwerty Dvorak switchjprmesh2017-06-171-11/+7
| | | | | | | |
| | * | | | | | Atreus52- Changed to KEYMAP macro format.jprmesh2017-06-171-33/+27
| | | | | | | |
| | * | | | | | Atreus52- Initial Atreus52 file creation.jprMesh2017-06-174-0/+128
| | | | | | | |
| * | | | | | | remove hardware files, move arrow padJack Humbert2017-06-1819-22008/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #1408 from fredizzimo/fix_build_improve_travisJack Humbert2017-06-183-6/+16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix the two failing keymaps and improve the travis build script
| | * | | | | | Make only modified keymapsFred Sundvik2017-06-181-3/+13
| | | | | | | |
| | * | | | | | Add missing include to Ergodox Belak keymapFred Sundvik2017-06-181-0/+1
| | | | | | | |
| | * | | | | | Don't define RGBLED_NUM in let-split khord keymapFred Sundvik2017-06-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different.
| | * | | | | | Always build everything on masterFred Sundvik2017-06-181-1/+2
| | | | | | | |
| | * | | | | | Make all subprojects when a keymap is modifiedFred Sundvik2017-06-181-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #1361 from fredizzimo/ergodox_infinity_backlightJack Humbert2017-06-1811-35/+139
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Add Ergodox Infinity backlight support
| | * | | | | Make sure backlight is in the range 0-100Fred Sundvik2017-06-161-1/+1
| | | | | | |
| | * | | | | Make sure that the backlight level is within the right rangeFred Sundvik2017-06-161-0/+3
| | | | | | |
| | * | | | | Correctly calculate backlight levelFred Sundvik2017-06-161-1/+1
| | | | | | |
| | * | | | | Fix typo in BACKLIGHT_ENABLEFred Sundvik2017-06-151-2/+2
| | | | | | |
| | * | | | | Add backlight support to the default Ergodox Infinity animationsFred Sundvik2017-06-033-11/+75
| | | | | | |
| | * | | | | Add backlight control to the IS31FL3731 driverFred Sundvik2017-06-031-4/+10
| | | | | | |
| | * | | | | Backlight level handling for the visualizerFred Sundvik2017-06-032-2/+37
| | | | | | |
| | * | | | | Turn off LED matrix by defaultFred Sundvik2017-06-031-2/+2
| | | | | | |
| | * | | | | Let BACKLIGHT_ENABLE control the Infinity LEDsFred Sundvik2017-06-036-16/+12
| | | | | | |
| * | | | | | Merge pull request #1401 from geofflane/s65_x_fixes3Jack Humbert2017-06-172-8/+8
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | S65-X Fixes Part 3
| | * | | | | | Fix home and end to be on <>Geoff Lane2017-06-162-4/+4
| | | | | | | |
| | * | | | | | LED control on the BL layerGeoff Lane2017-06-152-4/+4
| | | | | | | |
| * | | | | | | Merge pull request #1402 from belak/tv44-belak-tap-magicJack Humbert2017-06-172-27/+82
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tv44: Rearrange belak keymap and add some tap dance magic
| | * | | | | | | tv44: Rearrange belak keymap and add some tap dance magicKaleb Elwert2017-06-162-27/+82
| | | | | | | | |
| * | | | | | | | Merge pull request #1403 from Wraul/kmac-fixesJack Humbert2017-06-179-104/+104
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | KMAC fixes
| | * | | | | | | Unify KMAC code indentationMathias Andersson2017-06-176-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.
| | * | | | | | | Enable backlight support by default for KMACMathias Andersson2017-06-171-1/+1
| | | | | | | | |
| | * | | | | | | Correct layer switching in KMAC keymap readmesMathias Andersson2017-06-172-2/+2
| | | | | | | | |
| | * | | | | | | Fix some KMAC code formatingMathias Andersson2017-06-174-16/+16
| | | | | | | | |
| | * | | | | | | Don't include the console by default on the KMACMathias Andersson2017-06-173-3/+3
| |/ / / / / / /
| * / / / / / / Added Grave Escape (#1391)jamesofarrell2017-06-162-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+~
| * | | | | | Merge pull request #1400 from belak/belak-ergodox-themeJack Humbert2017-06-165-0/+522
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | ergodox: initial addition of belak theme
| | * | | | | | ergodox: initial addition of belak themeKaleb Elwert2017-06-165-0/+522
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Imported from external repo https://github.com/belak/ergodox-layout at commit 233008ad8c46a85cb118fca0be093c3e751075b0
| * | | | | | Merge pull request #1398 from belak/tv44-keymap-changesJack Humbert2017-06-1612-183/+243
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | TV44 keymap changes
| | * | | | | tv44: add belak keymapKaleb Elwert2017-06-163-0/+68
| | | | | | |
| | * | | | | tv44: update tong92 keymap to use KEYMAP macroKaleb Elwert2017-06-151-31/+31
| | | | | | |
| | * | | | | tv44: update xyverz keymap to use KEYMAP macroKaleb Elwert2017-06-151-36/+36
| | | | | | |
| | * | | | | tv44: update default keymap to use KEYMAP macroKaleb Elwert2017-06-151-37/+41
| | | | | | |
| | * | | | | tv44: update jeebak keymap to use new macros and remove custom onesKaleb Elwert2017-06-152-30/+9
| | | | | | |
| | * | | | | tv44: update smt keymap to use new macros and remove custom onesKaleb Elwert2017-06-153-45/+9
| | | | | | |
| | * | | | | tv44: Fix up the KEYMAP macroKaleb Elwert2017-06-151-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
| * | | | | Merge pull request #1397 from geofflane/s65x_fixesJack Humbert2017-06-154-161/+41
| |\ \ \ \ \ | | | | | | | | | | | | | | S65x fixes