| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-17 | Merge branch 'master' into promethium | ||
| 2017-01-15 | oneshot timeout would only timeout after an event. | ||
| 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-15 | Merge pull request #16 from jackhumbert/master | ||
| Forked from jackhumbert/qmk_firmware | |||
| 2017-01-15 | Merge pull request #987 from belak/belak/whitefox-initial-support | ||
| Initial whitefox support | |||
| 2017-01-15 | Merge pull request #996 from milestogo/master | ||
| kinesis keyboard with subdirectories for different hardware - matches pull #911 | |||
| 2017-01-15 | Merge pull request #999 from deadcyclo/master | ||
| Adds layer images to the deadcyclo layout readme | |||
| 2017-01-15 | Merge pull request #1003 from mneme/master | ||
| Layout "Mneme" for Atreus62 | |||
| 2017-01-15 | Merge pull request #1005 from kd0kkv/patch-1 | ||
| Update keymap.c | |||
| 2017-01-15 | Merge pull request #1006 from Vifon/master | ||
| Update the vifon keymap | |||
| 2017-01-15 | Merge pull request #1007 from bryan4887/bryan | ||
| Added Bryan's keymap | |||
| 2017-01-15 | Merge pull request #1009 from getclacking/master | ||
| Typo fix | |||
| 2017-01-15 | Typo fix | ||
| 2017-01-13 | Added Bryan's keymap | ||
| 2017-01-13 | Merge pull request #1004 from jackhumbert/hf/scmd | ||
| Adds SCMD and SCMD_T | |||
| 2017-01-13 | Update quantum_keycodes.h | ||
| 2017-01-13 | Update the vifon keymap | ||
| 2017-01-13 | Link correctly to keycode.txt | ||
| 2017-01-13 | Update keymap.c | ||
| Fixed the default querty layout to have a B button and just one F | |||
| 2017-01-13 | initial commit of my Atreus62 keymap | ||
| 2017-01-12 | Update makefile. | ||
| Readme. | |||
| 2017-01-12 | - Change docs to match keymap. | ||
| - Switched around modifiers on the function layer to match muscle memory. - Added support for application switching. | |||
| 2017-01-12 | A shot at aliasing | ||
| 2017-01-11 | Adds SCMD and SCMD_T | ||
| 2017-01-11 | Updated Home (markdown) | ||
| 2017-01-11 | Destroyed Build Options (org) | ||
| 2017-01-11 | Updated Build Options (org) | ||
| 2017-01-11 | Created Build Options (org) | ||
| 2017-01-12 | Remove comments and change to correct KN_PLUS instead of KC_PLUS. | ||
| 2017-01-11 | Link fix in readme. | ||
| 2017-01-11 | Readme + minor change to make it match reality. | ||
| 2017-01-11 | Atreus62 first semi-final draft | ||
| 2017-01-10 | Fix dfu-programmer link | ||
| 2017-01-10 | Fixed incorrect layer image in deadcyclo readme | ||
| 2017-01-10 | Merge remote-tracking branch 'upstream/master' | ||
| 2017-01-10 | Added layer images to deadcyclo layout readme | ||
| 2017-01-10 | Wait for two ticks rather than 1 | ||
| 2017-01-09 | Add files via upload | ||
| tidying up the keymap | |||
| 2017-01-09 | Fix mismatched indentation | ||
| 2017-01-09 | Update clock frequencies to match the infinity ergodox | ||
| 2017-01-09 | Increase tick frequency for responsiveness | ||
| Based off of PR #866 which did the same thing for the infinity60 | |||
| 2017-01-09 | Remove KC_ prefix from KEYMAP macro to match other keyboards | ||
| 2017-01-09 | minimize LEDs | ||
| 2017-01-09 | Updated Home (markdown) | ||
| 2017-01-09 | fix greek layers | ||
| 2017-01-09 | Implement greek layers on my Promethium layout | ||
| 2017-01-08 | removing old programmer layout, in favor of milestogo | ||
| 2017-01-08 | trying to clean up duplicate docs | ||
| 2017-01-08 | kinesis remap | ||
| 2017-01-08 | Merge remote-tracking branch 'upstream/master' | ||
| 2017-01-08 | Usaility changes to keymap, tidying up a bit. | ||