aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-01-21Renamed JSON source of Ergodox Swiss GermanGravatar Andreas Schmidt
- Renamed the JSON source files for the layout description of the Ergodox Swiss German keymap
2017-01-21Correct layout description of ergodox swissgermanGravatar Andreas Schmidt
- Added missing HTML macros to media layer.
2017-01-21Removed Ergodox EZ & Infinity specific keymapsGravatar Andreas Schmidt
- Removed the keymaps for Swiss German spefic for Ergodox EZ and Infinity after previously merging them.
2017-01-21Merged keymap for Ergodox EZ & InfinityGravatar Andreas Schmidt
- Merged keymap for Ergodox EZ & Infinity into one single keymap using pre-processor macros.
2017-01-21Simplification and code polish on ps2avrGB directoryGravatar Luiz Ribeiro
2017-01-21Got ps2avrGB to work with the V-USB protocolGravatar Luiz Ribeiro
2017-01-21make shell layer more compatible with default layerGravatar lucwastiaux
2017-01-21Add Swiss German layout for Ergodox InfinityGravatar Andreas Schmidt
- Add Swiss German layout for Ergodox Infinity based on default layout for Ergodox EZ. - Minor changes in the event loop to prevent flashing display background lights.
2017-01-21Add Swiss German layout for Ergodox EZGravatar Andreas Schmidt
- Add Swiss German layout for Ergodox EZ based on default layout for Ergodox EZ. - Minor changes in the event loop to prevent flashing of leds.
2017-01-21couple of changes to the shell layerGravatar lucwastiaux
2017-01-20simplifyGravatar Callum Oakley
2017-01-19introduce shell_layerGravatar lucwastiaux
2017-01-18Merge pull request #1016 from arthurnn/patch-1Gravatar Jack Humbert
this is the atreus doc
2017-01-18this is the atreus docGravatar Arthur Nogueira Neves
2017-01-18Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar David Olsson
2017-01-17added mods status bit to visualizer.Gravatar SjB
Since we can't read the real_mods and oneshot_mods static variable directly within the update_user_visualizer_state function (Threading and serial link). We are know storing the mods states in the visualizer_keyboard_status_t structure. We can now display the status of the modifier keys on the LCD display.
2017-01-17Merge pull request #1013 from mitchlloyd/mitch-keymap-updateGravatar Jack Humbert
Update mitch layout for new keymaps
2017-01-17Update mitch layout for new keymapsGravatar Mitch Lloyd
2017-01-17Don't change ralt to lalt, it's really not the same thing on windows.Gravatar David Olsson
2017-01-17put shell nav under tab, introduce an OSL for the brackets layerGravatar lucwastiaux
2017-01-16whitespace fixesGravatar David Olsson
2017-01-16vi style arrow keys. Live unicode switch supportGravatar David Olsson
2017-01-17Merge branch 'master' into promethiumGravatar Priyadi Iman Nurcahyo
2017-01-15oneshot timeout would only timeout after an event.Gravatar SjB
After setting a ONESHOT_TIMEOUT value, the oneshot layer state would not expire without an event being triggered (key pressed). The reason was that in the process_record function we would return priort to execute the process_action function if it detected a NOEVENT cycle. The process_action contained the codes to timeout the oneshot layer state. The codes to clear the oneshot layer state have been move just in front of where we check for the NOEVENT cycle in the process_record function.
2017-01-15Merge pull request #987 from belak/belak/whitefox-initial-supportGravatar Jack Humbert
Initial whitefox support
2017-01-15Merge pull request #996 from milestogo/masterGravatar Jack Humbert
kinesis keyboard with subdirectories for different hardware - matches pull #911
2017-01-15Merge pull request #999 from deadcyclo/masterGravatar Jack Humbert
Adds layer images to the deadcyclo layout readme
2017-01-15Merge pull request #1003 from mneme/masterGravatar Jack Humbert
Layout "Mneme" for Atreus62
2017-01-15Merge pull request #1005 from kd0kkv/patch-1Gravatar Jack Humbert
Update keymap.c
2017-01-15Merge pull request #1006 from Vifon/masterGravatar Jack Humbert
Update the vifon keymap
2017-01-15Merge pull request #1007 from bryan4887/bryanGravatar Jack Humbert
Added Bryan's keymap
2017-01-15Merge pull request #1009 from getclacking/masterGravatar Jack Humbert
Typo fix
2017-01-15Typo fixGravatar Jason Milkins
2017-01-13Added Bryan's keymapGravatar Bryan Hernandez
2017-01-13Merge pull request #1004 from jackhumbert/hf/scmdGravatar Erez Zukerman
Adds SCMD and SCMD_T
2017-01-13Update quantum_keycodes.hGravatar Jack Humbert
2017-01-13Update the vifon keymapGravatar Wojciech Siewierski
2017-01-13Update keymap.cGravatar kd0kkv
Fixed the default querty layout to have a B button and just one F
2017-01-12Update makefile.Gravatar David Olsson
Readme.
2017-01-12- Change docs to match keymap.Gravatar David Olsson
- Switched around modifiers on the function layer to match muscle memory. - Added support for application switching.
2017-01-12A shot at aliasingGravatar Erez Zukerman
2017-01-11Adds SCMD and SCMD_TGravatar Erez Zukerman
2017-01-12Remove comments and change to correct KN_PLUS instead of KC_PLUS.Gravatar David Olsson
2017-01-11Link fix in readme.Gravatar David Olsson
2017-01-11Readme + minor change to make it match reality.Gravatar David Olsson
2017-01-11Atreus62 first semi-final draftGravatar David Olsson
2017-01-10Fixed incorrect layer image in deadcyclo readmeGravatar Brendan Johan Lee
2017-01-10Merge remote-tracking branch 'upstream/master'Gravatar Brendan Johan Lee
2017-01-10Added layer images to deadcyclo layout readmeGravatar Brendan Johan Lee
2017-01-10Wait for two ticks rather than 1Gravatar Kaleb Elwert