summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2017-03-28declaring checktime before the function it is used in.Ole Anders
2017-03-28fixed 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-28removed varable trace option from makefileOle Anders
2017-03-28slight cleanup as per recommendationOle Anders
2017-03-28Moved key_timer out of function.Ole Anders
2017-03-28removed a carriage returnOle Anders
2017-03-28Merge remote-tracking branch 'refs/remotes/qmk/master'Ole Anders
2017-03-28fixed #1139 issuesOle Anders
A fix described by jackhumbert has been sorted out now.
2017-03-28Merge pull request #1174 from nooges/atreus50Jack Humbert
Add Atreus50 keyboard
2017-03-28Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert
Flesh out MIDI support
2017-03-28Merge pull request #1167 from smt/smt/satanJack Humbert
Add smt keymap for Satan 'GH60'
2017-03-28Merge pull request #1162 from Khord/masterJack Humbert
My customized keymap + some tunes for the song list
2017-03-28Move Atreus50 to hardwired directory and update READMEDanny Nguyen
2017-03-28Merge pull request #1172 from nooges/hexwire-fixesJack Humbert
Let's Split hexwire keymap fixes
2017-03-28Merge pull request #1157 from jtbarrett/tada68_defaultJack Humbert
Update readme and default layout for TADA68
2017-03-28Merge pull request #1180 from mattdibi/masterJack Humbert
Italian layout for ergodox keyboard
2017-03-28Merge pull request #1171 from ishtob/masterJack Humbert
SSD1306 I2C OLED display support for let's split
2017-03-28Merge pull request #1168 from newsboytko/newsboytko/frosty-flakeJack Humbert
Support Frosty Flake Controller (CM Storm QFR)
2017-03-28Merge pull request #1178 from cheesemacfly/masterJack Humbert
XD60 different layout
2017-03-28Merge pull request #1163 from jprMesh/atreus62_KC_KEYMAPJack Humbert
Added KC_KEYMAP macro for old style keymaps in Atreus62
2017-03-28Removed images from ergodox ez italian layoutmattdibi
2017-03-28Fixed layout title in ergodox ez italian keymapmattdibi
2017-03-28Fixed italian kymap readmemattdibi
2017-03-28Updated readmemattdibi
2017-03-28Added italian layoutmattdibi
2017-03-26Create README.mdNicolas Guelpa
2017-03-26Add files via uploadNicolas Guelpa
2017-03-26fixing layoutNicolas Guelpa
2017-03-24Adding different layerNicolas Guelpa
2017-03-23Add RGB supportDanny Nguyen
2017-03-23Add RGB support for Let’s Split v1Danny Nguyen
2017-03-23Cleanup keymapDanny Nguyen
2017-03-23Initial commit for Atreus50 with working audioDanny Nguyen
2017-03-23Move keymap into config fileDanny Nguyen
2017-03-23Add Makefile in keymap dirDanny Nguyen
2017-03-23Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵Danny Nguyen
to 150ms
2017-03-22Update readme.mdishtob
2017-03-22Update i2c.cishtob
2017-03-22Update i2c.cishtob
2017-03-22Update i2c.cishtob
2017-03-22Update i2c.cishtob
2017-03-22Update matrix.cishtob
2017-03-22Update split_util.cishtob
2017-03-22Update matrix.cishtob
2017-03-22OLED code cleanupishtob
2017-03-22Add files via uploadishtob
2017-03-22OLED code cleanupishtob
2017-03-22Added OLED SSD1306 support to I2Cishtob
2017-03-22Merged Fliphalf, now defined in config, added OLEDishtob
Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ```
2017-03-22Delete rules.mkishtob