Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-28 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | |
2016-11-26 | separated into api files/folder | Jack Humbert | |
2016-11-26 | Merge pull request #903 from priyadi/ps2_init_delay | Jack Humbert | |
Make PS2 init delay configurable. | |||
2016-11-26 | Make PS2 init delay configurable. Some devices are not fully powered up | Priyadi Iman Nurcahyo | |
after 1s. | |||
2016-11-23 | rgblight fixes | Jack Humbert | |
2016-11-23 | travis pls | Jack Humbert | |
2016-11-23 | converted to new format | Jack Humbert | |
2016-11-23 | Fixed NO_SUSPEND_POWER_DOWN handling | Wilba6582 | |
2016-11-23 | converted to 8bit messages | Jack Humbert | |
2016-11-23 | Fixed NO_SUSPEND_POWER_DOWN handling | Wilba6582 | |
2016-11-22 | Merge pull request #898 from PureSpider/backlight-fix | Jack Humbert | |
Set backlight status to on if it's at maximum brightness already and the brightness increase keybind is used | |||
2016-11-22 | Set 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-21 | cleaning up midid | Jack Humbert | |
2016-11-21 | cleaning up new code | Jack Humbert | |
2016-11-21 | merging lets_split | Jack Humbert | |
2016-11-21 | working with helper, qmk_helper_windows@05b0105 | Jack Humbert | |
2016-11-21 | more structure to the package | Jack Humbert | |
2016-11-18 | midi back and forth | Jack Humbert | |
2016-11-17 | rgb light through midi | Jack Humbert | |
2016-11-15 | animations, midi, etc | Jack Humbert | |
2016-11-13 | mostly working | Jack Humbert | |
2016-10-28 | Refactoring Matrix scanning | IBNobody | |
2016-10-28 | Fixing Debounce - WIP | IBNobody | |
2016-10-23 | Fixed some large keyboard bugs | IBNobody | |
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 | IBNobody | |
2016-09-23 | Fix issue #772 Meh and Hyper not working | Didier Loiseau | |
2016-09-12 | Fixed NO_PRINT / USER_PRINT conflict warning. | IBNobody | |
2016-09-10 | fix number of NKRO keys | shela | |
32byte report = 1byte modifiers + 31byte keys 31byte * 8bit * 1key/bit = 248keys | |||
2016-09-07 | Added 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-06 | Use keyboard config for nkro (#7) | IBNobody | |
* removing nkro references - wip * changed NKRO to be defined by keymap_config | |||
2016-09-06 | Change NKRO size fron 16 bytes to 32 bytes. | IBNobody | |
2016-09-04 | Fix the ldflags.txt and obj.txt checks | 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-27 | Add -p parameter to mkdir | Fred Sundvik | |
So that it's created even when there's a deeper structure | |||
2016-08-27 | Disable map file creation when building tests | Fred Sundvik | |
It causes strange linker warnings on cygwin. | |||
2016-08-27 | More common settings for unit tests and keyboards | Fred Sundvik | |
2016-08-27 | Rules for compiling and linking google test | Fred Sundvik | |
2016-08-27 | Merge branch 'master' into fix_line_endings | Fred Sundvik | |
2016-08-27 | Normalize line endings | Fred Sundvik | |
2016-08-24 | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | Fred Sundvik | |
2016-08-23 | Merge pull request #677 from SmackleFunky/master | Jack Humbert | |
Virtual Serial Port - and a Layout that uses that virtual serial port for Plover | |||
2016-08-23 | move to ergodox-ez only | Jason Green | |
2016-08-23 | Merge branch 'master' into makefile_overhaul | Fred Sundvik | |
2016-08-23 | Merge pull request #671 from Talljoe/one-hand | Jack Humbert | |
Add native one-handed support | |||
2016-08-23 | Added USB Virtual Serial support | Jason Green | |
2016-08-20 | Improve one-hand support by adding more actions and tap keys. | Joe Wasson | |
2016-08-20 | Add 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-20 | Normalize line endings | Fred Sundvik | |
2016-08-20 | Fix the clean target | Fred Sundvik | |
It now properly cleans all the outputs | |||
2016-08-20 | Move bootloader_defs include to build_keyboard | Fred Sundvik | |
Also fix it for subprojects | |||
2016-08-20 | Add output specific config file | Fred Sundvik | |