Age | Commit message (Collapse) | Author |
|
Fixes issue #551 - ensure there's a recording to play before playing
|
|
Fix some errors in bepo mapping
|
|
Added LEADER_EXTERNS() call to readme.
|
|
CMD keymap for Preonic
|
|
Satan cleanup
|
|
Teckinesis for ErgoDox EZ
|
|
|
|
Tap-dance: support for holding keys
|
|
ergodox_ez: Update my keymap to v1.3
|
|
button to play a tone
|
|
|
|
This seems to be needed in most cases.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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>
|
|
updated bone2planck
|
|
initial kinisis advantage build
|
|
Adjusted Atreus KEYMAP() function.
|
|
Preonic: Corrected the ascii layout to match the coded layout
|
|
add some debugging doc, after i found out how to print debug messages
|
|
Misc. fixes from sethbc
|
|
Added CMD60 keymap
|
|
Added Docker as a simple way to build firmwares
|
|
Fix OS X Recognizing keyboard as Mouse/Tablet
|
|
Make DFU wait for bootloader
|
|
keymap_extras changes
|
|
Tap dance anyway
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|