Fred Sundvik
e01b4c3fd9
Most ergodox keymaps compiles on Infinity
...
There are linker errors due to missing led funcitonality though
8 years ago
Gergely Nagy
b21e8b97ac
tap-dance: Add some debugging support
...
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
Jack Humbert
f9aadd17e8
Merge pull request #558 from lindhe/master
...
Fix misspelled command in Norwegian helper
8 years ago
Andreas Lindhé
283ebbe142
Change Nordic ampersand code to match the English
...
Changed from "NO_AMP" to "NO_AMPR" since the KC one is "KC_AMPR"
8 years ago
Andreas Lindhé
b6fa762234
Fix misspelled command in Norwegian helper
8 years ago
Jack Humbert
8b94e26d7c
Fixes midi functionality
8 years ago
Jack Humbert
24bd931962
Merge pull request #552 from robertdale/music-play-fix
...
Fixes issue #551 - ensure there's a recording to play before playing
8 years ago
Jack Humbert
41f15d8c34
Merge pull request #550 from Darthabel/fix_bepo
...
Fix some errors in bepo mapping
8 years ago
Robert Dale
3ea738e450
ensure there's a recording to play before playing; also enables the LGUI button to play a tone
8 years ago
Vivien Alger
7b4d30ee50
Fix some errors in bepo mapping
8 years ago
Gergely Nagy
44e16ffc80
tap-dance: Code cleanup
...
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>
8 years ago
Gergely Nagy
ce8cc9219f
tap-dance: Support user_data for the callbacks
...
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>
8 years ago
Gergely Nagy
70e42489de
tap-dance: Support for holding keys
...
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>
8 years ago
Jack Humbert
940358ed4f
Merge pull request #518 from jakllsch/upstream
...
keymap_extras changes
8 years ago
Pavlos Vinieratos
4e6a8627d8
add a couple of comments
8 years ago
Pavlos Vinieratos
d5daec2a58
on_each_tap_fn is called on tap down and tap up
8 years ago
Pavlos Vinieratos
dda2fd6ff3
in the default case, it should be called if there is actually a tap
...
dance happening, and in the normal case, it should be called when the
tap down is happening.
8 years ago
Pavlos Vinieratos
d3091faf36
change naming, and remove extraneous definition
8 years ago
Pavlos Vinieratos
f3b56701ed
add an `anyway` and a `reset` callback
...
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.
8 years ago
Pavlos Vinieratos
1a7e954f9f
in case its NULL
8 years ago
Jonathan A. Kollasch
4278d88615
keymap_dvorak.h: add missing shifted keys, fix whitespace
8 years ago
Jonathan A. Kollasch
25938a09a6
extra_keymaps: use RALT() instead of 0x1400 for AltGr
8 years ago
Jonathan A. Kollasch
010dd13084
keymap_extras: add newline at end of files
8 years ago
Pavlos Vinieratos
a28a6e5b79
extract reset keyboard into a function
...
that makes it easy to call reset_keyboard() from a function in a keymap
8 years ago
Jack Humbert
a998a48673
Merge pull request #477 from Smilliam/master
...
Canceling Space Cadet state with opposite shift key
8 years ago
Smilliam
b12fe6abb2
Made rollover behavior for space cadet optional
8 years ago
TerryMathews
f7a8682226
Move return out of event if block
...
According to Jack, this makes the return case not be processed. Doesn't
break anything in the firmware.
8 years ago
TerryMathews
50c686587e
Create keycodes for RGB control functions
...
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)
8 years ago
Fred Sundvik
9870082a06
Fix the range for consumer keys
8 years ago
Jack Humbert
c1dfb636ef
fixes quantum template (actually)
8 years ago
Jack Humbert
57e08eb8ba
updates rgblight implementation, makes non-timer stuff compatible with audio
8 years ago
Jack Humbert
ad43d450ca
Merge pull request #490 from fredizzimo/integrate_visualizer
...
Integrate visualizer for ChibiOS and Infinity Ergodox
8 years ago
Jack Humbert
589df84d6c
corrects quantum template
8 years ago
Fred Sundvik
caedec92d2
Move the visualizer_user file to keymap folder
...
Also rename it to visualizer.c
8 years ago
Fred Sundvik
aaac254ebc
Delete lcd_backlight_hal.c
...
The functionality can now be found in the infinity_erogodox.c file
instead.
8 years ago
Fred Sundvik
dae7c9bfb3
Fix the SERIAL_LINK_ENABLE macro in Visualizer
...
Rename from USE_SERIAL_LINK -> SERIAL_LINK_ENABLE
8 years ago
Fred Sundvik
7229751ba9
Fix visualizer crash at startup
...
Visualizer and serial link initialized in the wrong order.
The LED_ENABLED define wasn't set properly
uGfx is always initialized
8 years ago
Fred Sundvik
07d0d5cbe4
Makefile fixes and update of Visualizer
8 years ago
Jack Humbert
a4bf46f9b1
default keymap, reset sorted out for now, added serial to makefile
8 years ago
Fred Sundvik
70797bb8f2
Makefile changes and files to compile Visualizer
8 years ago
Fred Sundvik
6c29655790
Merge commit '73d890a2c9c34b905cd5e74e7146fdd4578dcb96' into add_visualizer
8 years ago
Fred Sundvik
f727801bc6
Delete .gitmodules from visualizer
8 years ago
Fred Sundvik
9f33a5593c
Add 'quantum/visualizer/' from commit 'bde869aa7ec8601459bc63b9636081d21108d1be'
...
git-subtree-dir: quantum/visualizer
git-subtree-mainline: 19f480992c
git-subtree-split: bde869aa7e
8 years ago
Jack Humbert
c6d671e54c
Merge pull request #482 from fredizzimo/serial_link
...
Add serial link library
8 years ago
Fred Sundvik
d5e7603d55
Remove extra serial_link subdirectory
8 years ago
Fred Sundvik
c5bf090d16
Remove CGreen make files
8 years ago
Fred Sundvik
3ac52b2e76
Remove serial_link .gitignore and .gitmodules
8 years ago
Jack Humbert
3577e26fd9
fix/annotate wait_us lines
8 years ago
Fred Sundvik
639cdd363e
Add 'quantum/serial_link/' from commit 'a20d513e3cdacbf6e0e70a80402497ad10166434'
...
git-subtree-dir: quantum/serial_link
git-subtree-mainline: 7d28d6a7bc
git-subtree-split: a20d513e3c
8 years ago
Jack Humbert
421ff74e0c
Merge pull request #471 from Chipairon/patch-1
...
Fix for '~' in spanish layout
8 years ago