| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-06 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
| 2016-04-06 | Merge pull request #215 from nrrkeene/master | ||
| Added proper documentation | |||
| 2016-04-06 | switched raise and lower layers | ||
| 2016-04-05 | Fixup the cluepad code | ||
| 2016-04-05 | Fix the clueboard2 led code | ||
| 2016-04-05 | updated my keymap | ||
| 2016-04-05 | Modified keymap | ||
| 2016-04-05 | Updated hex | ||
| 2016-04-05 | :pound: typo | ||
| 2016-04-05 | :pound: typo | ||
| 2016-04-05 | Merge pull request #5 from jackhumbert/master | ||
| Sync with upstream | |||
| 2016-04-05 | updates to noise | ||
| 2016-04-04 | Update tak3over.c | ||
| 2016-04-04 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
| 2016-04-04 | Merge pull request #2 from jackhumbert/master | ||
| Update from source | |||
| 2016-04-04 | Minor documentation error. Raise and Lower. | ||
| The Raise and Lower keys were transposed in the comment key map for all layers. Assuming _RS and _LW should be mapped to Raise and Lower respectively. Probably is the same in the other custom keymaps that copied from this default. | |||
| 2016-04-04 | Merge pull request #235 from mbarkhau/master | ||
| add indent to generated keymap | |||
| 2016-04-03 | minor updates - new PNG | ||
| 2016-04-03 | music mode file | ||
| 2016-04-03 | add indent to generated keymap | ||
| 2016-04-03 | Links to build guide | ||
| 2016-04-03 | Merge pull request #213 from mbarkhau/master | ||
| Add manuneo layout | |||
| 2016-04-02 | use action function for unicode | ||
| 2016-04-02 | Merge branch 'master' of https://github.com/sboesebeck/qmk_firmware | ||
| 2016-04-02 | new keymap | ||
| 2016-04-01 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
| 2016-04-01 | minor tweaks at the keymap, new png for documentation | ||
| 2016-04-01 | Create tak3over.c | ||
| Custom keymap with an additional function layer for numpad, pgup, pgdn, del, ins, home, end, and additional arrow keys. | |||
| 2016-04-01 | adding files is always smart | ||
| 2016-03-31 | fixed de_osx prefix in keymap include to avoid conflicts | ||
| 2016-03-30 | Also add compiled hex file | ||
| 2016-03-30 | Squisher's international dvorak variant for ergodox ez | ||
| See README.md | |||
| 2016-03-30 | Merge pull request #227 from NoahAndrews/patch-4 | ||
| Fixed minor issues with Preonic readme | |||
| 2016-03-30 | Tiny fix of Planck diagrams | ||
| 2016-03-30 | Fixed minor issues with Preonic readme | ||
| 2016-03-30 | preonic readme | ||
| 2016-03-30 | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard | ||
| 2016-03-30 | .hex files | ||
| 2016-03-30 | preonic update | ||
| 2016-03-29 | Updated several keyboard folders to use new keymap naming scheme | ||
| 2016-03-29 | Update compile_keymap.py | ||
| 2016-03-29 | Fix error in Planck makefile comment | ||
| [This comment](https://www.reddit.com/r/olkb/comments/428umx/rgb_underglow/czaivbc) states that because both audio output and RGB support require the user of timer 3, they can't be enabled at the same time. That makes sense, I can see where audio.c uses timer 3. But this comment in the code states that the incompatibility is with MIDI support, which doesn't make sense based on what I see in the code. Please enlighten me if I'm mistaken. | |||
| 2016-03-29 | added CTL_Shift / Hash macro | ||
| 2016-03-28 | Fixup clueboard support and add rgb to clueboard1 | ||
| 2016-03-28 | add hex file | ||
| 2016-03-28 | Merge remote-tracking branch 'origin/master' | ||
| 2016-03-28 | Refactor compiler code | ||
| 2016-03-28 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
| 2016-03-28 | Merge pull request #216 from msc654/master | ||
| Added msc keymap for ergodox_ez | |||
| 2016-03-28 | Merge pull request #214 from cdlm/action-hook | ||
| Add per-event user hook function | |||