summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2017-02-11LSpace + RSpace = switch layerPriyadi Iman Nurcahyo2-1/+92
2017-02-11Implement Capslock LEDPriyadi Iman Nurcahyo2-4/+22
2017-02-11simplify battery calculation for nowPriyadi Iman Nurcahyo4-24/+92
2017-02-10Fix emoji layerPriyadi Iman Nurcahyo1-1/+1
2017-02-10RShift + LShift = CapslockPriyadi Iman Nurcahyo1-0/+8
2017-02-10Add reset keycodePriyadi Iman Nurcahyo1-2/+2
2017-02-10Generalize layer indicatorsPriyadi Iman Nurcahyo2-83/+61
2017-02-10Add ifdefs for keyboard layoutsPriyadi Iman Nurcahyo2-13/+29
2017-02-10Implement battery level indicatorPriyadi Iman Nurcahyo6-11/+97
2017-02-10Add function to cycle backlight modesPriyadi Iman Nurcahyo1-78/+74
2017-02-10Activate SYS layer by pressing both CtrlsPriyadi Iman Nurcahyo1-9/+25
2017-02-10Restore GUI layerPriyadi Iman Nurcahyo1-13/+11
2017-02-10Add slash/question mark to punc/num layerPriyadi Iman Nurcahyo1-9/+9
2017-02-10Reimplement GUI LayerPriyadi Iman Nurcahyo1-20/+21
2017-02-10Reorganize punctuation & numbers layerPriyadi Iman Nurcahyo1-12/+12
2017-02-10Fix LED indicatorPriyadi Iman Nurcahyo1-1/+1
2017-02-10Add dvorak & norman layout. Add sys layer.Priyadi Iman Nurcahyo1-79/+148
2017-02-09Remove audio stuffPriyadi Iman Nurcahyo1-60/+0
2017-02-08Add USB-BLE manual output switching and indicatorPriyadi Iman Nurcahyo1-12/+44
2017-02-08Merge branch 'master' into promethiumPriyadi Iman Nurcahyo61-224/+3332
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)