Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-06 | Added readme | Xyverz | |
2017-04-06 | Reworked Atreus keymap, added README | Xyverz | |
2017-04-02 | Merge remote-tracking branch 'upstream/master' | Xyverz | |
2017-04-02 | removed my handwired boards to a new branch. | Xyverz | |
2017-03-31 | Merge pull request #1132 from akatrevorjay/pr/dfu-serial | Jack Humbert | |
Allow to specify serial to dfu-util flash | |||
2017-03-31 | Merge pull request #1190 from osamuaoki/master | Jack Humbert | |
Fix typo | |||
2017-03-31 | Merge pull request #1189 from Zay950/to_push | Jack Humbert | |
Unicode input_mode presistance | |||
2017-04-01 | Fix typo | Osamu Aoki | |
2017-03-30 | Worked around some new Makefile issues. | nielsenz | |
2017-03-30 | Pulling and pushing troubles | nielsenz | |
2017-03-30 | changed hotkey cluster to accomodate awkward software... again | Callum Oakley | |
2017-03-30 | changed hotkey cluster to accomodate awkward software | Callum Oakley | |
2017-03-30 | Add RN42 Bluetooth module support | Travis La Marr | |
Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS. | |||
2017-03-30 | Update to match QMK keymap | Osamu Aoki | |
2017-03-30 | Typo fix | Osamu Aoki | |
2017-03-30 | Merge pull request #1188 from hot-leaf-juice/master | Jack Humbert | |
changed hotkey cluster to accomodate awkward software... again | |||
2017-03-30 | changed hotkey cluster to accomodate awkward software... again | Callum Oakley | |
2017-03-30 | Merge pull request #1187 from hot-leaf-juice/master | Jack Humbert | |
changed hotkey cluster to acommodate awkward software | |||
2017-03-30 | Merge pull request #1185 from exiva/rn42_bluetooth | Jack Humbert | |
Add RN42 Bluetooth module support | |||
2017-03-30 | Merge pull request #1184 from osamuaoki/master | Jack Humbert | |
Update keymap.md to QMK | |||
2017-03-30 | changed hotkey cluster to accomodate awkward software | Callum Oakley | |
2017-03-29 | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0 | Xyverz | |
2017-03-29 | Add RN42 Bluetooth module support | Travis La Marr | |
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 | |
2017-03-30 | Update to match QMK keymap | Osamu Aoki | |
2017-03-30 | Typo fix | Osamu Aoki | |
2017-03-29 | Merge pull request #1183 from Rovanion/real-master | Jack Humbert | |
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 | |
2017-03-28 | Clarify the quantum license (#1042) | skullydazed | |
* 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 | |
Default atreus layout | |||
2017-03-28 | Merge pull request #1139 from Swoy/master | Jack Humbert | |
Satan Board "Admiral Strokers" keymap and config | |||
2017-03-28 | typo removed {3 ... | Ole Anders | |
2017-03-28 | fixed capitalization issue (checkTime => checktime) | Ole Anders | |
2017-03-28 | Merge branch 'master' into default_atreus_layout | Hugh Enxing | |
2017-03-28 | moved checktime out of function | Ole Anders | |
2017-03-28 | declaring checktime before the function it is used in. | Ole Anders | |
2017-03-28 | fixed function to not accept any arguments. | Ole Anders | |
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 | |
2017-03-28 | slight cleanup as per recommendation | Ole Anders | |
2017-03-28 | Moved key_timer out of function. | Ole Anders | |
2017-03-28 | removed a carriage return | Ole Anders | |
2017-03-28 | Merge remote-tracking branch 'refs/remotes/qmk/master' | Ole Anders | |
2017-03-28 | fixed #1139 issues | Ole Anders | |
A fix described by jackhumbert has been sorted out now. | |||
2017-03-28 | Merge pull request #1174 from nooges/atreus50 | Jack Humbert | |
Add Atreus50 keyboard | |||
2017-03-28 | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | Jack Humbert | |
Flesh out MIDI support | |||
2017-03-28 | Merge pull request #1098 from lambdalisue/tapping-force-hold | Jack Humbert | |
Add TAPPING_FORCE_HOLD to regulate behaviour | |||
2017-03-28 | Merge pull request #1167 from smt/smt/satan | Jack Humbert | |
Add smt keymap for Satan 'GH60' | |||
2017-03-28 | Merge pull request #1162 from Khord/master | Jack Humbert | |
My customized keymap + some tunes for the song list | |||
2017-03-28 | Move Atreus50 to hardwired directory and update README | Danny Nguyen | |
2017-03-28 | Merge pull request #1172 from nooges/hexwire-fixes | Jack Humbert | |
Let's Split hexwire keymap fixes |