Commit Graph

1294 Commits (7db8bb779a9a687da6080121a626b7f763289ea2)
 

Author SHA1 Message Date
Gergely Nagy e3f1172244 Changed how key caching & lookup works
7 years ago
Jesse Vincent 283b96ae2e Merge pull request #156 from keyboardio/h/masking/handle-release
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
Gergely Nagy ca8f586b2e Document the use of key masking a bit
7 years ago
Gergely Nagy f0b3ad2b14 Implement key masking for momentary layer keys
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 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 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 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 cb3a6d78c8
press_key-> pressKey
7 years ago
Jesse Vincent 396ae22a67
release_key->releaseKey
7 years ago
Jesse Vincent e29e220416
camelCasing of _matrix functions
7 years ago
Jesse Vincent 210287684f
CamelCase of handle_*_key*
7 years ago
Jesse Vincent 2582441523
CamelCase of KeyIsPressed and KeyWasPressed
7 years ago
Jesse Vincent 0f2bae7db7
keyToggledO* camelcasing
7 years ago
Jesse Vincent 3154f7c997
Add "correct" camelCase versions of the keyswitch state macros to ease transition to the new API
7 years ago
Jesse Vincent 72cd5f7db8
Update to work with new simpler Nulock API
7 years ago
Jesse Vincent 4a9ce76915 Merge pull request #139 from cdisselkoen/for-upstream
7 years ago
Craig Disselkoen 43af3eff08 Fix paths in README.md to match Makefile
7 years ago
Jesse Vincent 8d85120f96 Merge pull request #138 from keyboardio/f/coding-style-markdown
8 years ago
Gergely Nagy 568903b1da doc/CODING_STYLE: Convert the style guide to Markdown
8 years ago
Gergely Nagy 98b389411b Use Kaleidoscope.use instead of USE_PLUGINS
8 years ago
Gergely Nagy feda651170 Mark the plugin stable
8 years ago
Jesse Vincent 6df2e5644a Merge pull request #136 from algernon/f/compile-time-use
8 years ago
Gergely Nagy 636dfc3ba6 Rework Kaleidoscope.use to be a compile-time recursive function
8 years ago
Jesse Vincent 5bc7f49dce
dump the body of the arduino api style guide here.
8 years ago
Jesse Vincent c3ad5a322f
Fix a misspelled tag
8 years ago
Gergely Nagy c05573ea40 Guard the key_is_pressed/key_was_pressed arguments better
8 years ago
Jesse Vincent 477c426385
remove the kaleidoscope-builder from the Kaleidoscope core,
8 years ago
Gergely Nagy c20732257b examples/AppSwitcher: Update to use newest HostOS APIs
8 years ago
Gergely Nagy 583e916590 Fix a typo
8 years ago
Gergely Nagy 33a19c3b51 Fix the Focus hooks
8 years ago
Gergely Nagy ae8cd514a2 Focus hooks shall follow the style guide more closely
8 years ago
Gergely Nagy c5980dc5a6 Local variables shall follow the style guide too
8 years ago
Gergely Nagy 564b656162 README.md: Minor style adjustment
8 years ago
Gergely Nagy da90c342fb Some more linter-triggered fixes
8 years ago
Gergely Nagy 202860575b Kaleidoscope Style Guide conformance
8 years ago