Commit Graph

62 Commits (a640497828b607b2f61c4548c6239c873a9b9338)
 

Author SHA1 Message Date
Gergely Nagy a640497828 README.md & Travis cleanup
6 years ago
Gergely Nagy 8ad5366850
Merge pull request #20 from Dygmalab/master
6 years ago
Jesse Vincent 69b05c652a shellcheck should only be run in the Kaleidoscope repo
6 years ago
Jesse Vincent 6d3d67157b Update travis.yml to point to new bundle repo
6 years ago
matt venn 96cfdd5c65 Merge branch 'master' of https://github.com/keyboardio/Kaleidoscope-LED-Stalker
6 years ago
matt venn ab89785ab5 moved to millisAtCycleStart and fixed overflow bug present on ARM platform
6 years ago
Jesse Vincent 24cde944f6
Merge pull request #18 from keyboardio/f/license-and-copyright-assignment
6 years ago
Gergely Nagy 5bf662c22e
Add CONTRIBUTING.md
6 years ago
Gergely Nagy 281d6d2e00
Assign my copyright to Keyboard.io
6 years ago
Gergely Nagy d61d87c142
Relicense under the GPLv3 (only)
6 years ago
Gergely Nagy d44044bcc8 Drop the V1 plugin API compatibility code
6 years ago
Gergely Nagy 675c0ac475 Fix onSetup, to register the LED mode
6 years ago
Gergely Nagy 98563a7afd Override onSetup when using a compatibility layer
6 years ago
Gergely Nagy fb4bff72bd
Merge pull request #17 from keyboardio/f/plugin-v2
6 years ago
Gergely Nagy e9b9d41626 Updated to use the new plugin APIs
6 years ago
Gergely Nagy 36333263ef Improved step timeout calculation
6 years ago
Gergely Nagy b575a232be
Merge pull request #16 from To1ne/tc-rainbow-stalker-effect
7 years ago
Toon Claes e01c7106f6 Add Rainbow stalker effect
7 years ago
Gergely Nagy 506f8a51d9
Merge pull request #13 from tremby/fix-blazing-trail-decay
7 years ago
Gergely Nagy e2e9ea063b
Merge pull request #14 from milkypostman/patch-1
7 years ago
Donald Curtis 34f9848b8a
stepLength -> step_length in README.md
7 years ago
Bart Nagel a3a5cfbc6a Fix code typo in blazing trail decay
7 years ago
Jesse Vincent ad15c4798d Update Makefile with OSX fixes and new paths
7 years ago
Gergely Nagy a4daa45e49 Use `Kaleidoscope.use` in the README too
7 years ago
Gergely Nagy a451ed8383 Merge pull request #11 from keyboardio/f/led-api-update
7 years ago
Gergely Nagy 8bb7a5b1e4 Updated to use the new LEDMode/LEDControl API
7 years ago
Jesse Vincent 0c1b723650
Explicitly set LEDs that aren't active to zero. Otherwise, plugins like numlock won't get de-initialized
7 years ago
Jesse Vincent 1a5717d838
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 082b409054
CamelCaseifcation of LED related functions
7 years ago
Jesse Vincent b3f1371fb5
CamelCase of KeyIsPressed and KeyWasPressed
7 years ago
Gergely Nagy b3cb09268b README.md: Clarify how colors can be specified
7 years ago
Gergely Nagy efa9cdf291 Migrate to Kaleidoscope.use()
7 years ago
Gergely Nagy 8055b0936e Merge pull request #10 from jamesnvc/patch-1
7 years ago
James Cash d0546744a9 Minor copy edits
7 years ago
Gergely Nagy ac1b302ea0 README.md: Properties are not methods
7 years ago
Gergely Nagy 7ddb1130b4 Kaleidoscope Style Guide conformance
7 years ago
Jesse Vincent 16ecc25dbe
virtual void begin(void) final is redunant and makes the linter unhappy
7 years ago
Jesse Vincent b75b3ac960
astyle with current project style guidelines
7 years ago
Jesse Vincent 46d40dd3d5
make astyle
7 years ago
Jesse Vincent 90f5c51386
New build infrastructure
7 years ago
Jesse Vincent 07b3f9a9cd
Update example to new keymap
7 years ago
Gergely Nagy 5eb702ce1f Delegate stepping to the computer functions, and fix BlazingTrail
8 years ago
Gergely Nagy bc201e5665 README: Add a "Dependencies" section
8 years ago
Gergely Nagy 39e3c4bae0 BlazingTrail: Make sure the g component is not junk
8 years ago
Gergely Nagy 67262add72 Don't use floats for the Haunt effect
8 years ago
Gergely Nagy f2ca23adc5 Minor README update
8 years ago
Gergely Nagy ebe4edcc1b Reset the map when switching to the effect
8 years ago
Gergely Nagy c01e7d864a Add LEDOff too, so turning Stalker off can be tested too
8 years ago
Gergely Nagy b1c0f1fc1b Convert the plugin to a LEDMode
8 years ago
Gergely Nagy 1dcccb0e37 Test the plugin with Travis CI
8 years ago