summaryrefslogtreecommitdiffstats
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 Nurcahyo92-370/+3945
2017-02-08Merge pull request #1074 from dungdung/kc60_ledJack Humbert3-34/+15
Moved KC60 capslock LED code to standard led_set_kb…
2017-02-08accept numbers in travis buildJack Humbert1-1/+1
2017-02-08Moved KC60 capslock LED code to standard led_set_kb so it can be overridden ↵dungdung3-34/+15
by users
2017-02-07Merge pull request #1070 from jimmyhchan/fixSplitJack Humbert7-23/+87
Lets split readme eeprom master hand fixes
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 #1062 from luizribeiro/fix-winJack Humbert1-2/+2
Fix V-USB bug on Windows 10
2017-02-07Merge pull request #1071 from dungdung/rgb_tweaksJack Humbert2-5/+41
RGB tweaks
2017-02-07Merge pull request #1068 from adzenith/masterJack Humbert9-25/+22
Minor cleanup
2017-02-07Merge pull request #1046 from LukeSilva/masterJack Humbert7-6/+419
Add Tapping Macros to QMK
2017-02-07Merge pull request #1057 from priyadi/selectable_outputJack Humbert7-71/+189
Implement runtime selectable output (USB or BT)
2017-02-07pass through travis errorsJack Humbert3-2/+6
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-07variable scope fix for travisJack Humbert2-5/+3
2017-02-07correctly assign bash variableJack Humbert2-3/+3
2017-02-07fix typoJack Humbert1-1/+1
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-07try building only keyboards neededJack Humbert3-7/+23
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 #1059 from qmk/hf/algr_tJack Humbert1-0/+1
Introduces ALGR_T for dual-function AltGr
2017-02-07Merge pull request #1036 from nicinabox/lets-split-improvementsJack Humbert2-0/+14
Lets Split flashing improvements
2017-02-07Merge pull request #960 from ofples/feature/combosJack Humbert5-0/+194
Keyboard combination triggers
2017-02-07Reverse rev2 and rev2fliphalfTerryMathews2-8/+8
Flipped definitions on what constitutes "fliphalf" by popular demand.