Commit Graph

2180 Commits (3962ffff1a2359e6e16aceb54c8ff7caa465b808)
 

Author SHA1 Message Date
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
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
Jesse Vincent 5e79b16923
switch around our constants so we have more room for mouse buttons in the bit vector
8 years ago
Jesse Vincent ef47dc5447
switch mouse button constants to those defined in the HID library.
8 years ago
Jesse Vincent 8bb9bb37ca
make consumercontrol and systemcontrol events only fire on key release
8 years ago
Jesse Vincent b6d552f9c0
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 401e9326a0
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 5f3b3486ed
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 50b993b2f6
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 243b1ada1a
Update Makefile to fix OS X build
8 years ago
Jesse Vincent d7a889f25e
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 43b768cabb
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 93b4bfc120
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 9b46680240
Update Makefile to fix OS X build
8 years ago
Jesse Vincent f364a389b1
Update Makefile to fix OS X build
8 years ago
Jesse Vincent d342b6eb04
Update Makefile to fix OS X build
8 years ago
Jesse Vincent b078a29d23
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 1a5717d838
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 07b3bb6667
Update Makefile to fix OS X build
8 years ago
Jesse Vincent ceaded3eb4
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 30ebf9599f
Update Makefile to fix OS X build
8 years ago
Jesse Vincent 997b3a58e0
Update Makefile to fix OS X build
8 years ago
Jesse Vincent e5f9929ed0
Port to new kaleidoscope::hid facade
8 years ago
Jesse Vincent b19fd73f1f
astyle
8 years ago
Jesse Vincent cf08f96d1c
Port to new HID facade
8 years ago
Jesse Vincent b87014c544
Port to the new HID facade
8 years ago
Jesse Vincent 7919922036
Move the hid facade out into its own namespace
8 years ago
Jesse Vincent 7e73341772
Move our hid facade into kaleidoscope::hid
8 years ago
Jesse Vincent c9734385c5
press/releaseKeyRaw -> press/releaseRawKey
8 years ago
Jesse Vincent 4ee9ca4e63
pressConsumer/releaseConsumer -> pressConsumerControl / releaseConsumerControl
8 years ago
Jesse Vincent f5aaedffd5
add an "isModifierActive" to the hid facade
8 years ago
Jesse Vincent 02695b8cea
Add a facde for KeyboardioHID's *.begin()
8 years ago
Jesse Vincent 8b187366c7
Create an abstraction on top of the KeyboardioHID interface
8 years ago
Jesse Vincent 178dd0a5f1 Merge pull request #141 from cdisselkoen/update-for-new-Macros-API
8 years ago
Craig Disselkoen 1cf8d9afdb Update for changes to Kaleidoscope-Macros no longer requiring END
8 years ago
Jesse Vincent 9434d7b2bf
Update function naming from CamelCase to camelCase,
8 years ago
Jesse Vincent 42cabcfa6f
camelCasing wait_for_keypress
8 years ago
Jesse Vincent 2c08dd867b
camelCasing press_button to pressButton
8 years ago
Jesse Vincent cb3a6d78c8
press_key-> pressKey
8 years ago
Jesse Vincent 396ae22a67
release_key->releaseKey
8 years ago
Jesse Vincent 9573630c19
camelCasing of internal functions in Hardware file
8 years ago