aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core
AgeCommit message (Collapse)Author
2016-11-23converted to 8bit messagesGravatar Jack Humbert
2016-11-21cleaning up mididGravatar Jack Humbert
2016-11-21cleaning up new codeGravatar Jack Humbert
2016-11-21merging lets_splitGravatar Jack Humbert
2016-11-21working with helper, qmk_helper_windows@05b0105Gravatar Jack Humbert
2016-11-21more structure to the packageGravatar Jack Humbert
2016-11-18midi back and forthGravatar Jack Humbert
2016-11-17rgb light through midiGravatar Jack Humbert
2016-11-15animations, midi, etcGravatar Jack Humbert
2016-11-13mostly workingGravatar Jack Humbert
2016-10-28Refactoring Matrix scanningGravatar IBNobody
2016-10-28Fixing Debounce - WIPGravatar IBNobody
2016-10-23Fixed some large keyboard bugsGravatar IBNobody
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 #779Gravatar IBNobody
2016-09-23Fix issue #772 Meh and Hyper not workingGravatar Didier Loiseau
2016-09-12Fixed NO_PRINT / USER_PRINT conflict warning.Gravatar IBNobody
2016-09-10fix number of NKRO keysGravatar shela
32byte report = 1byte modifiers + 31byte keys 31byte * 8bit * 1key/bit = 248keys
2016-09-07Added User Print - A "light" console out option (#8)Gravatar 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)Gravatar IBNobody
* removing nkro references - wip * changed NKRO to be defined by keymap_config
2016-09-06Change NKRO size fron 16 bytes to 32 bytes.Gravatar IBNobody
2016-09-04Fix the ldflags.txt and obj.txt checksGravatar Fred 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 mkdirGravatar Fred Sundvik
So that it's created even when there's a deeper structure
2016-08-27Disable map file creation when building testsGravatar Fred Sundvik
It causes strange linker warnings on cygwin.
2016-08-27More common settings for unit tests and keyboardsGravatar Fred Sundvik
2016-08-27Rules for compiling and linking google testGravatar Fred Sundvik
2016-08-27Merge branch 'master' into fix_line_endingsGravatar Fred Sundvik
2016-08-27Normalize line endingsGravatar Fred Sundvik
2016-08-24Merge remote-tracking branch 'upstream/master' into makefile_overhaulGravatar Fred Sundvik
2016-08-23Merge pull request #677 from SmackleFunky/masterGravatar Jack Humbert
Virtual Serial Port - and a Layout that uses that virtual serial port for Plover
2016-08-23move to ergodox-ez onlyGravatar Jason Green
2016-08-23Merge branch 'master' into makefile_overhaulGravatar Fred Sundvik
2016-08-23Merge pull request #671 from Talljoe/one-handGravatar Jack Humbert
Add native one-handed support
2016-08-23Added USB Virtual Serial supportGravatar Jason Green
2016-08-20Improve one-hand support by adding more actions and tap keys.Gravatar Joe Wasson
2016-08-20Add one-hand support.Gravatar 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 endingsGravatar Fred Sundvik
2016-08-20Fix the clean targetGravatar Fred Sundvik
It now properly cleans all the outputs
2016-08-20Move bootloader_defs include to build_keyboardGravatar Fred Sundvik
Also fix it for subprojects
2016-08-20Add output specific config fileGravatar Fred Sundvik
2016-08-20Output specific include pathsGravatar Fred Sundvik
2016-08-20More general system for generating several outputsGravatar Fred Sundvik
2016-08-20Don't add VERSION as a defineGravatar Fred Sundvik
To avoid full recompilation when the git commit hash changes.
2016-08-20Move git submodule check and version generation to main MakefileGravatar Fred Sundvik
2016-08-20Remove unneded code from tmk_core/rules.mkGravatar Fred Sundvik
2016-08-07Convert hex to binGravatar di0ib
For flashing via alternative methods like LUFA MassStorage bootloader.
2016-07-31Remove the quick commands and add proper cleanGravatar Fred Sundvik
2016-07-31Also depend on the gcc versionGravatar Fred Sundvik
2016-07-31Force compilation and linking when options changesGravatar Fred Sundvik
2016-07-31More reliable .d file generationGravatar Fred Sundvik
Also generated inside the obj dir instead of separate deps folder.
2016-07-31Enable vpath seraching for source files onlyGravatar Fred Sundvik