Commit Graph

3725 Commits (12c1314b024b0e24dc561d8f8816561a4ca8ff42)
 

Author SHA1 Message Date
Gergely Nagy 74a1f00713 Fix the Space Cadet timeout code
Define a default TAPPING_TERM in quantum.c, for keyboards that do not
have it set. Fixes the CI failure.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
Seth Chandler 620e4f74d3 move KC expansion to separate macros 8 years ago
Seth Chandler ac7d202d4f merge upstream/master 8 years ago
samgalson@gmail.com 7f5e71d79f adds galson keymap 8 years ago
Gergely Nagy ffa5b1e7ea Add a timeout to space-cadet shift.
When one holds a Space Cadet shift, to have it act as a shift, so that
mouse behaviour changes, when released without any other key pressed, it
still registers a paren. To remedy this, add a hold timeout: if the key
is held longer than TAPPING_TERM, it will not register the parens.

Fixes #884, with the side-effect of not being able to have parens
trigger the OS-side repeat anymore.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
climbalima 102a830bbd changed readme 8 years ago
climbalima e356de2220 added the pinout for pro micro into maxipad 8 years ago
Jack Humbert a06115df19 don't always detect a matrix change (fixes debounce) 8 years ago
Benjamin Grabkowitz 6c5fce5c1a Adding readme placeholder 8 years ago
Benjamin Grabkowitz 00d88b74ad Adding Support for atreus62 keyboard. https://github.com/profet23/atreus62 8 years ago
Jack Humbert c38b3e3be9 Merge pull request #883 from climbalima/master
added rev2 lets split after merging with qmk
8 years ago
climbalima b085a34506 fixed readme conflicts 8 years ago
climbalima 21b6b4e6c4 should have fixed conflixed 8 years ago
climbalima 668c739702 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
climbalima 5cac51a773 Merge https://github.com/climbalima/qmk_firmware 8 years ago
climbalima 1dd6ceb45d Updated my repo to current qmk 8 years ago
Jack Humbert 72e78a017f Merge pull request #882 from seebs/master
dvorak/plover keyboard layout
8 years ago
Seebs 4da698fda3 dvorak/plover keyboard layout
Plover's steno support likes quasi-qwerty, and gaming likes qwerty,
and I like dvorak, so... what if I could have it all?

Signed-off-by: seebs <seebs@seebs.net>
8 years ago
Jack Humbert 9f1b27c5ba Merge pull request #880 from psyill/master
Added keymap "videck", an ErgoDox keymap for Vi(m) users.
8 years ago
Jack Humbert e025a94bc2 Merge pull request #879 from sethbc/update_sethbc_ergodox_keymap
update sethbc ergodox keymap
8 years ago
Jack Humbert d85f6deb9b Merge pull request #877 from sethbc/update_sethbc_satan_keymap
update sethbc keymap
8 years ago
Jack Humbert 6dde65c2a9 Merge pull request #876 from Dbroqua/master
Updated kc60/dbroqua layout and added satan/dbroqua_hhkb
8 years ago
Jack Humbert 17e1a4f825 Merge pull request #866 from fredizzimo/infinity60_clockfixes
Increase the infinity60 system tick frequency
8 years ago
Jack Humbert 7541122cad Merge pull request #860 from IBNobody/master
Improved Quantum Matrix
8 years ago
climbalima bce6e52391 fixed conflict 8 years ago
climbalima dd22c787b8 fixed extra paste 8 years ago
Hans Ellegård 162f603b1c Added keymap "videck", an ErgoDox keymap for Vi(m) users. 8 years ago
Seth Chandler aa76425395 oops, fixed inverted if statement 8 years ago
Seth Chandler 34bf8558cd update sethbc ergodox keymap 8 years ago
Seth Chandler b2bc215934 add sethbc keymap for gh60 and update macro expansion in connection with same 8 years ago
Seth Chandler 28249498bc update sethbc keymap 8 years ago
Damien 0a99cf300c Merge pull request #12 from jackhumbert/master
Merged from qmk
8 years ago
dbroqua 3bc51065a4 Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware 8 years ago
dbroqua 19ebf6161f - Added dbroqua_hhkb layout for Satan PCB 8 years ago
climbalima ec0db2933c Merge branch 'master' of https://github.com/climbalima/qmk_firmware
second try
8 years ago
climbalima b5cecb4cc9 Added both revisions into one folder 8 years ago
Jack Humbert 631b8999a7 Merge pull request #868 from potz/master
Add brazilian ABNT2 keymap
8 years ago
climbalima 79f82d3d80 returned to o 8 years ago
climbalima 6e27f6fbde Changes to be committed:
new file:   keyboards/lets_splitv2/Makefile
	new file:   keyboards/lets_splitv2/config.h
	new file:   keyboards/lets_splitv2/i2c.c
	new file:   keyboards/lets_splitv2/i2c.h
	new file:   keyboards/lets_splitv2/imgs/split-keyboard-i2c-schematic.png
	new file:   keyboards/lets_splitv2/imgs/split-keyboard-serial-schematic.png
	new file:   keyboards/lets_splitv2/keymaps/default/keymap.c
	new file:   keyboards/lets_splitv2/lets_split.c
	new file:   keyboards/lets_splitv2/lets_split.h
	new file:   keyboards/lets_splitv2/matrix.c
	new file:   keyboards/lets_splitv2/pro_micro.h
	new file:   keyboards/lets_splitv2/readme.md
	new file:   keyboards/lets_splitv2/serial.c
	new file:   keyboards/lets_splitv2/serial.h
	new file:   keyboards/lets_splitv2/split_util.c
	new file:   keyboards/lets_splitv2/split_util.h
	new file:   keyboards/maxipad/Makefile
	new file:   keyboards/maxipad/config.h
	new file:   keyboards/maxipad/keymaps/default/Makefile
	new file:   keyboards/maxipad/keymaps/default/config.h
	new file:   keyboards/maxipad/keymaps/default/keymap.c
	new file:   keyboards/maxipad/keymaps/default/readme.md
	new file:   keyboards/maxipad/maxipad.c
	new file:   keyboards/maxipad/maxipad.h
	new file:   keyboards/maxipad/readme.md
8 years ago
Erez Zukerman f73a378f0f Merge pull request #870 from NoahAndrews/patch-1
Add proper shortcode for KC_DELETE to keycode.txt
8 years ago
IBNobody 1803dbc6d5 Merge remote-tracking branch 'refs/remotes/jackhumbert/master' 8 years ago
Noah Andrews 64218f0f70 Add proper shortcode for KC_DELETE to keycode.txt 8 years ago
Potiguar Faga 7aa31ad338 Add brazilian ABNT2 keymap 8 years ago
Jack Humbert a9e0fd410c Merge pull request #867 from fredizzimo/variable_trace
Variable trace
8 years ago
Jack Humbert 309d93184e Merge pull request #852 from J3RN/remove-z-slash-controls
Removed the control action when holding z or /
8 years ago
Fred Sundvik 0ba3e523a7 Add documentation for the variable tracing 8 years ago
Fred Sundvik a377017c95 Add possibility to control variable trace from make 8 years ago
Fred Sundvik f519b94be7 Add variable trace
For debugging changes to variables, either normally or as a result
of a memory corruption.
8 years ago
Jonathan Arnett 1d766c596e
Removed the control action when holding z or / 8 years ago
Fred Sundvik c06e2486ab Increase the infinity60 system tick frequency 8 years ago