Commit Graph

2036 Commits (b128ed6234040d27b9001f334fd7a0e72e9ff9b3)
 

Author SHA1 Message Date
Gergely Nagy 14197de8e6 Add a few words about masking as in-code comments.
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
Jesse Vincent 2a68b390ed Merge pull request #6 from keyboardio/h/init-order
7 years ago
Gergely Nagy 65fee12dad Move Mouse & AbsoluteMouse initialization to MouseWrapper.begin
7 years ago
Jesse Vincent e9c532509f
Switch AbsoluteMouse to use its own HID endpoint
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 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
Jesse Vincent cf08f96d1c
Port to new HID facade
7 years ago
Jesse Vincent b87014c544
Port to the new HID facade
7 years ago
Jesse Vincent 7919922036
Move the hid facade out into its own namespace
7 years ago
Jesse Vincent 7e73341772
Move our hid facade into kaleidoscope::hid
7 years ago
Jesse Vincent c9734385c5
press/releaseKeyRaw -> press/releaseRawKey
7 years ago
Jesse Vincent 4ee9ca4e63
pressConsumer/releaseConsumer -> pressConsumerControl / releaseConsumerControl
7 years ago
Jesse Vincent f5aaedffd5
add an "isModifierActive" to the hid facade
7 years ago
Jesse Vincent 02695b8cea
Add a facde for KeyboardioHID's *.begin()
7 years ago
Jesse Vincent 8b187366c7
Create an abstraction on top of the KeyboardioHID interface
7 years ago
Jesse Vincent 178dd0a5f1 Merge pull request #141 from cdisselkoen/update-for-new-Macros-API
7 years ago
Craig Disselkoen 1cf8d9afdb Update for changes to Kaleidoscope-Macros no longer requiring END
7 years ago
Jesse Vincent 9434d7b2bf
Update function naming from CamelCase to camelCase,
7 years ago
Jesse Vincent 42cabcfa6f
camelCasing wait_for_keypress
7 years ago
Jesse Vincent 2c08dd867b
camelCasing press_button to pressButton
7 years ago
Jesse Vincent cb3a6d78c8
press_key-> pressKey
7 years ago
Jesse Vincent 396ae22a67
release_key->releaseKey
7 years ago
Jesse Vincent 9573630c19
camelCasing of internal functions in Hardware file
7 years ago
Jesse Vincent d0e85633b8
camelCasing of _matrix functions
7 years ago
Jesse Vincent 4712aabfd4
camelCasing of _matrix functions
7 years ago
Jesse Vincent e29e220416
camelCasing of _matrix functions
7 years ago
Jesse Vincent c4fccab55b
get_key_color -> getKeyColor
7 years ago