| Commit message (Expand) | Author | Age | Files | Lines |
* | registering a weak_mods when using register_code16 | SjB | 2017-01-29 | 1 | -4/+24 |
* | speeding up (un)register_code16 | SjB | 2017-01-23 | 1 | -2/+10 |
* | Added check that makes sure a code is a right modifier before considering it ... | Ofer Plesser | 2016-12-23 | 1 | -0/+2 |
* | separated into api files/folder | Jack Humbert | 2016-11-26 | 1 | -3/+3 |
* | travis pls | Jack Humbert | 2016-11-23 | 1 | -2/+7 |
* | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 2016-11-21 | 1 | -2/+9 |
|\ |
|
| * | Fix the Space Cadet timeout code | Gergely Nagy | 2016-11-19 | 1 | -0/+4 |
| * | Add a timeout to space-cadet shift. | Gergely Nagy | 2016-11-19 | 1 | -2/+5 |
* | | cleaning up new code | Jack Humbert | 2016-11-21 | 1 | -0/+40 |
* | | mostly working | Jack Humbert | 2016-11-13 | 1 | -0/+1 |
* | | merging | Jack Humbert | 2016-11-12 | 1 | -0/+2 |
|\| |
|
| * | Unicode map framework. Allow unicode up to 0xFFFFF using separate | Priyadi Iman Nurcahyo | 2016-10-10 | 1 | -0/+3 |
* | | working with power limit | Jack Humbert | 2016-10-16 | 1 | -0/+3 |
|/ |
|
* | Use keyboard config for nkro (#7) | IBNobody | 2016-09-06 | 1 | -56/+68 |
* | Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKRO | IBNobody | 2016-09-06 | 1 | -0/+13 |
* | Add a register/unregister_code16 pair of functions | Gergely Nagy | 2016-08-18 | 1 | -0/+37 |
* | Fix the process_record_nocache function | Wojciech Siewierski | 2016-08-18 | 1 | -10/+12 |
* | process_unicode: Call process_ucis() automatically | Gergely Nagy | 2016-08-15 | 1 | -0/+3 |
* | extract reset keyboard into a function | Pavlos Vinieratos | 2016-07-13 | 1 | -10/+14 |
* | Merge pull request #477 from Smilliam/master | Jack Humbert | 2016-07-11 | 1 | -0/+12 |
|\ |
|
| * | Made rollover behavior for space cadet optional | Smilliam | 2016-07-10 | 1 | -8/+12 |
| * | fixed indentation. | Smilliam | 2016-07-04 | 1 | -8/+8 |
| * | Allow Space Cadet state to be canceled by alternate Shift key | Smilliam | 2016-07-04 | 1 | -0/+8 |
* | | Move return out of event if block | TerryMathews | 2016-07-08 | 1 | -26/+26 |
* | | Create keycodes for RGB control functions | TerryMathews | 2016-07-07 | 1 | -0/+50 |
* | | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | 2016-07-06 | 1 | -1/+1 |
|/ |
|
* | Add ChibiOS support for QMK (#465) | fredizzimo | 2016-07-01 | 1 | -1/+1 |
* | rand supports other chips | Jack Humbert | 2016-06-29 | 1 | -2/+5 |
* | adds random base64 character generator | Jack Humbert | 2016-06-29 | 1 | -0/+35 |
* | Moves features to their own files (process_*), adds tap dance feature (#460) | Jack Humbert | 2016-06-29 | 1 | -403/+22 |
* | updates ez's matrix to spec | Jack Humbert | 2016-06-23 | 1 | -6/+0 |
* | Backlight abstraction and other changes (#439) | Jack Humbert | 2016-06-23 | 1 | -0/+346 |
* | increase leader seq size to 5 | Jack Humbert | 2016-06-21 | 1 | -1/+3 |
* | [Jack & Erez] Fixes Space Cadet right shift | Jack & Erez | 2016-06-20 | 1 | -4/+4 |
* | Cleans up quantum/keymap situation, removes extra lufa folders (#416) | Jack Humbert | 2016-06-18 | 1 | -59/+124 |
* | addresses #369 | Jack Humbert | 2016-06-17 | 1 | -8/+19 |
* | Improve string sending (#376) | Eric Tang | 2016-06-03 | 1 | -50/+99 |
* | new line/tab in send_string | Jack Humbert | 2016-06-01 | 1 | -1/+1 |
* | adds send_string functionality (string macros) | Jack Humbert | 2016-06-01 | 1 | -0/+54 |
* | process_record implementation (non-breaking for process_action ATM) | Jack Humbert | 2016-05-28 | 1 | -0/+13 |
* | [Erez & Jack] Optimizes shift_interrupted array | Erez Zukerman | 2016-05-24 | 1 | -1/+1 |
* | [Erez & Jack] Packages Space Cadet shifts into keycodes | Erez Zukerman | 2016-05-24 | 1 | -1/+43 |
* | Converted audio play functions to *_user (#349) | Jack Humbert | 2016-05-24 | 1 | -24/+45 |
* | fixed small bug with AUDIO_ENABLED (#339) | purpleP | 2016-05-19 | 1 | -21/+22 |
* | adapts unicode to quantum.c (#333) | Jack Humbert | 2016-05-18 | 1 | -7/+72 |
* | adds music and audio toggles (#337) | Jack Humbert | 2016-05-18 | 1 | -14/+61 |
* | updates midi functionality (#331) | Jack Humbert | 2016-05-15 | 1 | -5/+83 |
* | splits process_action up to handle records separately (#329) | Jack Humbert | 2016-05-15 | 1 | -1/+10 |
* | adds a sequencer to the music mode (#330) | Jack Humbert | 2016-05-15 | 1 | -4/+100 |
* | Leader key implementation (#326) | Erez Zukerman | 2016-05-15 | 1 | -0/+167 |