summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-02Merge pull request #19 from qmk/masterDamien269-2376/+14063
Merge from qmk
2017-04-02Merge remote-tracking branch 'origin/master'dbroqua252-2662/+9842
2017-04-02- Added MX HHKB like for gh60 with 7u space bardbroqua2-0/+199
2017-04-02Use tap-toggle to move between layers.Nurahmadie1-4/+4
- Add PDOT key
2017-04-02Fix layer stuck, and add numpad supportNurahmadie2-10/+15
2017-04-02Forgot semicolon, and add reference linkNurahmadie2-2/+4
2017-04-02Add READMENurahmadie2-18/+13
2017-04-02Enable alt-F4 without [Fn]Nurahmadie1-21/+41
- Add led indicator when keymap not on base layer \o/
2017-04-02Add capslock led, and audio buttonsNurahmadie1-16/+26
- Also change layer switch to momentary
2017-04-02Remove lead keys, fix some typos, rearrange layersNurahmadie2-29/+10
2017-04-02Add initial keymapNurahmadie2-28/+73
*crossfingers*
2017-04-02Initial work for my kbod support in qmk_firmwareNurahmadie10-0/+388
- Wiring layout done No actual keymap yet
2017-04-02Adds tong92's keymap to tv44=4-0/+223
2017-04-01Merge pull request #1132 from akatrevorjay/pr/dfu-serialJack Humbert1-1/+6
Allow to specify serial to dfu-util flash
2017-04-01Merge pull request #1190 from osamuaoki/masterJack Humbert1-7/+7
Fix typo
2017-04-01Merge pull request #1189 from Zay950/to_pushJack Humbert13-0/+1278
Unicode input_mode presistance
2017-03-31Fix typoOsamu Aoki1-7/+7
2017-03-31Worked around some new Makefile issues.nielsenz9-56/+58
2017-03-31Pulling and pushing troublesnielsenz2-75/+15
2017-03-31changed hotkey cluster to accomodate awkward software... againCallum Oakley1-1/+1
2017-03-31changed hotkey cluster to accomodate awkward softwareCallum Oakley1-7/+7
2017-03-31Add RN42 Bluetooth module supportTravis La Marr4-2/+43
Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS.
2017-03-31Update to match QMK keymapOsamu Aoki1-89/+143
2017-03-31Typo fixOsamu Aoki1-1/+1
2017-03-30Merge pull request #1188 from hot-leaf-juice/masterJack Humbert1-1/+1
changed hotkey cluster to accomodate awkward software... again
2017-03-30changed hotkey cluster to accomodate awkward software... againCallum Oakley1-1/+1
2017-03-30Merge pull request #1187 from hot-leaf-juice/masterJack Humbert1-7/+7
changed hotkey cluster to acommodate awkward software
2017-03-30Merge pull request #1185 from exiva/rn42_bluetoothJack Humbert4-2/+43
Add RN42 Bluetooth module support
2017-03-30Merge pull request #1184 from osamuaoki/masterJack Humbert2-90/+144
Update keymap.md to QMK
2017-03-30changed hotkey cluster to accomodate awkward softwareCallum Oakley1-7/+7
2017-03-30Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0Xyverz6-56/+89
2017-03-30Add RN42 Bluetooth module supportTravis La Marr4-2/+43
Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS.
2017-03-29Merge branch 'master' into to_pushZay950743-7061/+63741
2017-03-29Update to match QMK keymapOsamu Aoki1-89/+143
2017-03-29Typo fixOsamu Aoki1-1/+1
2017-03-29Merge pull request #1183 from Rovanion/real-masterJack Humbert1-4/+17
Added instructions for how to build and flash the firmware with teensy_cli
2017-03-29Added link to the teensy linux page.Rovanion Luckey1-2/+5
2017-03-29Clarify the quantum license (#1042)skullydazed89-1293/+2172
* Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts
2017-03-28Merge pull request #1182 from henxing/default_atreus_layoutJack Humbert1-6/+6
Default atreus layout
2017-03-28Merge pull request #1139 from Swoy/masterJack Humbert4-0/+328
Satan Board "Admiral Strokers" keymap and config
2017-03-28typo removed {3 ...Ole Anders1-3/+2
2017-03-28fixed capitalization issue (checkTime => checktime)Ole Anders1-2/+4
2017-03-28Merge branch 'master' into default_atreus_layoutHugh Enxing101-782/+4925
2017-03-28moved checktime out of functionOle Anders1-6/+3
2017-03-28declaring checktime before the function it is used in.Ole Anders1-0/+1
2017-03-28fixed function to not accept any arguments.Ole Anders1-1/+1
As per Pramod's comment on stack overflow: In C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. In C++ they mean the same thing. I suggest that you use void consistently when you mean no arguments.
2017-03-28removed varable trace option from makefileOle Anders1-1/+0
2017-03-28slight cleanup as per recommendationOle Anders1-1/+2
2017-03-28Moved key_timer out of function.Ole Anders1-3/+4
2017-03-28removed a carriage returnOle Anders1-19/+18