summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to change ent/spcAlex Johnstone2016-03-281-693/+697
|
* Didn'tAlex Johnstone2016-03-281-2/+2
|
* Fixed issues, added unicode layer ⌬ ¯\_⩾ツ⩽_/¯Alex Johnstone2016-03-271-6/+45
|
* Merge pull request #4 from jackhumbert/masterAlex Johnstone2016-03-2717-1149/+2945
|\ | | | | upstream
| * Merge pull request #188 from DidierLoiseau/issue-156Erez Zukerman2016-03-274-2/+23
| |\ | | | | | | Fix #156: clear weak mods on every key press
| | * Fix #156: clear weak mods on every key pressDidier Loiseau2016-03-084-2/+23
| | | | | | | | | | | | | | | | | | - new macro_mods bit field for mods applied by macros - weak_mods now only used for ACT_{L,R}MODS (i.e. LSFT, RSFT, LCTL etc.) - clear the _weak_ mods on every key *pressed* such that LSFT etc. can no more interfere with the next key
| * | Merge pull request #211 from nrrkeene/masterErez Zukerman2016-03-2710-1147/+1232
| |\ \ | | | | | | | | The Ordinary Layout is unremarkably mundane and remarkably useful
| | * \ Merge https://github.com/jackhumbert/qmk_firmwareNicholas Keene2016-03-261-1/+5
| | |\ \
| | * | | The Ordinary Layout is unremarkably mundane and remarkably usefulNicholas Keene2016-03-2610-1109/+1192
| | | | |
| | * | | The Ordinary Layout is familiar to users of common keyboardsNicholas Keene2016-03-241-58/+60
| | | | |
| * | | | Merge pull request #196 from naps62/naps62Erez Zukerman2016-03-273-0/+1690
| |\ \ \ \ | | |_|/ / | |/| | | Adds naps62's Ergodox EZ layout
| | * | | Adds naps62's layoutMiguel Palhas2016-03-153-0/+1690
| | | | |
* | | | | Fixed issues, added unicode layer ⌬ ¯\_⩾ツ⩽_/¯Alex Johnstone2016-03-272-1140/+1198
| | | | |
* | | | | Merge pull request #3 from jackhumbert/masterAlex Johnstone2016-03-2599-41470/+33848
|\| | | | | | | | | | | | | | Pull upstream
| * | | | Merge pull request #207 from romanzolotarev/masterErez Zukerman2016-03-251-1/+5
| |\ \ \ \ | | |_|/ / | |/| | | Add important note about brightness on OS X
| | * | | Add important note about brightness on OS XRoman Zolotarev2016-03-221-1/+5
| | | | |
| * | | | Merge pull request #210 from n0bs/masterJack Humbert2016-03-232-16/+12
| |\ \ \ \ | | | | | | | | | | | | Edited Bantam44 to work with jackhumbert/qmk_firmware pull #190
| | * | | | Edited to work with jackhumbert/qmk_firmware pull #190Norberto Monarrez2016-03-232-16/+12
| |/ / / / | | | | | | | | | | | | | | | Basically changes "* matrix_scan_user(void)" to "matrix_scan_user(void)"
| * | | | Merge pull request #209 from n0bs/masterJack Humbert2016-03-236-0/+332
| |\ \ \ \ | | | | | | | | | | | | Added project folder for Bantam-44
| | * | | | Added files for Bantam-44Norberto Monarrez2016-03-236-0/+332
| | | | | |
| * | | | | Merge pull request #200 from alexives/add_diagram_to_planck_layoutJack Humbert2016-03-231-5/+65
| |\ \ \ \ \ | | |/ / / / | |/| | | | Added layout diagrams to the default planck keymap
| | * | | | Added layout diagrams to the default planck keymapAlex Ives2016-03-161-5/+65
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alex Ives <alex@ives.mn>
| * | | | | Merge pull request #199 from IBNobody/masterJack Humbert2016-03-2211-6/+420
| |\ \ \ \ \ | | | | | | | | | | | | | | Added LED Indicator Support to QMK Template
| | * | | | | Fixed extra semicolons.IBNobody2016-03-222-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed extra semicolons.
| | * | | | | Fixed LED Function CallsIBNobody2016-03-224-34/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed LED indicator function calls to match how the matrix init function calls are formatted.
| | * | | | | Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2016-03-2288-41597/+34428
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # quantum/template/template.c # quantum/template/template.h
| * | | | | | Merge pull request #190 from yoyoerx/function_pointersErez Zukerman2016-03-2282-41462/+33034
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Addressing void* return warning & coding style
| | * \ \ \ \ \ Pull request 190 resolution with 'qmk/master' for mergeyoyoerx2016-03-2115-2579/+4317
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | PR190hotfix.sh, fresh hexes, makeallhex.sh scriptyoyoerx2016-03-1133-41292/+32894
| | | | | | | |
| | * | | | | | Merge branch 'function_pointers' of github.com:yoyoerx/qmk_keyboard into ↵yoyoerx2016-03-100-0/+0
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | function_pointers
| | | * | | | | | Addressed void* return warning & coding styleyoyoerx2016-03-099-63/+45
| | | | |_|_|_|/ | | | |/| | | |
| | * / | | | | Addressed void* return warning in all keymapsyoyoerx2016-03-1048-179/+148
| | |/ / / / /
| | | * | | | Adding Retro_Refit KeyboardIBNobody2016-03-166-0/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * | | | Removing Teensy SDK FolderIBNobody2016-03-161-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing Github GUI error "fatal: no submodule mapping found in .gitmodules for path 'teensy-sdk'"
| | | * | | | Adding LED function pointersIBNobody2016-03-154-6/+38
| | | |/ / /
* | | | | | New :pound: methodAlex Johnstone2016-03-231-1/+1
| | | | | |
* | | | | | New :pound: methodAlex Johnstone2016-03-231-1/+2
| | | | | |
* | | | | | New :pound: methodAlex Johnstone2016-03-231-2/+2
| | | | | |
* | | | | | New :pound: methodAlex Johnstone2016-03-231-0/+5
| | | | | |
* | | | | | New :pound: methodAlex Johnstone2016-03-232-1135/+1131
| | | | | |
* | | | | | Wrong dateAlex Johnstone2016-03-231-1/+1
| | | | | |
* | | | | | Removed whitespaceAlex Johnstone2016-03-221-55/+54
| | | | | |
* | | | | | Revised to version 0.1.0Alex Johnstone2016-03-224-979/+1010
| | | | | |
* | | | | | Merge pull request #2 from jackhumbert/masterAlex Johnstone2016-03-2214-2732/+4307
|\| | | | | | | | | | | | | | | | | Update my repo to upstream
| * | | | | Merge pull request #205 from romanzolotarev/masterErez Zukerman2016-03-214-0/+1309
| |\ \ \ \ \ | | | |_|/ / | | |/| | | Add Roman's Layout
| | * | | | Update readmeRoman Zolotarev2016-03-191-1/+1
| | | | | |
| | * | | | Update layoutRoman Zolotarev2016-03-1912-192/+67
| | | | | |
| | * | | | Swap volup and voldownRoman Zolotarev2016-03-181-2/+2
| | | | | |
| | * | | | Add Roman's LayoutRoman Zolotarev2016-03-1811-0/+1434
| | | |/ / | | |/| | | | | | | | | | | | Four layers BASE (Norman), SYMB, PLVR (optimized for Plover), ARRW.
| * | | | Merge pull request #203 from XenoBits/masterErez Zukerman2016-03-205-1227/+1174
| |\ \ \ \ | | | | | | | | | | | | Improved c# dev layout, only 2 layers now