Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | converted to new format | Jack Humbert | 2016-11-23 | 2 | -115/+192 | |
| | | | | ||||||
| * | | | converted to 8bit messages | Jack Humbert | 2016-11-23 | 2 | -51/+69 | |
| | | | | ||||||
| * | | | cleaning up midid | Jack Humbert | 2016-11-21 | 2 | -2/+9 | |
| | | | | ||||||
| * | | | cleaning up new code | Jack Humbert | 2016-11-21 | 1 | -63/+27 | |
| | | | | ||||||
| * | | | merging lets_split | Jack Humbert | 2016-11-21 | 1 | -3/+3 | |
| |\| | | ||||||
| | * | | Refactoring Matrix scanning | IBNobody | 2016-10-28 | 1 | -10/+0 | |
| | | | | ||||||
| | * | | Fixing Debounce - WIP | IBNobody | 2016-10-28 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | Fixed some large keyboard bugs | IBNobody | 2016-10-23 | 1 | -3/+3 | |
| | |/ | | | | | | | | | | | | | Fixed some bugs relating to keyboards with more than 16 columns. Also added the ability to mask off keyboard matrix bits. | |||||
| * | | working with helper, qmk_helper_windows@05b0105 | Jack Humbert | 2016-11-21 | 1 | -0/+6 | |
| | | | ||||||
| * | | more structure to the package | Jack Humbert | 2016-11-21 | 2 | -22/+100 | |
| | | | ||||||
| * | | midi back and forth | Jack Humbert | 2016-11-18 | 2 | -17/+46 | |
| | | | ||||||
| * | | rgb light through midi | Jack Humbert | 2016-11-17 | 1 | -0/+96 | |
| | | | ||||||
| * | | animations, midi, etc | Jack Humbert | 2016-11-15 | 1 | -2/+3 | |
| | | | ||||||
| * | | mostly working | Jack Humbert | 2016-11-13 | 1 | -3/+30 | |
| |/ | ||||||
* / | Keep unicode's input_mode through a power cycle | Zach Nielsen | 2016-11-10 | 1 | -0/+1 | |
|/ | ||||||
* | Fix #770, Fix #779 | IBNobody | 2016-09-28 | 2 | -7/+4 | |
| | ||||||
* | Fix issue #772 Meh and Hyper not working | Didier Loiseau | 2016-09-23 | 1 | -3/+4 | |
| | ||||||
* | Fixed NO_PRINT / USER_PRINT conflict warning. | IBNobody | 2016-09-12 | 1 | -2/+6 | |
| | ||||||
* | fix number of NKRO keys | shela | 2016-09-10 | 1 | -1/+1 | |
| | | | | 32byte report = 1byte modifiers + 31byte keys 31byte * 8bit * 1key/bit = 248keys | |||||
* | Added User Print - A "light" console out option (#8) | IBNobody | 2016-09-07 | 4 | -23/+155 | |
| | | | | | | | 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). | |||||
* | Use keyboard config for nkro (#7) | IBNobody | 2016-09-06 | 12 | -41/+52 | |
| | | | | | | * removing nkro references - wip * changed NKRO to be defined by keymap_config | |||||
* | Change NKRO size fron 16 bytes to 32 bytes. | IBNobody | 2016-09-06 | 1 | -6/+6 | |
| | ||||||
* | Fix the ldflags.txt and obj.txt checks | Fred Sundvik | 2016-09-04 | 1 | -2/+4 | |
| | | | | | There was a minor typo, which caused the files to not be generated and therefore the elf files were always linked. | |||||
* | Add -p parameter to mkdir | Fred Sundvik | 2016-08-27 | 1 | -2/+2 | |
| | | | | So that it's created even when there's a deeper structure | |||||
* | Disable map file creation when building tests | Fred Sundvik | 2016-08-27 | 1 | -1/+5 | |
| | | | | It causes strange linker warnings on cygwin. | |||||
* | More common settings for unit tests and keyboards | Fred Sundvik | 2016-08-27 | 1 | -40/+31 | |
| | ||||||
* | Rules for compiling and linking google test | Fred Sundvik | 2016-08-27 | 2 | -10/+33 | |
| | ||||||
* | Merge branch 'master' into fix_line_endings | Fred Sundvik | 2016-08-27 | 4 | -221/+53 | |
|\ | ||||||
| * | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | Fred Sundvik | 2016-08-24 | 5 | -4/+272 | |
| |\ | ||||||
| * \ | Merge branch 'master' into makefile_overhaul | Fred Sundvik | 2016-08-23 | 30 | -2170/+2300 | |
| |\ \ | ||||||
| * | | | Fix the clean target | Fred Sundvik | 2016-08-20 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | It now properly cleans all the outputs | |||||
| * | | | Move bootloader_defs include to build_keyboard | Fred Sundvik | 2016-08-20 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | | Also fix it for subprojects | |||||
| * | | | Add output specific config file | Fred Sundvik | 2016-08-20 | 1 | -14/+6 | |
| | | | | ||||||
| * | | | Output specific include paths | Fred Sundvik | 2016-08-20 | 1 | -13/+5 | |
| | | | | ||||||
| * | | | More general system for generating several outputs | Fred Sundvik | 2016-08-20 | 2 | -87/+42 | |
| | | | | ||||||
| * | | | Don't add VERSION as a define | Fred Sundvik | 2016-08-20 | 2 | -4/+2 | |
| | | | | | | | | | | | | | | | | To avoid full recompilation when the git commit hash changes. | |||||
| * | | | Move git submodule check and version generation to main Makefile | Fred Sundvik | 2016-08-20 | 1 | -11/+2 | |
| | | | | ||||||
| * | | | Remove unneded code from tmk_core/rules.mk | Fred Sundvik | 2016-08-20 | 1 | -89/+2 | |
| | | | | ||||||
* | | | | Normalize line endings | Fred Sundvik | 2016-08-27 | 18 | -3118/+3118 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #677 from SmackleFunky/master | Jack Humbert | 2016-08-23 | 5 | -4/+272 | |
|\ \ \ | |_|/ |/| | | Virtual Serial Port - and a Layout that uses that virtual serial port for Plover | |||||
| * | | move to ergodox-ez only | Jason Green | 2016-08-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added USB Virtual Serial support | Jason Green | 2016-08-23 | 5 | -4/+272 | |
| | | | ||||||
* | | | Merge pull request #671 from Talljoe/one-hand | Jack Humbert | 2016-08-23 | 4 | -1/+131 | |
|\ \ \ | |/ / |/| | | Add native one-handed support | |||||
| * | | Improve one-hand support by adding more actions and tap keys. | Joe Wasson | 2016-08-20 | 2 | -8/+77 | |
| | | | ||||||
| * | | Add one-hand support. | Joe Wasson | 2016-08-20 | 4 | -1/+62 | |
| |/ | | | | | | | 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. | |||||
* / | Normalize line endings | Fred Sundvik | 2016-08-20 | 26 | -2169/+2169 | |
|/ | ||||||
* | Convert hex to bin | di0ib | 2016-08-07 | 1 | -0/+5 | |
| | | | For flashing via alternative methods like LUFA MassStorage bootloader. | |||||
* | Remove the quick commands and add proper clean | Fred Sundvik | 2016-07-31 | 1 | -26/+5 | |
| | ||||||
* | Also depend on the gcc version | Fred Sundvik | 2016-07-31 | 1 | -3/+5 | |
| | ||||||
* | Force compilation and linking when options changes | Fred Sundvik | 2016-07-31 | 1 | -9/+28 | |
| |