Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-04 | Merge pull request #4 from IBNobody/update_atomic_planck_pvc_keymaps | IBNobody | |
Added diagonal mice macros, breathing ala Atomic | |||
2016-09-04 | Added diagonal mice macros, breathing ala Atomic | IBNobody | |
2016-09-03 | Moved breathing backlighting section in readme.md | IBNobody | |
2016-09-03 | Updated doc to contain breathing information. | IBNobody | |
2016-09-03 | Updated readme to have better backlight breathing info. | IBNobody | |
2016-09-03 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | |
2016-09-02 | Add rules.mk file | Major Koos | |
2016-09-02 | Add support for JD40 MKII PCB | Major Koos | |
RGB Included. | |||
2016-09-02 | Removing/editing non applicable readme | profet23 | |
2016-09-02 | Adding 80 Key Ergodox Support | profet23 | |
2016-09-02 | fixed incorrect key combination for locking screen on macOS | Callum Oakley | |
2016-09-01 | changed some of the wording in the readme | Callum Oakley | |
2016-09-01 | changed order of modifiers after experimentation, updated readme | Callum Oakley | |
2016-09-01 | Merge remote-tracking branch 'upstream/master' | Callum Oakley | |
2016-09-01 | tap-dance: Do not start a sequence on keyup | Gergely Nagy | |
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 | Jack Humbert | |
process_unicode: Add get_unicode_input_mode() | |||
2016-08-31 | process_unicode: Add get_unicode_input_mode() | Gergely Nagy | |
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 | Jack Humbert | |
Bone2planck update | |||
2016-08-30 | Merge branch 'master' | Jason Janse van Rensburg | |
Conflicts: keyboards/planck/keymaps/bone2planck/keymap.c | |||
2016-08-29 | Merge pull request #703 from jhenahan/feature/jhenahan-keymap | Jack Humbert | |
jhenahan Planck layout | |||
2016-08-29 | Merge pull request #700 from algernon/h/ucis/enable-fix | Jack Humbert | |
build_keyboard.mk: Restore UCIS_ENABLE support | |||
2016-08-29 | Merge pull request #3 from jackhumbert/master | Damien | |
Merge from jackhumbert | |||
2016-08-29 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |
2016-08-29 | Update README | Jack Henahan | |
2016-08-29 | jhenahan layout | Jack Henahan | |
2016-08-29 | build_keyboard.mk: Restore UCIS_ENABLE support | Gergely Nagy | |
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' | IBNobody | |
2016-08-27 | Merge pull request #697 from fredizzimo/fix_gh_token_problem | Jack Humbert | |
Fix the .travis.yml so that GH_TOKEN works properly | |||
2016-08-27 | Merge pull request #696 from fredizzimo/community_boards | Jack Humbert | |
Update list of community keyboards | |||
2016-08-28 | Fix the .travis.yml so that GH_TOKEN works properly | Fred Sundvik | |
2016-08-28 | Update list of community keyboards | Fred Sundvik | |
2016-08-27 | Merge pull request #689 from jeebak/tv44-jeebak | Jack Humbert | |
Port jeebak's Planck/JD45 keymap to TV44 | |||
2016-08-27 | Merge pull request #684 from tomb0y/kc60_workman_dead | Jack Humbert | |
Correct typo in kc60 workman-dead keymap | |||
2016-08-27 | Merge pull request #695 from fredizzimo/dfu-util_instructions | Jack Humbert | |
Add dfu-util to the instructions | |||
2016-08-27 | Merge pull request #693 from fredizzimo/infinity60 | Jack Humbert | |
Rename infinity_chibios to infinity60, and add readme | |||
2016-08-27 | Merge pull request #694 from fredizzimo/keyboard_template | Jack Humbert | |
Fix the keyboard template with new make syntax | |||
2016-08-27 | Merge pull request #690 from fredizzimo/unit_test | Jack Humbert | |
Add Unit Testing support | |||
2016-08-27 | Rename infinity_chibios to infinity60, and add readme | Fred Sundvik | |
2016-08-27 | Add dfu-util to the instructions | Fred Sundvik | |
2016-08-27 | Fix the keyboard template with new make syntax | Fred Sundvik | |
Also add proper link to the parent | |||
2016-08-27 | Add unit test documentation | Fred Sundvik | |
2016-08-27 | Another attempt to make keyboards and tests in parallel | Fred Sundvik | |
2016-08-27 | Make tests and keyboards in two different jobs | Fred Sundvik | |
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 | Travis builds the default all target | Fred Sundvik | |
2016-08-27 | The all target makes all keyboards and all tests | Fred Sundvik | |
2016-08-27 | Support for running and cleaning all tests | Fred Sundvik | |
2016-08-27 | Disable map file creation when building tests | Fred Sundvik | |
It causes strange linker warnings on cygwin. | |||
2016-08-27 | Detect failures when running multiple tests | Fred Sundvik | |
Also add better output. |