Gergely Nagy
|
a7fae41a3e
|
Merge pull request #6 from keyboardio/f/plugin-v2
Updated the README to use the new plugin APIs
|
7 years ago |
Gergely Nagy
|
673fe3c304
|
Updated the README to use the new plugin APIs
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
|
7 years ago |
Jesse Vincent
|
0cd6634f95
|
Merge pull request #3 from gedankenexperimenter/slowdown
Slow down the chase to reflect the recent optimizations
|
7 years ago |
Jesse Vincent
|
70e1082352
|
Merge pull request #4 from gedankenexperimenter/upper-bound-red
Change the upper bound to match the lower bound
|
7 years ago |
Michael Richters
|
b908d2ec69
|
Change the upper bound to match the lower bound
This causes the red light to stop when in gets to the last key, rather than continuing on
past the end of the array before turning around.
|
7 years ago |
Michael Richters
|
3be7859783
|
Slow down the chase to reflect the recent optimizations
Really, this should probably use a timer, but simply changing the `chase_threshold` value
is simpler for now.
|
7 years ago |
Jesse Vincent
|
c761bf70a9
|
Update Makefile with OSX fixes and new paths
|
7 years ago |
Gergely Nagy
|
dafb257e42
|
Merge pull request #1 from keyboardio/f/led-api-update
Updated to use the new LEDMode/LEDControl API
|
7 years ago |
Gergely Nagy
|
7f705c43b5
|
Updated to use the new LEDMode/LEDControl API
Signed-off-by: Gergely Nagy <kaleidoscope@gergo.csillger.hu>
|
7 years ago |
Jesse Vincent
|
9b46680240
|
Update Makefile to fix OS X build
|
7 years ago |
Jesse Vincent
|
6c723bee32
|
CamelCaseifcation of LED related functions
s/led_set_crgb_at/setCrgbAt/
s/hsv_to_rgb/hsvToRgb/
s/led_get_crgb_at/getCrgbAt/
s/led_sync/syncLeds/
s/get_led_index/getLedIndex/
s/send_led_data/sendLedData/
s/led_power_fault/ledPowerFault/
|
7 years ago |
Gergely Nagy
|
bbd155fa94
|
README.md: A few more words about the plugin
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
8 years ago |
Gergely Nagy
|
40c9575183
|
library.properties: Fill out the paragraph.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
8 years ago |
Gergely Nagy
|
2c569de478
|
Make the linter happy
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
8 years ago |
Jesse Vincent
|
0c645e957b
|
astyle to pad operators
|
8 years ago |
Jesse Vincent
|
286bafae49
|
Add build infrastructure
|
8 years ago |
Jesse Vincent
|
b0dbab8848
|
astyle with current project style guidelines
|
8 years ago |
Gergely Nagy
|
5ba8fe34bb
|
Mark the class a descendant of public LEDMode
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
8 years ago |
Gergely Nagy
|
4611026d35
|
The Big Rename
Renamed the library to Kaleidoscope-LEDEffect-Chase, and followed up with other
renames.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
8 years ago |
Gergely Nagy
|
7a903afb69
|
Lifted out from Keyboardio-LEDControl
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
|
8 years ago |