summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2017-02-11Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareDavid Olsson107-740/+5884
2017-02-11update readmeDavid Olsson6-7/+9
2017-02-10fixed readme (i swear)VoodaGod1-4/+4
2017-02-09Merge pull request #1078 from VoodaGod/bone2planckJack Humbert4-54/+142
updated Bone2Planck Keymap, Readme & fixed Makefile
2017-02-09[Typo] correct link to default keymap in readme.Rob Rogers1-1/+1
2017-02-09updated layout & readmeVoodaGod2-37/+39
2017-02-09more formattingVoodaGod1-2/+13
2017-02-09readme formatting changesVoodaGod1-61/+61
2017-02-09updated readmeVoodaGod1-7/+10
2017-02-09updated bone2planck keymap & readmeVoodaGod4-26/+98
2017-02-08Moved KC60 capslock LED code to standard led_set_kb so it can be overridden ↵dungdung3-34/+15
by users
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-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