Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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 | |||||
2017-03-28 | Merge pull request #1157 from jtbarrett/tada68_default | Jack Humbert | 4 | -58/+26 | |
Update readme and default layout for TADA68 | |||||
2017-03-28 | Merge pull request #1180 from mattdibi/master | Jack Humbert | 2 | -0/+295 | |
Italian layout for ergodox keyboard | |||||
2017-03-28 | Merge pull request #1171 from ishtob/master | Jack Humbert | 18 | -184/+1281 | |
SSD1306 I2C OLED display support for let's split | |||||
2017-03-28 | Merge pull request #1168 from newsboytko/newsboytko/frosty-flake | Jack Humbert | 11 | -0/+542 | |
Support Frosty Flake Controller (CM Storm QFR) | |||||
2017-03-28 | Merge pull request #1178 from cheesemacfly/master | Jack Humbert | 4 | -0/+80 | |
XD60 different layout | |||||
2017-03-28 | Merge pull request #1163 from jprMesh/atreus62_KC_KEYMAP | Jack Humbert | 1 | -11/+27 | |
Added KC_KEYMAP macro for old style keymaps in Atreus62 | |||||
2017-03-28 | Merge pull request #1177 from exiva/bluetooth_refactor | Jack Humbert | 8 | -63/+58 | |
Refactor Bluetooth Handling | |||||
2017-03-28 | Removed images from ergodox ez italian layout | mattdibi | 3 | -0/+0 | |
2017-03-28 | Fixed layout title in ergodox ez italian keymap | mattdibi | 1 | -1/+1 | |
2017-03-28 | Fixed italian kymap readme | mattdibi | 1 | -3/+3 | |
2017-03-28 | Updated readme | mattdibi | 1 | -11/+68 | |
2017-03-28 | Added italian layout | mattdibi | 5 | -0/+238 | |
2017-03-26 | Create README.md | Nicolas Guelpa | 1 | -0/+13 | |
2017-03-26 | Add files via upload | Nicolas Guelpa | 2 | -0/+0 | |
2017-03-26 | fixing layout | Nicolas Guelpa | 1 | -1/+1 | |
2017-03-25 | Adding different layer | Nicolas Guelpa | 1 | -0/+67 | |
2017-03-24 | Add BLE and EZKey module defines. | Travis La Marr | 2 | -4/+6 | |
Also restored serial init back to original location. Was getting junk data. | |||||
2017-03-24 | Readd bluetooth output direction on standard key input. | Travis La Marr | 1 | -8/+10 | |
2017-03-24 | Refactor Bluetooth Handling | Travis La Marr | 8 | -66/+57 | |
Refactored Bluetooth support to make adding new Bluetooth modules easier in the future. * Remove `OUT_BLE` key from QMK's keymap. `OUT_BT` is all we need now as there's no difference anymore. * Made BLUETOOTH_ENABLE build option legacy as not to break existing keymaps (Falls back to existing EZ Key support if on) * Removed `ADAFRUIT_BLE_ENABLE` build option * Created new build option `BLUETOOTH` with module option (Currently `AdafruitEZKey` & `AdafruitBLE`) * Moved all LUFA bluetooth key/mouse events under `BLUETOOTH_ENABLE` ifdef with selected modules output. | |||||
2017-03-23 | Add RGB support | Danny Nguyen | 3 | -4/+4 | |
2017-03-23 | Add RGB support for Let’s Split v1 | Danny Nguyen | 2 | -1/+7 | |
2017-03-23 | Cleanup keymap | Danny Nguyen | 3 | -115/+94 | |
2017-03-23 | Initial commit for Atreus50 with working audio | Danny Nguyen | 9 | -0/+595 | |
2017-03-23 | Move keymap into config file | Danny Nguyen | 3 | -24/+33 | |
2017-03-23 | Add Makefile in keymap dir | Danny Nguyen | 1 | -0/+4 | |
2017-03-23 | Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵ | Danny Nguyen | 1 | -1/+1 | |
to 150ms | |||||
2017-03-22 | Update readme.md | ishtob | 1 | -8/+1 | |
2017-03-22 | Update i2c.c | ishtob | 1 | -2/+0 | |
2017-03-22 | Update i2c.c | ishtob | 1 | -90/+0 | |
2017-03-22 | Update i2c.c | ishtob | 1 | -1/+1 | |
2017-03-22 | Update i2c.c | ishtob | 1 | -1/+1 | |
2017-03-22 | Update matrix.c | ishtob | 1 | -1/+1 | |