Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-28 | typo removed {3 ... | ||
2017-03-28 | fixed capitalization issue (checkTime => checktime) | ||
2017-03-28 | Merge branch 'master' into default_atreus_layout | ||
2017-03-28 | moved checktime out of function | ||
2017-03-28 | declaring checktime before the function it is used in. | ||
2017-03-28 | fixed function to not accept any arguments. | ||
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 | ||
2017-03-28 | slight cleanup as per recommendation | ||
2017-03-28 | Moved key_timer out of function. | ||
2017-03-28 | removed a carriage return | ||
2017-03-28 | Merge remote-tracking branch 'refs/remotes/qmk/master' | ||
2017-03-28 | fixed #1139 issues | ||
A fix described by jackhumbert has been sorted out now. | |||
2017-03-28 | Merge pull request #1174 from nooges/atreus50 | ||
Add Atreus50 keyboard | |||
2017-03-28 | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | ||
Flesh out MIDI support | |||
2017-03-28 | Merge pull request #1167 from smt/smt/satan | ||
Add smt keymap for Satan 'GH60' | |||
2017-03-28 | Merge pull request #1162 from Khord/master | ||
My customized keymap + some tunes for the song list | |||
2017-03-28 | Move Atreus50 to hardwired directory and update README | ||
2017-03-28 | Merge pull request #1172 from nooges/hexwire-fixes | ||
Let's Split hexwire keymap fixes | |||
2017-03-28 | Merge pull request #1157 from jtbarrett/tada68_default | ||
Update readme and default layout for TADA68 | |||
2017-03-28 | Merge pull request #1180 from mattdibi/master | ||
Italian layout for ergodox keyboard | |||
2017-03-28 | Merge pull request #1171 from ishtob/master | ||
SSD1306 I2C OLED display support for let's split | |||
2017-03-28 | Merge pull request #1168 from newsboytko/newsboytko/frosty-flake | ||
Support Frosty Flake Controller (CM Storm QFR) | |||
2017-03-28 | Merge pull request #1178 from cheesemacfly/master | ||
XD60 different layout | |||
2017-03-28 | Merge pull request #1163 from jprMesh/atreus62_KC_KEYMAP | ||
Added KC_KEYMAP macro for old style keymaps in Atreus62 | |||
2017-03-28 | Removed images from ergodox ez italian layout | ||
2017-03-28 | Fixed layout title in ergodox ez italian keymap | ||
2017-03-28 | Fixed italian kymap readme | ||
2017-03-28 | Updated readme | ||
2017-03-28 | Added italian layout | ||
2017-03-26 | Create README.md | ||
2017-03-26 | Add files via upload | ||
2017-03-26 | fixing layout | ||
2017-03-24 | Adding different layer | ||
2017-03-24 | Swapped placement of `Ctrl` and `Alt` keys to match Technomancy's | ||
default layout | |||
2017-03-23 | Add RGB support | ||
2017-03-23 | Add RGB support for Let’s Split v1 | ||
2017-03-23 | Cleanup keymap | ||
2017-03-23 | Initial commit for Atreus50 with working audio | ||
2017-03-23 | Move keymap into config file | ||
2017-03-23 | Add Makefile in keymap dir | ||
2017-03-23 | Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵ | ||
to 150ms | |||
2017-03-22 | Update readme.md | ||
2017-03-22 | Update i2c.c | ||
2017-03-22 | Update i2c.c | ||
2017-03-22 | Update i2c.c | ||
2017-03-22 | Update i2c.c | ||
2017-03-22 | Update matrix.c | ||
2017-03-22 | Update split_util.c | ||
2017-03-22 | Update matrix.c | ||
2017-03-22 | OLED code cleanup | ||