Commit Graph

1739 Commits (6ae4d92da029c5b96299932b472dd8dce5c29246)
 

Author SHA1 Message Date
Jesse Vincent b9af46b1ef Update Makefile with OSX fixes and new paths
7 years ago
Jesse Vincent 50c92bddf7 Update Makefile with OSX fixes and new paths
7 years ago
Jesse Vincent c8c5cc0b02 Update Makefile with OSX fixes and new paths
7 years ago
Jesse Vincent 32a85ec403 Update Makefile with OSX fixes and new paths
7 years ago
Jesse Vincent 4cb2043729 Move Kaleidoscope builder back into Kaleidoscope
7 years ago
Jesse Vincent c21b88043b Merge pull request #182 from keyboardio/f/live-composite-keymap-update-on-setup
7 years ago
Gergely Nagy 580f945270 Update the live composite keymap too at setup time
7 years ago
Jesse Vincent 96a8fa6c9e Merge pull request #181 from keyboardio/f/layer.highest-to-top
7 years ago
Gergely Nagy 53a1a2e361 Rename Layer.highest() to Layer.top()
7 years ago
Jesse Vincent a54dd140e1 Merge pull request #179 from keyboardio/f/Layer.highest
7 years ago
Gergely Nagy 9144701933 layers: Remove an unused & unimplemented function
7 years ago
Gergely Nagy acbb9a8e26 examples/AppSwitcher: Use Kaleidoscope.use instead of USE_PLUGINS
7 years ago
Gergely Nagy a4daa45e49 Use `Kaleidoscope.use` in the README too
7 years ago
Gergely Nagy 1b6dc98703 Use `Kaleidoscope.use` instead of `USE_PLUGINS`
7 years ago
Gergely Nagy 119d021e6a Layer: Add Layer.highest() to access the cached highestLayer
7 years ago
Gergely Nagy 4dbc5d5707 Update the example to work with the new LEDMode/LEDControl API
7 years ago
Gergely Nagy be10584f52 Merge pull request #1 from keyboardio/f/led-api-update
7 years ago
Gergely Nagy dafb257e42 Merge pull request #1 from keyboardio/f/led-api-update
7 years ago
Gergely Nagy b40874edfc Merge pull request #1 from keyboardio/f/led-api-update
7 years ago
Gergely Nagy 25fcd12402 Merge pull request #1 from keyboardio/f/led-api-update
7 years ago
Gergely Nagy a451ed8383 Merge pull request #11 from keyboardio/f/led-api-update
7 years ago
Gergely Nagy 4781af907b Merge pull request #7 from keyboardio/f/led-api-update
7 years ago
Gergely Nagy 8829c32fb7 Merge pull request #11 from keyboardio/f/led-mode/api-redesign
7 years ago
Gergely Nagy 25cb263e6a Updated to use the new LEDMode/LEDControl API
7 years ago
Gergely Nagy 7f705c43b5 Updated to use the new LEDMode/LEDControl API
7 years ago
Gergely Nagy de54b5b279 Updated to use the new LEDMode/LEDControl API
7 years ago
Gergely Nagy a7f9207cec Updated to use the new LEDMode/LEDControl API
7 years ago
Gergely Nagy 8bb7a5b1e4 Updated to use the new LEDMode/LEDControl API
7 years ago
Gergely Nagy 0d22199cac Updated to use the new LEDMode/LEDControl API
7 years ago
Gergely Nagy b4c07442ac Major update of how LED modes work
7 years ago
Jesse Vincent aab19f505a
Tweak the bootgreeting timeout so that it turns off at the bottom end of a pulse
7 years ago
Jesse Vincent 588fa21148
fix a lint issue
7 years ago
Jesse Vincent 580953a39a
astyle
7 years ago
Jesse Vincent 20c5b8e779
Make out breathing blue a little bit purer blue.
7 years ago
Jesse Vincent f11189edc2
Update README to match code.
7 years ago
Jesse Vincent 64f20850b5
Add a workaround for [ + LSHIFT as a single key report not generating the proper
7 years ago
Jesse Vincent 51e61dc205
Add a helper function for pressing modifier keys that we receive as
7 years ago
Jesse Vincent 14ae21267b
Add a new 'wasModifierKeyActive' wrapper around a new method in KeyboardioHID
7 years ago
Gergely Nagy bed648ce28 Initial import
7 years ago
Jesse Vincent f6efa041b7 Merge pull request #175 from keyboardio/h/layers/momentary-reactivation
7 years ago
Gergely Nagy 33dc593151 layers: Add a comment about the momentary layer handling
7 years ago
Gergely Nagy c88062a243 layers: Code refactoring
7 years ago
Gergely Nagy b218143faf When a momentary layer is held, reactivate the layer if it turns off
7 years ago
Jesse Vincent 9e222ea58e Merge pull request #174 from keyboardio/h/layers/double-caching
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 3199594181
astyle
7 years ago
Jesse Vincent f738c4ea1e
rename lookupUncached to lookupOnActiveLayer
7 years ago
Jesse Vincent b82b6910ea
Rename 'keymapCache' to 'activeLayers' to better describe what it is
7 years ago
Gergely Nagy 29a8b95615 layers: Implement a two-stage cache
7 years ago
Gergely Nagy b8f8c9b3d5 Smarter Layer.on / Layer.off
7 years ago