~ruther/qmk_firmware

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
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()
c9ea236f — Gergely Nagy 9 years ago
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>
27f9671a — Jack Humbert 9 years ago
Merge pull request #705 from VoodaGod/bone2planck

Bone2planck update
fc2ca62a — Jason Janse van Rensburg 9 years ago
Merge branch 'master'

Conflicts:
	keyboards/planck/keymaps/bone2planck/keymap.c
8e00c464 — Jack Humbert 9 years ago
Merge pull request #703 from jhenahan/feature/jhenahan-keymap

jhenahan Planck layout
3301e221 — Jack Humbert 9 years ago
Merge pull request #700 from algernon/h/ucis/enable-fix

build_keyboard.mk: Restore UCIS_ENABLE support
6d7637ae — Jack Henahan 9 years ago
Update README
42f1ce08 — Jack Henahan 9 years ago
jhenahan layout
2f0395ce — Gergely Nagy 9 years ago
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>
6d1e9168 — Jack Humbert 9 years ago
Merge pull request #697 from fredizzimo/fix_gh_token_problem

Fix the .travis.yml so that GH_TOKEN works properly
25502277 — Jack Humbert 9 years ago
Merge pull request #696 from fredizzimo/community_boards

Update list of community keyboards
83eb9e4e — Fred Sundvik 9 years ago
Fix the .travis.yml so that GH_TOKEN works properly
3bdebd22 — Fred Sundvik 9 years ago
Update list of community keyboards
Next