summaryrefslogtreecommitdiff
path: root/tmk_core
AgeCommit message (Collapse)Author
2016-11-28Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Jack Humbert
2016-11-26separated into api files/folderJack Humbert
2016-11-26Merge pull request #903 from priyadi/ps2_init_delayJack Humbert
Make PS2 init delay configurable.
2016-11-26Make PS2 init delay configurable. Some devices are not fully powered upPriyadi Iman Nurcahyo
after 1s.
2016-11-23rgblight fixesJack Humbert
2016-11-23travis plsJack Humbert
2016-11-23converted to new formatJack Humbert
2016-11-23Fixed NO_SUSPEND_POWER_DOWN handlingWilba6582
2016-11-23converted to 8bit messagesJack Humbert
2016-11-23Fixed NO_SUSPEND_POWER_DOWN handlingWilba6582
2016-11-22Merge pull request #898 from PureSpider/backlight-fixJack Humbert
Set backlight status to on if it's at maximum brightness already and the brightness increase keybind is used
2016-11-22Set backlight status to on if it's at maximum brightness already and the ↵PureSpider
brightness increase keybind is used Before it was turned on but the status wasn't set to on, so you had to push the backlight toggle bind twice to turn it off again
2016-11-21cleaning up mididJack Humbert
2016-11-21cleaning up new codeJack Humbert
2016-11-21merging lets_splitJack Humbert
2016-11-21working with helper, qmk_helper_windows@05b0105Jack Humbert
2016-11-21more structure to the packageJack Humbert
2016-11-18midi back and forthJack Humbert
2016-11-17rgb light through midiJack Humbert
2016-11-15animations, midi, etcJack Humbert
2016-11-13mostly workingJack Humbert
2016-10-28Refactoring Matrix scanningIBNobody
2016-10-28Fixing Debounce - WIPIBNobody
2016-10-23Fixed some large keyboard bugsIBNobody
Fixed some bugs relating to keyboards with more than 16 columns. Also added the ability to mask off keyboard matrix bits.
2016-09-28Fix #770, Fix #779IBNobody
2016-09-23Fix issue #772 Meh and Hyper not workingDidier Loiseau
2016-09-12Fixed NO_PRINT / USER_PRINT conflict warning.IBNobody
2016-09-10fix number of NKRO keysshela
32byte report = 1byte modifiers + 31byte keys 31byte * 8bit * 1key/bit = 248keys
2016-09-07Added User Print - A "light" console out option (#8)IBNobody
User print disables the normal print messages in the body of QMK/TMK code and is meant as a lightweight alternative to NOPRINT. Use it when you only want to do a spot of debugging but lack flash resources for allowing all of the codebase to print (and store their wasteful strings).
2016-09-06Use keyboard config for nkro (#7)IBNobody
* removing nkro references - wip * changed NKRO to be defined by keymap_config
2016-09-06Change NKRO size fron 16 bytes to 32 bytes.IBNobody
2016-09-04Fix the ldflags.txt and obj.txt checksFred Sundvik
There was a minor typo, which caused the files to not be generated and therefore the elf files were always linked.
2016-08-27Add -p parameter to mkdirFred Sundvik
So that it's created even when there's a deeper structure
2016-08-27Disable map file creation when building testsFred Sundvik
It causes strange linker warnings on cygwin.
2016-08-27More common settings for unit tests and keyboardsFred Sundvik
2016-08-27Rules for compiling and linking google testFred Sundvik
2016-08-27Merge branch 'master' into fix_line_endingsFred Sundvik
2016-08-27Normalize line endingsFred Sundvik
2016-08-24Merge remote-tracking branch 'upstream/master' into makefile_overhaulFred Sundvik
2016-08-23Merge pull request #677 from SmackleFunky/masterJack Humbert
Virtual Serial Port - and a Layout that uses that virtual serial port for Plover
2016-08-23move to ergodox-ez onlyJason Green
2016-08-23Merge branch 'master' into makefile_overhaulFred Sundvik
2016-08-23Merge pull request #671 from Talljoe/one-handJack Humbert
Add native one-handed support
2016-08-23Added USB Virtual Serial supportJason Green
2016-08-20Improve one-hand support by adding more actions and tap keys.Joe Wasson
2016-08-20Add one-hand support.Joe Wasson
This adds an action, `ACTION_SWAP_HANDS`, that swaps the the keys on the keyboard across a keymap-defined hemisphere in order to support one-hand typing without requiring a separate one-handed layer. See updated `doc/keymap.md` for more information.
2016-08-20Normalize line endingsFred Sundvik
2016-08-20Fix the clean targetFred Sundvik
It now properly cleans all the outputs
2016-08-20Move bootloader_defs include to build_keyboardFred Sundvik
Also fix it for subprojects
2016-08-20Add output specific config fileFred Sundvik