Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-07 | Added readme | Xyverz | 1 | -0/+89 | |
2017-04-07 | Reworked Atreus keymap, added README | Xyverz | 1 | -44/+146 | |
2017-04-02 | Merge remote-tracking branch 'upstream/master' | Xyverz | 292 | -2625/+14818 | |
2017-04-02 | removed my handwired boards to a new branch. | Xyverz | 17 | -698/+0 | |
2017-04-01 | Merge pull request #1132 from akatrevorjay/pr/dfu-serial | Jack Humbert | 1 | -1/+6 | |
Allow to specify serial to dfu-util flash | |||||
2017-04-01 | Merge pull request #1190 from osamuaoki/master | Jack Humbert | 1 | -7/+7 | |
Fix typo | |||||
2017-04-01 | Merge pull request #1189 from Zay950/to_push | Jack Humbert | 13 | -0/+1278 | |
Unicode input_mode presistance | |||||
2017-03-31 | Fix typo | Osamu Aoki | 1 | -7/+7 | |
2017-03-31 | Worked around some new Makefile issues. | nielsenz | 9 | -56/+58 | |
2017-03-31 | Pulling and pushing troubles | nielsenz | 2 | -75/+15 | |
2017-03-31 | changed hotkey cluster to accomodate awkward software... again | Callum Oakley | 1 | -1/+1 | |
2017-03-31 | changed hotkey cluster to accomodate awkward software | Callum Oakley | 1 | -7/+7 | |
2017-03-31 | Add RN42 Bluetooth module support | Travis La Marr | 4 | -2/+43 | |
Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS. | |||||
2017-03-31 | Update to match QMK keymap | Osamu Aoki | 1 | -89/+143 | |
2017-03-31 | Typo fix | Osamu Aoki | 1 | -1/+1 | |
2017-03-30 | Merge pull request #1188 from hot-leaf-juice/master | Jack Humbert | 1 | -1/+1 | |
changed hotkey cluster to accomodate awkward software... again | |||||
2017-03-30 | changed hotkey cluster to accomodate awkward software... again | Callum Oakley | 1 | -1/+1 | |
2017-03-30 | Merge pull request #1187 from hot-leaf-juice/master | Jack Humbert | 1 | -7/+7 | |
changed hotkey cluster to acommodate awkward software | |||||
2017-03-30 | Merge pull request #1185 from exiva/rn42_bluetooth | Jack Humbert | 4 | -2/+43 | |
Add RN42 Bluetooth module support | |||||
2017-03-30 | Merge pull request #1184 from osamuaoki/master | Jack Humbert | 2 | -90/+144 | |
Update keymap.md to QMK | |||||
2017-03-30 | changed hotkey cluster to accomodate awkward software | Callum Oakley | 1 | -7/+7 | |
2017-03-30 | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0 | Xyverz | 6 | -56/+89 | |
2017-03-30 | Add RN42 Bluetooth module support | Travis La Marr | 4 | -2/+43 | |
Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS. | |||||
2017-03-29 | Merge branch 'master' into to_push | Zay950 | 743 | -7061/+63741 | |
2017-03-29 | Update to match QMK keymap | Osamu Aoki | 1 | -89/+143 | |
2017-03-29 | Typo fix | Osamu Aoki | 1 | -1/+1 | |
2017-03-29 | Merge pull request #1183 from Rovanion/real-master | Jack Humbert | 1 | -4/+17 | |
Added instructions for how to build and flash the firmware with teensy_cli | |||||
2017-03-29 | Added link to the teensy linux page. | Rovanion Luckey | 1 | -2/+5 | |
2017-03-29 | Clarify the quantum license (#1042) | skullydazed | 89 | -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-28 | Merge pull request #1182 from henxing/default_atreus_layout | Jack Humbert | 1 | -6/+6 | |
Default atreus layout | |||||
2017-03-28 | Merge pull request #1139 from Swoy/master | Jack Humbert | 4 | -0/+328 | |
Satan Board "Admiral Strokers" keymap and config | |||||
2017-03-28 | typo removed {3 ... | Ole Anders | 1 | -3/+2 | |
2017-03-28 | fixed capitalization issue (checkTime => checktime) | Ole Anders | 1 | -2/+4 | |
2017-03-28 | Merge branch 'master' into default_atreus_layout | Hugh Enxing | 101 | -782/+4925 | |
2017-03-28 | moved checktime out of function | Ole Anders | 1 | -6/+3 | |
2017-03-28 | declaring checktime before the function it is used in. | Ole Anders | 1 | -0/+1 | |
2017-03-28 | fixed function to not accept any arguments. | Ole Anders | 1 | -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-28 | removed varable trace option from makefile | Ole Anders | 1 | -1/+0 | |
2017-03-28 | slight cleanup as per recommendation | Ole Anders | 1 | -1/+2 | |
2017-03-28 | Moved key_timer out of function. | Ole Anders | 1 | -3/+4 | |
2017-03-28 | removed a carriage return | Ole Anders | 1 | -19/+18 | |
2017-03-28 | Merge remote-tracking branch 'refs/remotes/qmk/master' | Ole Anders | 324 | -3360/+16019 | |
2017-03-28 | fixed #1139 issues | Ole Anders | 1 | -18/+18 | |
A fix described by jackhumbert has been sorted out now. | |||||
2017-03-28 | Merge pull request #1174 from nooges/atreus50 | Jack Humbert | 8 | -0/+565 | |
Add Atreus50 keyboard | |||||
2017-03-28 | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | Jack Humbert | 36 | -506/+1445 | |
Flesh out MIDI support | |||||
2017-03-28 | Merge pull request #1098 from lambdalisue/tapping-force-hold | Jack Humbert | 2 | -4/+8 | |
Add TAPPING_FORCE_HOLD to regulate behaviour | |||||
2017-03-28 | Merge pull request #1167 from smt/smt/satan | Jack Humbert | 3 | -0/+163 | |
Add smt keymap for Satan 'GH60' | |||||
2017-03-28 | Merge pull request #1162 from Khord/master | Jack Humbert | 4 | -0/+460 | |
My customized keymap + some tunes for the song list | |||||
2017-03-28 | Move Atreus50 to hardwired directory and update README | Danny Nguyen | 9 | -25/+16 | |
2017-03-28 | Merge pull request #1172 from nooges/hexwire-fixes | Jack Humbert | 5 | -26/+45 | |
Let's Split hexwire keymap fixes |