Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-18 | Make only modified keymaps | Fred Sundvik | |
2017-06-18 | Merge pull request #1361 from fredizzimo/ergodox_infinity_backlight | Jack Humbert | |
Add Ergodox Infinity backlight support | |||
2017-06-18 | Add missing include to Ergodox Belak keymap | Fred Sundvik | |
2017-06-18 | Don't define RGBLED_NUM in let-split khord keymap | Fred Sundvik | |
It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different. | |||
2017-06-18 | Always build everything on master | Fred Sundvik | |
2017-06-18 | Make all subprojects when a keymap is modified | Fred Sundvik | |
2017-06-17 | Added personal keymap with underglow, right shift, numpad, and bright hidden ↵ | root | |
behind raise/lower | |||
2017-06-17 | Atreus52- moved parens and braces to left hand. | Jonas Rogers | |
2017-06-17 | Atreus52- made dvorak layer default. | Jonas Rogers | |
2017-06-17 | Atreus52- added software reset key. | Jonas Rogers | |
2017-06-17 | Atreus52- Modified BDO map. | Jonas | |
2017-06-17 | Atreus52- BDO keymap. | Jonas | |
2017-06-17 | Atreus52- Added Nav layer keymap. | jprmesh | |
2017-06-17 | Atreus52- Reworked keymap to be more 40% like. | Jonas | |
2017-06-17 | Atreus52- Swapped thumb keys. | jprmesh | |
2017-06-17 | Atreus52- Last changes to config to get it workin. | jprmesh | |
2017-06-17 | Atreus52- Some keymap changes. | jprmesh | |
2017-06-17 | Atreus52- Fixed spacing and changed to KC_KEYMAP macro. | jprMesh | |
2017-06-17 | Atreus52- finished initial keymap layout. | jprmesh | |
2017-06-17 | Atreus52- Fixed config. | jprmesh | |
2017-06-17 | Atreus52- Fixed Qwerty Dvorak switch | jprmesh | |
2017-06-17 | Atreus52- Changed to KEYMAP macro format. | jprmesh | |
2017-06-17 | Atreus52- Initial Atreus52 file creation. | jprMesh | |
2017-06-17 | Merge pull request #1401 from geofflane/s65_x_fixes3 | Jack Humbert | |
S65-X Fixes Part 3 | |||
2017-06-17 | Merge pull request #1402 from belak/tv44-belak-tap-magic | Jack Humbert | |
tv44: Rearrange belak keymap and add some tap dance magic | |||
2017-06-17 | Merge pull request #1403 from Wraul/kmac-fixes | Jack Humbert | |
KMAC fixes | |||
2017-06-17 | Unify KMAC code indentation | Mathias Andersson | |
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-17 | Enable backlight support by default for KMAC | Mathias Andersson | |
2017-06-17 | Correct layer switching in KMAC keymap readmes | Mathias Andersson | |
2017-06-17 | Fix some KMAC code formating | Mathias Andersson | |
2017-06-17 | Don't include the console by default on the KMAC | Mathias Andersson | |
2017-06-16 | tv44: Rearrange belak keymap and add some tap dance magic | Kaleb Elwert | |
2017-06-16 | Added Grave Escape (#1391) | jamesofarrell | |
* 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-16 | Merge pull request #1400 from belak/belak-ergodox-theme | Jack Humbert | |
ergodox: initial addition of belak theme | |||
2017-06-16 | Merge pull request #1398 from belak/tv44-keymap-changes | Jack Humbert | |
TV44 keymap changes | |||
2017-06-16 | tv44: add belak keymap | Kaleb Elwert | |
2017-06-16 | ergodox: initial addition of belak theme | Kaleb Elwert | |
Imported from external repo https://github.com/belak/ergodox-layout at commit 233008ad8c46a85cb118fca0be093c3e751075b0 | |||
2017-06-16 | Fix home and end to be on <> | Geoff Lane | |
2017-06-15 | LED control on the BL layer | Geoff Lane | |
2017-06-16 | Make sure backlight is in the range 0-100 | Fred Sundvik | |
2017-06-16 | Make sure that the backlight level is within the right range | Fred Sundvik | |
2017-06-16 | Correctly calculate backlight level | Fred Sundvik | |
2017-06-15 | Fix typo in BACKLIGHT_ENABLE | Fred Sundvik | |
2017-06-15 | tv44: update tong92 keymap to use KEYMAP macro | Kaleb Elwert | |
2017-06-15 | tv44: update xyverz keymap to use KEYMAP macro | Kaleb Elwert | |
2017-06-15 | tv44: update default keymap to use KEYMAP macro | Kaleb Elwert | |
2017-06-15 | tv44: update jeebak keymap to use new macros and remove custom ones | Kaleb Elwert | |
2017-06-15 | tv44: update smt keymap to use new macros and remove custom ones | Kaleb Elwert | |
2017-06-15 | tv44: Fix up the KEYMAP macro | Kaleb Elwert | |
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 | |||
2017-06-15 | Merge pull request #1397 from geofflane/s65x_fixes | Jack Humbert | |
S65x fixes |