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