Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-01 | Merge remote-tracking branch 'upstream/master' | ||
2016-09-01 | tap-dance: Do not start a sequence on keyup | ||
There was an odd case, which confused the hell out of tap-dance: suppose you had a number of tap-dance keys, on a layer, and as part of the tap-dance, you turned that layer off - or had it on one-shot to begin with. In this case, the keydown event would trigger the tap-dance key, but the keyup would not. This had two funky consequences: - tap-dance did not correctly register that the dance has ended. - pressing any other tap-dance key would interrupt the previous tap-dance, and potentially input unwanted characters. To fix this, we simply do not start a tap-dance sequence on keyup, only when it is pressed. This way the previous sequence has enough time to time-out and finish properly, and we don't get confused. This fixes algernon/ergodox-layout#107. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-08-31 | Merge pull request #707 from algernon/f/unicode/get-mode | ||
process_unicode: Add get_unicode_input_mode() | |||
2016-08-31 | process_unicode: Add get_unicode_input_mode() | ||
There may be cases where one would like to know the current Unicode input mode, without having to keep track of it themselves. Add a function that does just this. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-08-30 | Merge pull request #705 from VoodaGod/bone2planck | ||
Bone2planck update | |||
2016-08-30 | Merge branch 'master' | ||
Conflicts: keyboards/planck/keymaps/bone2planck/keymap.c | |||
2016-08-29 | Merge pull request #703 from jhenahan/feature/jhenahan-keymap | ||
jhenahan Planck layout | |||
2016-08-29 | Merge pull request #700 from algernon/h/ucis/enable-fix | ||
build_keyboard.mk: Restore UCIS_ENABLE support | |||
2016-08-29 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-08-29 | Update README | ||
2016-08-29 | jhenahan layout | ||
2016-08-29 | build_keyboard.mk: Restore UCIS_ENABLE support | ||
During the build system refactor, support for enabling UCIS seems to have been lost. This little patch adds that back, so that keymaps using UCIS can be compiled again. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-08-28 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
2016-08-27 | Merge pull request #697 from fredizzimo/fix_gh_token_problem | ||
Fix the .travis.yml so that GH_TOKEN works properly | |||
2016-08-27 | Merge pull request #696 from fredizzimo/community_boards | ||
Update list of community keyboards | |||
2016-08-28 | Fix the .travis.yml so that GH_TOKEN works properly | ||
2016-08-28 | Update list of community keyboards | ||
2016-08-27 | Merge pull request #689 from jeebak/tv44-jeebak | ||
Port jeebak's Planck/JD45 keymap to TV44 | |||
2016-08-27 | Merge pull request #684 from tomb0y/kc60_workman_dead | ||
Correct typo in kc60 workman-dead keymap | |||
2016-08-27 | Merge pull request #695 from fredizzimo/dfu-util_instructions | ||
Add dfu-util to the instructions | |||
2016-08-27 | Merge pull request #693 from fredizzimo/infinity60 | ||
Rename infinity_chibios to infinity60, and add readme | |||
2016-08-27 | Merge pull request #694 from fredizzimo/keyboard_template | ||
Fix the keyboard template with new make syntax | |||
2016-08-27 | Merge pull request #690 from fredizzimo/unit_test | ||
Add Unit Testing support | |||
2016-08-27 | Rename infinity_chibios to infinity60, and add readme | ||
2016-08-27 | Add dfu-util to the instructions | ||
2016-08-27 | Fix the keyboard template with new make syntax | ||
Also add proper link to the parent | |||
2016-08-27 | Add unit test documentation | ||
2016-08-27 | Another attempt to make keyboards and tests in parallel | ||
2016-08-27 | Make tests and keyboards in two different jobs | ||
2016-08-27 | Add -p parameter to mkdir | ||
So that it's created even when there's a deeper structure | |||
2016-08-27 | Travis builds the default all target | ||
2016-08-27 | The all target makes all keyboards and all tests | ||
2016-08-27 | Support for running and cleaning all tests | ||
2016-08-27 | Disable map file creation when building tests | ||
It causes strange linker warnings on cygwin. | |||
2016-08-27 | Detect failures when running multiple tests | ||
Also add better output. | |||
2016-08-27 | Convert tirple_buffered_object_tests to GTest | ||
2016-08-27 | Convert transport_tests to GTest | ||
2016-08-27 | Convert frame_validator_tests to GTest | ||
2016-08-27 | Convert frame_router_tests to GTest | ||
2016-08-27 | More common settings for unit tests and keyboards | ||
2016-08-27 | Fix running multiple tests | ||
2016-08-27 | Running of unit tests | ||
But only if the compilation has succeeded | |||
2016-08-27 | Build actual tests, convert byte_stuffer_tests | ||
2016-08-27 | Rules for compiling and linking google test | ||
2016-08-27 | The makefile actually calls build_test | ||
2016-08-27 | Basic framework for parsing test targets | ||
2016-08-27 | Add Google Test submodule | ||
2016-08-27 | Merge pull request #691 from fredizzimo/fix_line_endings | ||
Fix line endings | |||
2016-08-27 | Merge branch 'master' into fix_line_endings | ||
2016-08-27 | Merge pull request #666 from fredizzimo/makefile_overhaul | ||
Makefile overhaul |