| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
|
| |
rename keymap_cyrillic.h to keymap_unicode_cyrillic.h
changed CY_RUBLE and CY_NUMERO to CY_RUBL and CY_NMRO in
keymap_unicode_cyrillic.h
|
|\
| |
| | |
Add keymap_cyrillic.h, lots of cyrillic characters
|
| | |
|
|\ \
| |/
|/| |
Clean up formatting & tiny refactor in rgblight.c
|
| |
| |
| | |
De-dupe repeated code
|
| | |
|
| |
| |
| | |
Fix formatting issues, clarify comments
|
| | |
|
| |
| |
| |
| | |
There are linker errors due to missing led funcitonality though
|
|/
|
|
| |
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
|\
| |
| | |
Fix misspelled command in Norwegian helper
|
| |
| |
| |
| | |
Changed from "NO_AMP" to "NO_AMPR" since the KC one is "KC_AMPR"
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fixes issue #551 - ensure there's a recording to play before playing
|
| |/
| |
| |
| | |
button to play a tone
|
|\ \
| | |
| | | |
Fix some errors in bepo mapping
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\
| |
| | |
keymap_extras changes
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
dance happening, and in the normal case, it should be called when the
tap down is happening.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
when using tap dance, we have the `regular` callback that is called on
the last tap. this commit adds an `anyway` callback that is called on
every tap, and a `reset` callback that is called on reset of the tap
dance taps.
|
|/ |
|
|
|
|
| |
that makes it easy to call reset_keyboard() from a function in a keymap
|
|\
| |
| | |
Canceling Space Cadet state with opposite shift key
|
| | |
|
| | |
|
| |
| |
| |
| | |
Allows you to press RSHIFT to cancel the insertion of a "(" when holding down LSHIFT. Alternatively, allows you to press LSHIFT to cancel the insertion of a ")" when holding down RSHIFT. This change enables you to renege from outputting a character should you press a shift key erroneously.
|
| |
| |
| |
| |
| | |
According to Jack, this makes the return case not be processed. Doesn't
break anything in the firmware.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Moves RGB controls out of the macro function and assigns them their own
keycodes:
RGB_TOG (toggle on/off)
RGB_MOD (mode step)
RGB_HUI (increase hue)
RGB_HUD (decrease hue)
RGB_SAI (increase saturation)
RGB_SAD (decrease saturation)
RGB_VAI (increase brightness)
RGB_VAD (decrease brightness)
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Integrate visualizer for ChibiOS and Infinity Ergodox
|
| | |
| | |
| | |
| | | |
Also rename it to visualizer.c
|
| | |
| | |
| | |
| | |
| | | |
The functionality can now be found in the infinity_erogodox.c file
instead.
|
| | |
| | |
| | |
| | | |
Rename from USE_SERIAL_LINK -> SERIAL_LINK_ENABLE
|
| | |
| | |
| | |
| | |
| | |
| | | |
Visualizer and serial link initialized in the wrong order.
The LED_ENABLED define wasn't set properly
uGfx is always initialized
|
| | | |
|