~ruther/qmk_firmware

75183219 — Jack Humbert 9 years ago
Merge pull request #722 from fredizzimo/fix_always_linking

Fix the ldflags.txt and obj.txt checks
4769b851 — Jack Humbert 9 years ago
Merge pull request #719 from IBNobody/master

Updated docs to show more info on backlight breathing.
fcc2d439 — Jack Humbert 9 years ago
Merge pull request #716 from MajorKoos/master

Add support for JD40 MKII PCB
f1b67299 — Jack Humbert 9 years ago
Merge pull request #711 from hot-leaf-juice/master

Updated callum's keymap
0301d2fd — Jack Humbert 9 years ago
Merge pull request #710 from algernon/h/tap-dance/keyup-seq-start-fix

tap-dance: Do not start a sequence on keyup
13f3c733 — Fred Sundvik 9 years ago
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.
f16fece2 — IBNobody 9 years ago
Merge pull request #4 from IBNobody/update_atomic_planck_pvc_keymaps

Added diagonal mice macros, breathing ala Atomic
f6cb08a5 — IBNobody 9 years ago
Added diagonal mice macros, breathing ala Atomic
d55a705b — IBNobody 9 years ago
Moved breathing backlighting section in readme.md
f0656528 — IBNobody 9 years ago
Updated doc to contain breathing information.
7fd5b658 — IBNobody 9 years ago
Updated readme to have better backlight breathing info.
c2054098 — IBNobody 9 years ago
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
11224a00 — Major Koos 9 years ago
Add rules.mk file
295ef0d9 — Major Koos 9 years ago
Add support for JD40 MKII PCB

RGB Included.
e4167c8c — Callum Oakley 9 years ago
fixed incorrect key combination for locking screen on macOS
4c67ccc8 — Callum Oakley 9 years ago
changed some of the wording in the readme
8b2a235c — Callum Oakley 9 years ago
changed order of modifiers after experimentation, updated readme
9c3193f2 — Callum Oakley 9 years ago
Merge remote-tracking branch 'upstream/master'
acda2b79 — Gergely Nagy 9 years ago
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>
e28d151a — Jack Humbert 9 years ago
Merge pull request #707 from algernon/f/unicode/get-mode

process_unicode: Add get_unicode_input_mode()
Next