| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Added LEADER_EXTERNS() call to readme.
|
| |
| |
| | |
This seems to be needed in most cases.
|
|\ \
| | |
| | | |
CMD keymap for Preonic
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
This needs a better description.
|
| | |
| | |
| | | |
This is untested, use caution.
|
| | |
| | |
| | | |
This is very Alpha-Mode, and has not been tested or even Made yet.
|
| |\|
| | |
| | | |
Update from parent
|
|\ \ \
| | | |
| | | | |
Satan cleanup
|
| | | | |
|
| | | | |
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
Teckinesis for ErgoDox EZ
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
* Markdown cleanup
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Updated layout images, json from Keyboard Layout Designer
* Added links to Keyboard Layout Designer templates.
* Added images of TECK, Kinesis layouts.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
I kept hitting these on accident while attempting to move the cursor or
mouse. =P
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Left: MEH_T(KC_BSLS),ALL_T(KC_SLSH)
Right: ALL_T(KC_LBRC),MEH_T(KC_RBRC)
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
(incl. reference to original layout)
|
| | | |
| | | |
| | | |
| | | | |
(Based on "ordinary" keymap by Nicholas Keene)
|
|\ \ \ \
| | | | |
| | | | | |
Tap-dance: support for holding keys
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removes a number of duplicated code, by passing actions around instead
of keycodes, so the various dance action functions do not have to look
up the action, but the caller does that for them.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Refactored the code a little, so all callbacks now receive a `user_data`
pointer, which can be anything. As an example, the key pairs from
`ACTION_TAP_DANCE_DOUBLE` now use this, and custom, built-in functions.
This makes it easier to extend the tap dance functionality, and also
simplifies the code a little.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
With this change, tap dance will now store the pressed state of the
tap-dance key, and allow one to make an action sooner, while the key is
still held, and only unregister when the key is released.
The registration must happen in the `on_dance_finished` callback, while
unregistering goes to `on_reset`. The surrounding code makes sure not to
call either multiple times.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
|\ \ \ \
| |/ / /
|/| | | |
ergodox_ez: Update my keymap to v1.3
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This updates my ErgoDox EZ layout to v1.3, which has the following
noteworthy changes:
* Added support for logging keys, by pressing `LEAD d`. Also included is
a tool to generate a **heatmap** out of the logs.
* The arrow and navigation keys were rearranged again, and now require
an additional key being held to activate. See the **base layer** for
an image that shows where arrows are.
* The **experimental** layer has been redone, and is now
called **ADORE**, and as such, can be enabled by `LEAD a` now.
* Switching between Dvorak and ADORE is now persisted into EEPROM, and
survives a reboot.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
|\ \ \
| | | |
| | | | |
updated bone2planck
|
| | | | |
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
initial kinisis advantage build
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Adjusted Atreus KEYMAP() function.
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
This change adjusts the KEYMAP() function to provide a more visual representation of the key positions on the keyboard. Previously, keymaps have been defined directly using arrays for the Atreus keyboard. While this works, it doesn't utilize the helpful KEYMAP() function at all to allow the user to visually position the key codes for ease of editing. See the Ergodox-EZ KEYMAP() function and layouts for a great example of how this can work.
This change should not break any existing Atreus layouts. At the time of this commit, there are two existing layouts for the Atreus board, and neither use the KEYMAP() function.
|