Commit Graph

2621 Commits (07e389d7296001e281e2eae547d73f0e1942a3c6)
 

Author SHA1 Message Date
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
Gergely Nagy 453e30038f isLayerKeyActive: Check for flag equality, not just two bits set
8 years ago
Gergely Nagy f25480730e When checking for normal layer keys, make sure the RESERVED bit isn't set
8 years ago
Gergely Nagy a0dad6bf0e Use Kaleidoscope.useLoopHook() instead of loop_hook_use()
8 years ago
Gergely Nagy 3518ba605a Documentation & example update
8 years ago
Gergely Nagy 8becec569e Add support for highlighting layer keys too
8 years ago
Gergely Nagy de3d793b40 Move the modifier activity check into `isModifierActive`
8 years ago
Gergely Nagy b60937f9db Combine modifier & modifier activeness checking
8 years ago
Gergely Nagy 58d07f1e06 Lift out `isModifier` into its own function
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
Jesse Vincent 25bfbe05da Merge pull request #8 from ToyKeeper/master
8 years ago
Selene Scriven ff95f30ade Fix style issue pointed out by travis
8 years ago
Selene Scriven 5f4ee21790 Upgraded mouse acceleration.
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 5903621699 Merge pull request #1 from cdisselkoen/avoid-duplicated-effects
8 years ago
Jesse Vincent c55976c7aa Merge pull request #8 from keyboardio/f/macros.type-variadic
8 years ago
Gergely Nagy 23fec81b28 Allow type() to take any number of arguments
8 years ago
Gergely Nagy 306e450496 Make the .type method return MACRO_NONE
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
Craig Disselkoen a120c63e96 Avoid duplicated effects in LEDMode rotation
8 years ago
Gergely Nagy dc40c8e226 masking: Let the release event of a masked key through
8 years ago
Jesse Vincent bb96bbb438 Merge pull request #152 from keyboardio/f/key-masking
8 years ago
Jesse Vincent 3571a56ae6 Merge pull request #9 from keyboardio/f/key-masking
8 years ago
Gergely Nagy ca8f586b2e Document the use of key masking a bit
8 years ago
Gergely Nagy 14197de8e6 Add a few words about masking as in-code comments.
8 years ago
Jesse Vincent c575fd0d52
When in numlock, we should only light up the numpad keys, not everything else
8 years ago
Jesse Vincent b9f7ac0669 Merge pull request #6 from keyboardio/h/highlight-only-flagless
8 years ago
Jesse Vincent 1206a3cafb
astyle
8 years ago
Jesse Vincent a9068d16d4
Unify repeated code to a codepath. Saves us 16 bytes
8 years ago
Jesse Vincent cd847a7ead
extract our ascii lookup table function. (saves 16 bytes)
8 years ago