Xyverz [Thu, 18 Aug 2016 07:34:22 +0000 (00:34 -0700)]
more formatting changes
Xyverz [Thu, 18 Aug 2016 07:27:54 +0000 (00:27 -0700)]
Hopefully this fixes the layout diagrams.
Xyverz [Thu, 18 Aug 2016 07:22:56 +0000 (00:22 -0700)]
Added a readme, tidied up comments in the keymap.
Xyverz [Thu, 18 Aug 2016 07:05:24 +0000 (00:05 -0700)]
Returned RAISE and LOWER buttons to their original functions - too many inopportune ENTER inputs. :-(
Xyverz [Thu, 18 Aug 2016 06:55:58 +0000 (23:55 -0700)]
Merge branch 'master' of https://github.com/Xyverz/qmk_firmware
Xyverz [Thu, 18 Aug 2016 06:53:56 +0000 (23:53 -0700)]
Merge remote-tracking branch 'upstream/master'
this merge is necessary,
Jack Humbert [Thu, 18 Aug 2016 01:17:30 +0000 (21:17 -0400)]
Merge pull request #648 from Vifon/dynamic_macros
Implement the dynamic macros that are recorded in runtime
Jack Humbert [Thu, 18 Aug 2016 01:16:49 +0000 (21:16 -0400)]
Merge pull request #647 from Vifon/process_record_nocache-fix
Fix the process_record_nocache function
Jack Humbert [Thu, 18 Aug 2016 01:15:29 +0000 (21:15 -0400)]
Merge pull request #645 from algernon/f/tap-dance/buffering
tap-dance rework
Jack Humbert [Thu, 18 Aug 2016 01:11:59 +0000 (21:11 -0400)]
Merge pull request #640 from toneman77/iso_satan
heavily modified spacefn layout for iso boards using the satan PCB
Jack Humbert [Thu, 18 Aug 2016 01:11:02 +0000 (21:11 -0400)]
Merge pull request #638 from premek/master
Split layout for planck
Jack Humbert [Thu, 18 Aug 2016 01:10:33 +0000 (21:10 -0400)]
Merge pull request #637 from mld2443/master
Circuit keymap for Planck keyboard
Wojciech Siewierski [Wed, 17 Aug 2016 23:40:54 +0000 (01:40 +0200)]
Add the dynamic macros documentation to the readme
Wojciech Siewierski [Wed, 17 Aug 2016 23:37:13 +0000 (01:37 +0200)]
Implement the dynamic macros that are recorded in runtime
Wojciech Siewierski [Wed, 17 Aug 2016 23:34:05 +0000 (01:34 +0200)]
Fix the process_record_nocache function
This function relies on checking the disable_action_cache static
variable before accessing the layer cache.
Xyverz [Wed, 17 Aug 2016 21:55:01 +0000 (14:55 -0700)]
Update readme.md
Xyverz [Wed, 17 Aug 2016 21:54:05 +0000 (14:54 -0700)]
Create readme.md
Toni [Wed, 17 Aug 2016 13:33:14 +0000 (15:33 +0200)]
wring keypress for german iso fixed. prettified
Gergely Nagy [Wed, 17 Aug 2016 11:04:50 +0000 (13:04 +0200)]
tap-dance: Major rework, to make it more reliable
This reworks how the tap-dance feature works: instead of one global
state, we have a state for each tap-dance key, so we can cancel them
when another tap-dance key is in flight. This fixes #527.
Since we have a state for each key, we can avoid situation where a keyup
would mess with our global state. This fixes #563.
And while here, we also make sure to fire events only once, and this
fixes #574.
There is one breaking change, though: tap-dance debugging support was
removed, because dumping the whole state would increase the firmware
size too much. Any keymap that made use of this, will have to be
updated (but there's no such keymap in the repo).
Also, there's a nice trick used in this rework: we need to iterate
through tap_dance_actions in a few places, to check for timeouts, and so
on. For this, we'd need to know the size of the array. We can't discover
that at compile-time, because tap-dance gets compiled separately. We'd
like to avoid having to terminate the list with a sentinel value,
because that would require updates to all keymaps that use the feature.
So, we keep track of the highest tap-dance code seen so far, and iterate
until that index.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Gergely Nagy [Wed, 17 Aug 2016 08:28:08 +0000 (10:28 +0200)]
tap-dance: Include action_tapping.h for TAPPING_TERM
Include `action_tapping.h`, so the keymap does not have to define a
`TAPPING_TERM` for us, and we can use the default.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Toni [Tue, 16 Aug 2016 15:35:03 +0000 (17:35 +0200)]
no more warning thanks to iFreilicht's tip with undef
Toni [Tue, 16 Aug 2016 14:44:12 +0000 (16:44 +0200)]
in accordance to keymap_makefile_example.mk
Toni [Tue, 16 Aug 2016 14:35:57 +0000 (16:35 +0200)]
minor grammer fixes
Toni [Tue, 16 Aug 2016 14:32:42 +0000 (16:32 +0200)]
big cleanup and minor refactoring. thanks iFreilicht.
Přemek Vyhnal [Mon, 15 Aug 2016 23:07:34 +0000 (01:07 +0200)]
Update readme.md
premek [Mon, 15 Aug 2016 22:50:35 +0000 (00:50 +0200)]
premek split layout
premek [Mon, 15 Aug 2016 22:44:58 +0000 (00:44 +0200)]
premek split layout
Matt [Mon, 15 Aug 2016 22:26:01 +0000 (17:26 -0500)]
Added my custom Planck layout called Circuit.
* Layout has image and readme, as well as documentation in the code.
Toni [Mon, 15 Aug 2016 19:47:07 +0000 (21:47 +0200)]
grammar
Toni [Mon, 15 Aug 2016 19:44:20 +0000 (21:44 +0200)]
reference to reddit post and Terry Mathews
Toni [Mon, 15 Aug 2016 19:18:25 +0000 (21:18 +0200)]
script now waits for the user to press the button
Toni [Mon, 15 Aug 2016 19:12:49 +0000 (21:12 +0200)]
readme now with picture
Toni [Mon, 15 Aug 2016 19:04:11 +0000 (21:04 +0200)]
more prettyness
Toni [Mon, 15 Aug 2016 19:02:40 +0000 (21:02 +0200)]
Update readme.md
typo
Toni [Mon, 15 Aug 2016 19:02:07 +0000 (21:02 +0200)]
Update readme.md
attempt to prettify the table
Toni [Mon, 15 Aug 2016 18:59:50 +0000 (20:59 +0200)]
more information. first steps in markdown
Toni [Mon, 15 Aug 2016 18:46:38 +0000 (20:46 +0200)]
readme.md added
Toni [Mon, 15 Aug 2016 18:32:45 +0000 (20:32 +0200)]
removed my personal stuff
Toni [Mon, 15 Aug 2016 17:48:53 +0000 (19:48 +0200)]
Merge remote-tracking branch 'origin/master' into iso_split_rshift
no idea what is merged
Jack Humbert [Mon, 15 Aug 2016 16:19:01 +0000 (12:19 -0400)]
Merge pull request #635 from algernon/f/ucis
Symbolic Unicode Input System
Xyverz [Mon, 15 Aug 2016 13:57:24 +0000 (06:57 -0700)]
Adding KC_BSPC to the LT() macro for LOWER resulted in a backspace stroke being sent if the LOWER key was used too quickly.
Switching back to original LOWER macro, but keeping the new RAISE macro.
Xyverz [Mon, 15 Aug 2016 13:28:39 +0000 (06:28 -0700)]
Adding u/treasuredfrog's hack to use LT() with the RAISE and LOWER macros.
Gergely Nagy [Mon, 15 Aug 2016 08:07:13 +0000 (10:07 +0200)]
process_unicode: Introduce a slight delay
When entering unicode codes, use some delay, so the OS has time to
process the information. This is not needed on all systems, but some
seem to require it.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Gergely Nagy [Mon, 15 Aug 2016 08:02:05 +0000 (10:02 +0200)]
process_unicode: Replace register_hex32
It turns out that register_hex32 did not work reliably, and some systems
only allow 7 chars after the unicode magic sequence, while others allow
8. To remedy the situation, store the codes as strings, and type those
in instead of doing bit shifting magic.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Gergely Nagy [Sun, 14 Aug 2016 12:34:52 +0000 (14:34 +0200)]
process_unicode: Use uint32_t for UCIS purposes
Use a single uint32_t to store the unicode of a symbol, instead of an
array of uint16_ts.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Gergely Nagy [Sun, 14 Aug 2016 08:37:51 +0000 (10:37 +0200)]
process_unicode: Make the startup overridable
Extract out the part of `qk_ucis_start` that inputs the placeholder
symbol, and make it weak, so it can be overridden.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Gergely Nagy [Sat, 13 Aug 2016 09:14:42 +0000 (11:14 +0200)]
process_unicode: Call process_ucis() automatically
If UCIS is enabled, call process_ucis() automatically from
process_record_quantum().
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Gergely Nagy [Sat, 13 Aug 2016 09:11:22 +0000 (11:11 +0200)]
process_unicode: Handle too long UCIS symbol names
If the symbol name being entered is longer than the max, stop recording
it, and stop processing keycodes apart from the ones that can delete,
finish or cancel the sequence.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Gergely Nagy [Sat, 13 Aug 2016 08:46:38 +0000 (10:46 +0200)]
process_unicode: Add a way to enter unicode symbols by name
The purpose of this change is to allow keymaps to specify a dictionary
of unicode symbol name to code mappings, and let the person at the
keyboard enter unicode symbols by name.
This is done by having a way to trigger unicode symbol input mode, when
all keys are cached until Esc, Enter or Space are pressed. Once that
happens, we try to look up the symbol from our lookup table. If found,
we erase back, and type the unicode magic in to get that symbol. If not
found, we still erase back, start unicode input mode, and replay what
the user typed in.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Gergely Nagy [Sat, 13 Aug 2016 08:43:22 +0000 (10:43 +0200)]
process_unicode: Small refactor & linux fix
This moves the unicode input start / end sequences into their own
functions, so keymaps and other functionality can build on it too.
At the same time, it changes how the Linux variant works, to match
reality: CTRL+SHIFT must be unregistered too, and we close the thing
with a Space instead.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Xyverz [Mon, 15 Aug 2016 03:27:41 +0000 (20:27 -0700)]
Merge remote-tracking branch 'upstream/master'
Xyverz [Mon, 15 Aug 2016 03:25:52 +0000 (20:25 -0700)]
Setup the bottom-row modifiers to be mac-like in their arrangement.
Jack Humbert [Mon, 15 Aug 2016 01:03:15 +0000 (21:03 -0400)]
Merge pull request #634 from di0ib/master
minorca handwired
di0ib [Mon, 15 Aug 2016 00:13:58 +0000 (14:13 -1000)]
moved to handwired folder
di0ib [Sun, 14 Aug 2016 23:20:00 +0000 (13:20 -1000)]
Merge branch 'master' of https://github.com/di0ib/qmk_firmware
di0ib [Sun, 14 Aug 2016 23:19:20 +0000 (13:19 -1000)]
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Jack Humbert [Sun, 14 Aug 2016 22:50:22 +0000 (18:50 -0400)]
Merge pull request #631 from jacwib/master
Jacwib's keymap
Jack Humbert [Sun, 14 Aug 2016 22:50:03 +0000 (18:50 -0400)]
Merge pull request #627 from algernon/h/set-unicode-input-mode
process_unicode: Fix set_unicode_input_mode()
Jack Humbert [Sun, 14 Aug 2016 22:49:28 +0000 (18:49 -0400)]
Merge pull request #624 from Xyverz/master
Added Ergodox Layout with persistent layers, Atreus corrections
di0ib [Sun, 14 Aug 2016 21:15:46 +0000 (11:15 -1000)]
Updated readme
Added link to Minorca/Sebright blog.
di0ib [Sun, 14 Aug 2016 21:10:12 +0000 (11:10 -1000)]
cleanup readme
di0ib [Sun, 14 Aug 2016 21:08:15 +0000 (11:08 -1000)]
Correct data pin to D5
di0ib [Sun, 14 Aug 2016 21:07:35 +0000 (11:07 -1000)]
Fix list
di0ib [Sun, 14 Aug 2016 21:06:46 +0000 (11:06 -1000)]
clean up readnme
di0ib [Sun, 14 Aug 2016 20:58:22 +0000 (10:58 -1000)]
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
di0ib [Sun, 14 Aug 2016 20:58:10 +0000 (10:58 -1000)]
minorca
minirca with RGB keymap
Toni [Sun, 14 Aug 2016 18:06:47 +0000 (20:06 +0200)]
increased readability with a defince
jacwib [Sun, 14 Aug 2016 09:08:01 +0000 (11:08 +0200)]
Fix bug
jacwib [Sun, 14 Aug 2016 09:02:46 +0000 (11:02 +0200)]
Remove pointless comments
jacwib [Sun, 14 Aug 2016 08:57:47 +0000 (10:57 +0200)]
Update readme.md
jacwib [Sun, 14 Aug 2016 08:49:26 +0000 (10:49 +0200)]
Update Makefile
jacwib [Sun, 14 Aug 2016 08:49:06 +0000 (10:49 +0200)]
Update config.h
jacwib [Sun, 14 Aug 2016 08:48:52 +0000 (10:48 +0200)]
Update keymap.c
jacwib [Sun, 14 Aug 2016 08:48:22 +0000 (10:48 +0200)]
Update readme.md
jacwib [Sun, 14 Aug 2016 08:46:40 +0000 (10:46 +0200)]
Jack's keymap.
Xyverz [Sun, 14 Aug 2016 07:33:11 +0000 (00:33 -0700)]
Added my own layout to the Phantom.
Xyverz [Sun, 14 Aug 2016 03:14:27 +0000 (20:14 -0700)]
Fixing a mixup. Tidying up the keymap.
Xyverz [Sun, 14 Aug 2016 02:51:49 +0000 (19:51 -0700)]
Merge remote-tracking branch 'upstream/master'
Erez Zukerman [Sun, 14 Aug 2016 00:12:15 +0000 (20:12 -0400)]
Merge pull request #623 from algernon/ergodox-ez/algernon
ergodox: Update my keymap to v1.5
Erez Zukerman [Sun, 14 Aug 2016 00:11:34 +0000 (20:11 -0400)]
Merge pull request #626 from tenderlove/readme-link
fix link to ErgoDox EZ
Ian Sterling [Sat, 13 Aug 2016 17:44:42 +0000 (10:44 -0700)]
Removal of old minivan44 folder.
Ian Sterling [Sat, 13 Aug 2016 17:36:08 +0000 (10:36 -0700)]
Renamed minivan44 to tv44 in all occurrences per wishes of
Jack and Evan.
Gergely Nagy [Sat, 13 Aug 2016 08:33:47 +0000 (10:33 +0200)]
process_unicode: Fix set_unicode_input_mode()
In the header, this was defined as `set_unicode_input_mode`, but the
implementation had `set_unicode_mode` for a name. Changed the
implementation to match the header.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Toni [Sat, 13 Aug 2016 07:24:24 +0000 (09:24 +0200)]
Merge remote-tracking branch 'origin/master' into iso_split_rshift
update from Upstream
Ian Sterling [Sat, 13 Aug 2016 06:45:40 +0000 (23:45 -0700)]
Adding the MiniVan44 aka TheVan 44 by u/evangs to the repo.
Initial Commit.
Xyverz [Sat, 13 Aug 2016 05:30:01 +0000 (22:30 -0700)]
Update keymap.c
Ian Sterling [Sat, 13 Aug 2016 05:26:30 +0000 (22:26 -0700)]
Corrections to the Atreus Makefile and updates to my keymap
Aaron Patterson [Sat, 13 Aug 2016 02:07:44 +0000 (19:07 -0700)]
fix link to ErgoDox EZ
This just fixes the readme link to the ErgoDox EZ directory
Jack Humbert [Sat, 13 Aug 2016 00:45:43 +0000 (20:45 -0400)]
forces all ergodox keymaps to be ez on qmk.fm (were infinity)
Jack Humbert [Fri, 12 Aug 2016 18:43:04 +0000 (14:43 -0400)]
Merge pull request #622 from shelaf/master
My HHKB layout
Jack Humbert [Fri, 12 Aug 2016 18:42:42 +0000 (14:42 -0400)]
Merge pull request #621 from shelaf/fix
Fix typo
Toni [Fri, 12 Aug 2016 17:14:48 +0000 (19:14 +0200)]
only aesthetics
Gergely Nagy [Fri, 12 Aug 2016 14:36:07 +0000 (16:36 +0200)]
ergodox: Update my keymap to v1.5
Major changes include:
* The **1HAND** layer has been removed.
* A `Delete` key is now available on the right thumb cluster.
* The **ADORE** layer received a major update, see the updated layout
image.
* It is now possible to enable automatic logging for the **ADORE**
layer, by setting the `ADORE_AUTOLOG` makefile variable to `yes` when
compiling the keymap. It is off by default.
* The `~` key and the `Media Next/Prev` key have been swapped on
the **base** layer.
* On the **ARROW** layer, `Backspace` has been replaced by `Enter`.
* There is some experimental support for entering Unicode symbols.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
shela [Fri, 12 Aug 2016 12:45:36 +0000 (21:45 +0900)]
add new line
shela [Fri, 12 Aug 2016 12:33:32 +0000 (21:33 +0900)]
add new line
shela [Fri, 12 Aug 2016 12:24:43 +0000 (21:24 +0900)]
add my keymap
shela [Fri, 12 Aug 2016 11:38:26 +0000 (20:38 +0900)]
fix typo
Jack Humbert [Fri, 12 Aug 2016 01:34:34 +0000 (21:34 -0400)]
Merge pull request #618 from denolfe/master
Add denolfe satan keymap
Jack Humbert [Fri, 12 Aug 2016 01:34:09 +0000 (21:34 -0400)]
Merge pull request #617 from iFreilicht/patch-2
Fix dead link in keycode.txt
Jack Humbert [Fri, 12 Aug 2016 01:33:55 +0000 (21:33 -0400)]
Merge pull request #614 from iFreilicht/patch-1
Update TMK_README.md