Merge pull request #722 from fredizzimo/fix_always_linking
Fix the ldflags.txt and obj.txt checks
Merge pull request #719 from IBNobody/master
Updated docs to show more info on backlight breathing.
Merge pull request #716 from MajorKoos/master
Add support for JD40 MKII PCB
Merge pull request #711 from hot-leaf-juice/master
Updated callum's keymap
Merge pull request #710 from algernon/h/tap-dance/keyup-seq-start-fix
tap-dance: Do not start a sequence on keyup
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.
Merge pull request #4 from IBNobody/update_atomic_planck_pvc_keymaps
Added diagonal mice macros, breathing ala Atomic
Added diagonal mice macros, breathing ala Atomic
Moved breathing backlighting section in readme.md
Updated doc to contain breathing information.
Updated readme to have better backlight breathing info.
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Add support for JD40 MKII PCB
RGB Included.
fixed incorrect key combination for locking screen on macOS
changed some of the wording in the readme
changed order of modifiers after experimentation, updated readme
Merge remote-tracking branch 'upstream/master'
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>
Merge pull request #707 from algernon/f/unicode/get-mode
process_unicode: Add get_unicode_input_mode()