summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2017-03-28fixed #1139 issuesOle Anders1-18/+18
A fix described by jackhumbert has been sorted out now.
2017-03-07changed definitions on keymap.c in admiral strokersOle Anders1-104/+109
Made a few changes to my own keymaps. (organisation)
2017-03-07Merge remote-tracking branch 'refs/remotes/qmk/master'Ole Anders46-57/+2033
2017-02-07rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan4-6/+10
2017-02-07udpate readme to reflect QMK and not having the Makefile from ahtn's repoJimmy Chan1-14/+72
2017-02-07correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan4-5/+7
project. do not default EE_HANDS for the serial keymap if you compare split_util.h with the original project by ahtn, the address we look for isLeftHand config went from addr 7 to addr 10 (decimal). The EEP files were not updated. EE_HANDS should not be enabled by default since it's more confusing for most users
2017-02-07Merge pull request #1072 from nicinabox/improve-ls-avrdude-targetJack Humbert1-4/+6
Check for Pro Micro serial port automatically
2017-02-07Merge pull request #1068 from adzenith/masterJack Humbert2-4/+5
Minor cleanup
2017-02-07Merge pull request #1046 from LukeSilva/masterJack Humbert3-0/+382
Add Tapping Macros to QMK
2017-02-07pass through travis errorsJack Humbert1-1/+1
2017-02-07Merge pull request #1056 from upils/masterJack Humbert8-0/+334
Add reddot handwired keyboard.
2017-02-07Merge pull request #1053 from TerryMathews/masterJack Humbert10-4/+175
Let's Split: establish rev2fliphalf subproject
2017-02-07add commaJack Humbert1-1/+1
2017-02-07Merge pull request #1069 from hot-leaf-juice/masterJack Humbert2-5/+3
change cmd-l and cmd-r for actual home and end
2017-02-07Merge pull request #1041 from folkert4/masterJack Humbert5-0/+503
Added Espynn's keymap
2017-02-07Merge pull request #1047 from lordchair/keymap_yaleJack Humbert4-0/+144
yale planck layout
2017-02-07Check for a new serial port every secondNic Aitch1-4/+6
2017-02-07Merge pull request #1048 from smt/smt/planckJack Humbert5-22/+385
Add smt's keymap for Planck
2017-02-07Merge pull request #1036 from nicinabox/lets-split-improvementsJack Humbert2-0/+14
Lets Split flashing improvements
2017-02-07Reverse rev2 and rev2fliphalfTerryMathews2-8/+8
Flipped definitions on what constitutes "fliphalf" by popular demand.
2017-02-07Revert "Reverse rev2 and rev2fliphalf"TerryMathews2-7/+7
This reverts commit 0537977ba1412aa2ba753e152eec445e18858244.
2017-02-07Reverse rev2 and rev2fliphalfTerryMathews2-7/+7
Flipped definitions on what constitutes "fliphalf" by popular demand.
2017-02-06change cmd-l and cmd-r for actual home and endCallum Oakley2-5/+3
2017-02-06Added new keymap to the Satan GH60 keyboard.Ole Anders4-0/+324
Added new keymap `Admiral Strokers` to the Satan keyboard. This is an ISO based layout with tap for brackets/ curly on shft and ctl keys. Furthermore, there is added arrows and media/volume/special/f-keys layer on the TAB button when you hold.
2017-02-04Add missing header to ergodox ordinary keymapNikolaus Wittenstein1-0/+1
2017-02-04Fix compile warnings in egodox robot_test_layoutNikolaus Wittenstein1-4/+4
Fixes the warning "right shift count >= width of type" by adding UL to the end of constants.
2017-02-01Merge remote-tracking branch 'upstream/master'Brendan Johan Lee5-30/+900
2017-02-01Merge pull request #1039 from zabereer/albert_ergodox_keymapErez Zukerman4-0/+866
albert ergodox keymap
2017-01-31Add reddot handwired keyboard.upils8-0/+334
2017-01-30update my neo2 keymapMatthias Schmitt1-30/+34
2017-01-30[deadcyclo layout] Refactoring. Use custom functions and macrosBrendan Johan Lee1-237/+266
2017-01-30[deadcyclo layout] fixed failing testsBrendan Johan Lee1-16/+1
2017-01-30Let's Split: establish rev2fliphalf subprojectTerryMathews9-0/+171
Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs)
2017-01-29added picture of layoutYale Thomas1-0/+0
2017-01-29usability tweaksYale Thomas1-44/+49
2017-01-29mouse keys addedYale Thomas1-6/+15
2017-01-29new 'yale' keymapYale Thomas3-0/+130
2017-01-29s/Bkps/BkspStephen Tudor1-1/+1
2017-01-29Add luke keymap, as an example of the tapping macrosLuke Silva3-0/+382
2017-01-28Carry over Planck updates to my Preonic keymapStephen Tudor2-22/+50
2017-01-28Improve Planck keymapStephen Tudor2-11/+33
- added escape+shift mod-tap key - replaced BRITE with backtick
2017-01-28Merge branch 'master' into smt/planckStephen Tudor21-25/+412
* master: Clarify license on abnt2 keymap (#1038) replace jackhumbert with qmk Add gitter image, start update to qmk org Remove COLEMAK from preonic_keycodes enum layer defines to enum Update readme for smt Preonic keymap Add smt keymap for Preonic updated all the other keymaps to support the new changes. fix: infinity60 keyboard was not using quantum features. Compare Makefile with itself instead of using `--help`
2017-01-27Added Espynn's keymapfolkert45-0/+503
2017-01-27Merge remote-tracking branch 'upstream/master'Brendan Johan Lee12-13/+13
2017-01-27[deadcyclo layout] Added more unicode keys and ibus unicode compose trigger keysBrendan Johan Lee4-23/+26
2017-01-26albert ergodox keymapAlbert Pretorius4-0/+866
2017-01-26Update readmeNic Aitch1-0/+4
2017-01-26Add avrdude targetNic Aitch1-0/+10
2017-01-26Merge remote-tracking branch 'upstream/master'Brendan Johan Lee10-13/+400
2017-01-26replace jackhumbert with qmkJack Humbert12-13/+13