Commit Graph

2127 Commits (91f812fb0326283d05a8d576e2e6783cb2ca31e2)
 

Author SHA1 Message Date
Jesse Vincent c55976c7aa Merge pull request #8 from keyboardio/f/macros.type-variadic
7 years ago
Gergely Nagy 23fec81b28 Allow type() to take any number of arguments
7 years ago
Gergely Nagy 306e450496 Make the .type method return MACRO_NONE
7 years ago
Jesse Vincent 283b96ae2e Merge pull request #156 from keyboardio/h/masking/handle-release
7 years ago
Jesse Vincent 62ce98ebfe Merge pull request #10 from keyboardio/f/masking/size-reduction
7 years ago
Gergely Nagy 2e48ea3a0e masking: Use keydata_t instead of uint8_t[4]
7 years ago
Gergely Nagy 7e09236306 masking: Follow the hand state bit layout more closely
7 years ago
Gergely Nagy 8e98e30f62 masking: use 4 8-bit uints instead of one 32bit one
7 years ago
Gergely Nagy 0a566eb58f Fix masking of the right-hand side.
7 years ago
Craig Disselkoen a120c63e96 Avoid duplicated effects in LEDMode rotation
7 years ago
Gergely Nagy dc40c8e226 masking: Let the release event of a masked key through
7 years ago
Jesse Vincent bb96bbb438 Merge pull request #152 from keyboardio/f/key-masking
7 years ago
Jesse Vincent 3571a56ae6 Merge pull request #9 from keyboardio/f/key-masking
7 years ago
Gergely Nagy ca8f586b2e Document the use of key masking a bit
7 years ago
Gergely Nagy 14197de8e6 Add a few words about masking as in-code comments.
7 years ago
Jesse Vincent c575fd0d52
When in numlock, we should only light up the numpad keys, not everything else
7 years ago
Jesse Vincent b9f7ac0669 Merge pull request #6 from keyboardio/h/highlight-only-flagless
7 years ago
Jesse Vincent 1206a3cafb
astyle
7 years ago
Jesse Vincent a9068d16d4
Unify repeated code to a codepath. Saves us 16 bytes
7 years ago
Jesse Vincent cd847a7ead
extract our ascii lookup table function. (saves 16 bytes)
7 years ago
Gergely Nagy f0b3ad2b14 Implement key masking for momentary layer keys
7 years ago
Gergely Nagy 40e6656f6e Add helpers to aid in implementing key masking
7 years ago
Gergely Nagy 92050c2ab7 Highlight only those keys that have no flag set
7 years ago
Jesse Vincent 2a68b390ed Merge pull request #6 from keyboardio/h/init-order
7 years ago
Jesse Vincent d603ecf7c0 Merge pull request #5 from keyboardio/h/numlock-diffcolor
7 years ago
Gergely Nagy 65fee12dad Move Mouse & AbsoluteMouse initialization to MouseWrapper.begin
7 years ago
Gergely Nagy 23b341e2b3 Skip layer switching keys when it comes to highlighting
7 years ago
Jesse Vincent e9c532509f
Switch AbsoluteMouse to use its own HID endpoint
7 years ago
Gergely Nagy 4f7e60ec52 Highlight changed keys on the NumLock layer, not just NumPad ones
7 years ago
Jesse Vincent ecc113ad7f
Added a note about how this isn't the right place to start for Model01 firmware
7 years ago
Jesse Vincent 5e79b16923
switch around our constants so we have more room for mouse buttons in the bit vector
7 years ago
Jesse Vincent ef47dc5447
switch mouse button constants to those defined in the HID library.
7 years ago
Jesse Vincent 8bb9bb37ca
make consumercontrol and systemcontrol events only fire on key release
7 years ago
Jesse Vincent b6d552f9c0
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 401e9326a0
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 5f3b3486ed
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 50b993b2f6
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 243b1ada1a
Update Makefile to fix OS X build
7 years ago
Jesse Vincent d7a889f25e
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 43b768cabb
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 93b4bfc120
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 9b46680240
Update Makefile to fix OS X build
7 years ago
Jesse Vincent f364a389b1
Update Makefile to fix OS X build
7 years ago
Jesse Vincent d342b6eb04
Update Makefile to fix OS X build
7 years ago
Jesse Vincent b078a29d23
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 1a5717d838
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 07b3bb6667
Update Makefile to fix OS X build
7 years ago
Jesse Vincent ceaded3eb4
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 30ebf9599f
Update Makefile to fix OS X build
7 years ago
Jesse Vincent b19fd73f1f
astyle
7 years ago