aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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 #16 from jackhumbert/masterGravatar Damien
Forked from jackhumbert/qmk_firmware
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-13Link correctly to keycode.txtGravatar Noah Andrews
2017-01-13Update keymap.cGravatar kd0kkv
Fixed the default querty layout to have a B button and just one F
2017-01-13initial commit of my Atreus62 keymapGravatar Xyverz
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-11Updated Home (markdown)Gravatar Christopher Browne
2017-01-11Destroyed Build Options (org)Gravatar Christopher Browne
2017-01-11Updated Build Options (org)Gravatar Christopher Browne
2017-01-11Created Build Options (org)Gravatar Christopher Browne
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-10Fix dfu-programmer linkGravatar Noah Andrews
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
2017-01-09Add files via uploadGravatar Xyverz
tidying up the keymap
2017-01-09Fix mismatched indentationGravatar Kaleb Elwert
2017-01-09Update clock frequencies to match the infinity ergodoxGravatar Kaleb Elwert