Commit Graph

2424 Commits (6f2da36b10e54390f1b0aede27089902cf8cc305)
 

Author SHA1 Message Date
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
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
Gergely Nagy f0b3ad2b14 Implement key masking for momentary layer keys
8 years ago
Gergely Nagy 40e6656f6e Add helpers to aid in implementing key masking
8 years ago
Gergely Nagy 92050c2ab7 Highlight only those keys that have no flag set
8 years ago
Jesse Vincent 2a68b390ed Merge pull request #6 from keyboardio/h/init-order
8 years ago
Jesse Vincent d603ecf7c0 Merge pull request #5 from keyboardio/h/numlock-diffcolor
8 years ago
Gergely Nagy 65fee12dad Move Mouse & AbsoluteMouse initialization to MouseWrapper.begin
8 years ago
Gergely Nagy 23b341e2b3 Skip layer switching keys when it comes to highlighting
8 years ago
Jesse Vincent e9c532509f
Switch AbsoluteMouse to use its own HID endpoint
8 years ago
Gergely Nagy 4f7e60ec52 Highlight changed keys on the NumLock layer, not just NumPad ones
8 years ago
Jesse Vincent ecc113ad7f
Added a note about how this isn't the right place to start for Model01 firmware
8 years ago