summaryrefslogtreecommitdiffstats
path: root/keyboard
AgeCommit message (Collapse)AuthorFilesLines
2016-04-04Merge pull request #235 from mbarkhau/masterErez Zukerman2-92/+123
add indent to generated keymap
2016-04-03music mode fileJack Humbert6-16/+1725
2016-04-03add indent to generated keymapManuel Barkhau2-92/+123
2016-04-03Merge pull request #213 from mbarkhau/masterErez Zukerman4-0/+2890
Add manuneo layout
2016-04-02use action function for unicodeManuel Barkhau4-2540/+1651
2016-04-02Merge branch 'master' of https://github.com/sboesebeck/qmk_firmwareStephan Bösebeck78-1924/+4833
2016-04-02new keymapStephan Bösebeck1-1/+9
2016-04-01Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck76-1894/+4803
2016-04-01minor tweaks at the keymap, new png for documentationStephan Bösebeck2-6/+6
2016-04-01Create tak3over.ctak3over1-0/+136
Custom keymap with an additional function layer for numpad, pgup, pgdn, del, ins, home, end, and additional arrow keys.
2016-04-01adding files is always smartJack Humbert7-0/+327
2016-03-31fixed de_osx prefix in keymap include to avoid conflictsStephan Bösebeck1-25/+25
2016-03-30Also add compiled hex fileDavid Mohr1-0/+1127
2016-03-30Squisher's international dvorak variant for ergodox ezDavid Mohr5-0/+214
See README.md
2016-03-30Merge pull request #227 from NoahAndrews/patch-4Jack Humbert1-2/+2
Fixed minor issues with Preonic readme
2016-03-30Tiny fix of Planck diagramsMiha Rekar1-2/+2
2016-03-30Fixed minor issues with Preonic readmeNoah Andrews1-2/+2
2016-03-30preonic readmeJack Humbert1-9/+3
2016-03-30Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert155-41700/+38531
2016-03-30.hex filesJack Humbert3-2/+2893
2016-03-30preonic updateJack Humbert19-1844/+64
2016-03-30Updated several keyboard folders to use new keymap naming schemeNoah Andrews39-40/+40
2016-03-29Update compile_keymap.pymbarkhau1-13/+11
2016-03-29Fix error in Planck makefile commentNoah Andrews1-1/+1
[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-29added CTL_Shift / Hash macroStephan Bösebeck1-11/+24
2016-03-28add hex fileManuel Barkhau1-0/+1624
2016-03-28Merge remote-tracking branch 'origin/master'Manuel Barkhau23-1175/+4331
2016-03-28Refactor compiler codeManuel Barkhau3-1661/+1900
2016-03-28Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck24-1176/+4336
2016-03-28Merge pull request #216 from msc654/masterErez Zukerman6-0/+1334
Added msc keymap for ergodox_ez
2016-03-28Merge pull request #214 from cdlm/action-hookJack Humbert2-15/+18
Add per-event user hook function
2016-03-28Add action-preprocessing kb/user hooks in planckDamien Pollet2-15/+18
2016-03-28Corrected duplicate image issueMatthew Carroll1-0/+0
2016-03-28Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody2-13/+57
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default)
2016-03-28Added msc keymap for ergodox_ezMatthew Carroll6-0/+1334
2016-03-27Merge pull request #211 from nrrkeene/masterErez Zukerman10-1147/+1232
The Ordinary Layout is unremarkably mundane and remarkably useful
2016-03-27Merge pull request #196 from naps62/naps62Erez Zukerman3-0/+1690
Adds naps62's Ergodox EZ layout
2016-03-27Add manuneo layoutManuel Barkhau3-0/+1918
2016-03-26Merge https://github.com/jackhumbert/qmk_firmwareNicholas Keene1-1/+5
2016-03-26The Ordinary Layout is unremarkably mundane and remarkably usefulNicholas Keene10-1109/+1192
2016-03-25Merge pull request #207 from romanzolotarev/masterErez Zukerman1-1/+5
Add important note about brightness on OS X
2016-03-25The Ordinary Layout is familiar to users of common keyboardsNicholas Keene1-58/+60
2016-03-24minor changesStephan Bösebeck2-1113/+1111
2016-03-24Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck91-41409/+33727
2016-03-23Edited to work with jackhumbert/qmk_firmware pull #190Norberto Monarrez2-16/+12
Basically changes "* matrix_scan_user(void)" to "matrix_scan_user(void)"
2016-03-23Merge pull request #209 from n0bs/masterJack Humbert6-0/+332
Added project folder for Bantam-44
2016-03-23Merge pull request #200 from alexives/add_diagram_to_planck_layoutJack Humbert1-5/+65
Added layout diagrams to the default planck keymap
2016-03-23Added files for Bantam-44Norberto Monarrez6-0/+332
2016-03-23Fixed LED Function CallsIBNobody2-24/+12
Fixed LED indicator function calls to match how the matrix init function calls are formatted.
2016-03-23Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody84-41564/+34408
# Conflicts: # quantum/template/template.c # quantum/template/template.h