Commit Graph

1378 Commits (f1a50091efcbc04ae1e4125480266ab951fd6010)
 

Author SHA1 Message Date
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 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
Jesse Vincent 64f20850b5
Add a workaround for [ + LSHIFT as a single key report not generating the proper
8 years ago
Jesse Vincent 51e61dc205
Add a helper function for pressing modifier keys that we receive as
8 years ago
Jesse Vincent 14ae21267b
Add a new 'wasModifierKeyActive' wrapper around a new method in KeyboardioHID
8 years ago
Jesse Vincent f6efa041b7 Merge pull request #175 from keyboardio/h/layers/momentary-reactivation
8 years ago
Gergely Nagy 33dc593151 layers: Add a comment about the momentary layer handling
8 years ago
Gergely Nagy c88062a243 layers: Code refactoring
8 years ago
Gergely Nagy b218143faf When a momentary layer is held, reactivate the layer if it turns off
8 years ago
Jesse Vincent 9e222ea58e Merge pull request #174 from keyboardio/h/layers/double-caching
8 years ago
Jesse Vincent 3199594181
astyle
8 years ago
Jesse Vincent f738c4ea1e
rename lookupUncached to lookupOnActiveLayer
8 years ago
Jesse Vincent b82b6910ea
Rename 'keymapCache' to 'activeLayers' to better describe what it is
8 years ago
Gergely Nagy 29a8b95615 layers: Implement a two-stage cache
8 years ago
Gergely Nagy b8f8c9b3d5 Smarter Layer.on / Layer.off
8 years ago
Gergely Nagy 75fb3ac14a Make cpplint happy
8 years ago
Jesse Vincent 89e59ab628
astyle fix for a trailing newline
8 years ago
Jesse Vincent c8e846247c
Rename 'keyCache' to 'keymapCache', as it's a little bit more
8 years ago
Jesse Vincent 6778581bcf
add a more descriptive comment
8 years ago
Jesse Vincent 1c7cc32b2f Merge pull request #172 from keyboardio/h/update-key-cache-on-layer-change
8 years ago
Gergely Nagy 130845f897 Add a few comments explaining why we call Layer.updateKeyCache()
8 years ago
Gergely Nagy 3748fe7669 Update the key cache on layer change and at keyboard setup
8 years ago
Jesse Vincent 71a288c71a Merge pull request #11 from keyboardio/h/remove-unused
8 years ago
Gergely Nagy afce335f30 Drop the getKeyColor function from the header
8 years ago
Jesse Vincent 491dca3a4d
lint fix
8 years ago
Jesse Vincent d954d7ed95 Merge pull request #161 from keyboardio/f/layers/repeat-by-default
8 years ago
Gergely Nagy 96b1979ca5 Layer: Make the repeating behaviour the default and only variant
8 years ago
Gergely Nagy 84768d505c Layer_::updateKeyCache: Guard against out of bounds key coordinates
8 years ago
Gergely Nagy 8b9fdaa90f Don't init `Layer.repeat_first_press` to true yet.
8 years ago
Jesse Vincent b775017947 Merge pull request #159 from keyboardio/f/layers/repeat-first-pressed-symbol
8 years ago
Gergely Nagy 5ccdfcf6c7 Switch the layer repeating behaviour
8 years ago
Gergely Nagy f0c1c35e8f Significant speed improvement in key lookup code
8 years ago
Gergely Nagy e3f1172244 Changed how key caching & lookup works
8 years ago
Jesse Vincent 283b96ae2e Merge pull request #156 from keyboardio/h/masking/handle-release
8 years ago
Jesse Vincent 62ce98ebfe Merge pull request #10 from keyboardio/f/masking/size-reduction
8 years ago
Gergely Nagy 2e48ea3a0e masking: Use keydata_t instead of uint8_t[4]
8 years ago
Gergely Nagy 7e09236306 masking: Follow the hand state bit layout more closely
8 years ago
Gergely Nagy 8e98e30f62 masking: use 4 8-bit uints instead of one 32bit one
8 years ago
Gergely Nagy 0a566eb58f Fix masking of the right-hand side.
8 years ago
Gergely Nagy dc40c8e226 masking: Let the release event of a masked key through
8 years ago