Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-27 | Added msc keymap for ergodox_ez | ||
2016-03-27 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
2016-03-27 | Merge pull request #188 from DidierLoiseau/issue-156 | ||
Fix #156: clear weak mods on every key press | |||
2016-03-27 | Merge pull request #211 from nrrkeene/master | ||
The Ordinary Layout is unremarkably mundane and remarkably useful | |||
2016-03-27 | Merge pull request #196 from naps62/naps62 | ||
Adds naps62's Ergodox EZ layout | |||
2016-03-26 | Merge https://github.com/jackhumbert/qmk_firmware | ||
2016-03-26 | The Ordinary Layout is unremarkably mundane and remarkably useful | ||
2016-03-25 | Merge pull request #207 from romanzolotarev/master | ||
Add important note about brightness on OS X | |||
2016-03-25 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
2016-03-24 | The Ordinary Layout is familiar to users of common keyboards | ||
2016-03-23 | Merge pull request #210 from n0bs/master | ||
Edited Bantam44 to work with jackhumbert/qmk_firmware pull #190 | |||
2016-03-23 | Edited to work with jackhumbert/qmk_firmware pull #190 | ||
Basically changes "* matrix_scan_user(void)" to "matrix_scan_user(void)" | |||
2016-03-23 | Merge pull request #209 from n0bs/master | ||
Added project folder for Bantam-44 | |||
2016-03-23 | Merge pull request #200 from alexives/add_diagram_to_planck_layout | ||
Added layout diagrams to the default planck keymap | |||
2016-03-23 | Added files for Bantam-44 | ||
2016-03-22 | Merge pull request #199 from IBNobody/master | ||
Added LED Indicator Support to QMK Template | |||
2016-03-22 | Fixed extra semicolons. | ||
Fixed extra semicolons. | |||
2016-03-22 | Fixed LED Function Calls | ||
Fixed LED indicator function calls to match how the matrix init function calls are formatted. | |||
2016-03-22 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
# Conflicts: # quantum/template/template.c # quantum/template/template.h | |||
2016-03-22 | Merge pull request #190 from yoyoerx/function_pointers | ||
Addressing void* return warning & coding style | |||
2016-03-22 | Add important note about brightness on OS X | ||
2016-03-21 | Pull request 190 resolution with 'qmk/master' for merge | ||
2016-03-21 | Merge pull request #205 from romanzolotarev/master | ||
Add Roman's Layout | |||
2016-03-20 | Merge pull request #203 from XenoBits/master | ||
Improved c# dev layout, only 2 layers now | |||
2016-03-20 | Merge pull request #201 from uzytkownik/master | ||
Further improvements to mpiechotka keyboard | |||
2016-03-20 | Fixed png image | ||
2016-03-20 | CSharp dev layout V2 | ||
2016-03-19 | Update readme | ||
2016-03-19 | Update layout | ||
2016-03-18 | Swap volup and voldown | ||
2016-03-18 | Add Roman's Layout | ||
Four layers BASE (Norman), SYMB, PLVR (optimized for Plover), ARRW. | |||
2016-03-17 | Add waits to prevent KVM from hanging | ||
2016-03-17 | Put frequently used keys in shell (-=) under thumb | ||
2016-03-17 | Add missing breaks in mpiechotka ergodox_ez keyboard | ||
2016-03-16 | Added layout diagrams to the default planck keymap | ||
Signed-off-by: Alex Ives <alex@ives.mn> | |||
2016-03-16 | Adding Retro_Refit Keyboard | ||
Retro_Refit is an example of using a Teensy to replace a keyboard controller on an older keyboard. The original 6x15 keyboard had a non-standard 11x8 matrix. | |||
2016-03-16 | Removing Teensy SDK Folder | ||
Fixing Github GUI error "fatal: no submodule mapping found in .gitmodules for path 'teensy-sdk'" | |||
2016-03-15 | Adding LED function pointers | ||
2016-03-15 | Adds naps62's layout | ||
2016-03-14 | Merge pull request #194 from DidierLoiseau/bépo-keymap-header | ||
Keymap header for the BÉPO layout | |||
2016-03-14 | Merge pull request #195 from krid78/master | ||
fixes an obvious typo to have DE_LCBR produce { | |||
2016-03-14 | Merge pull request #197 from yoyoerx/windocs | ||
Cygwin Based Users Guide v0.6 -fixes to dfu-programmer build | |||
2016-03-14 | Cygwin Based Users Guide v0.6 -fixes to dfu-programmer build | ||
2016-03-14 | fixes an obvious typo to have DE_LCBR produce { | ||
2016-03-13 | Keymap header for the BÉPO layout | ||
2016-03-11 | PR190hotfix.sh, fresh hexes, makeallhex.sh script | ||
2016-03-10 | Merge pull request #192 from mitchlloyd/mitch-layout | ||
First keyboard layout | |||
2016-03-10 | First keyboard layout | ||
2016-03-10 | Merge branch 'function_pointers' of github.com:yoyoerx/qmk_keyboard into ↵ | ||
function_pointers | |||
2016-03-10 | Addressed void* return warning in all keymaps | ||