Commit Graph

2265 Commits (25c975eae7422a7908cb0ef2d5cc01f83c1d4ac6)

Author SHA1 Message Date
Gergely Nagy 2305f49680
device::Base: Use the Base HID by default, rather than KeyboardioHID
3 years ago
Gergely Nagy 80e414ace8
driver::hid: Allow compiling base::Keyboard without KeyboardioHID
3 years ago
Gergely Nagy 894ca338de
driver::hid: Remove Mouse::getReport()
3 years ago
Gergely Nagy f496aaa5d5
hid: Move mouse::stop from base to the specific implementation
3 years ago
Gergely Nagy a04525d718
_internal::LEDModeManager: Do not redefine `new` on STM32
3 years ago
Jesse Vincent 8323b35ee6
Merge pull request #1052 from keyboardio/driver/hid/no-keyboard
3 years ago
Gergely Nagy 90f9aec8ab
internal/deprecations: Include macro_helpers.h for __NL__
3 years ago
Gergely Nagy f7179fca7f
driver::hid::base: Add isKeyPressed() to the NoKeyboard classes
3 years ago
Michael Richters 75ffaf3cc8
Add removal dates for deprecated core functions
3 years ago
Michael Richters 9f1d5dc214
Remove vestigial `layer_state_` bitfield
3 years ago
Jesse Vincent 43de5b6eab
Shave 8 bytes by forcing isLayerShift inline
3 years ago
Jesse Vincent 0dd2ca17d8
Shave 20 bytes by foricing isKeyboardModifier inline
3 years ago
Michael Richters 92f2f582f1
Add `afterReportingState()` event handler function
3 years ago
Michael Richters 9ac4cc5a6f
Clear masked keys on release in `Runtime.handleKeyswitchEvent()`
3 years ago
Michael Richters 18a8e728f2
Fix timeout checker
3 years ago
Michael Richters 328edcfc64
Add `KeyAddrBitField::clear()` method
3 years ago
Michael Richters 73c9fa7e96
Standardize private variable names in LEDControl
3 years ago
Michael Richters 26f1972976
Deprecate public `LEDControl.syncDelay` variable
3 years ago
Michael Richters f6e9896697
Remove some unnecessary namespace qualifiers from LEDControl
3 years ago
Michael Richters e4b6499070
Adapt LEDControl to new KeyEvent handlers
3 years ago
Michael Richters 7756be1a6d
Add `beforeSyncingLeds()` event handler hook function
3 years ago
Michael Richters 015b8e3140
Add KeyEventTracker helper class
3 years ago
Michael Richters 1946e1de0b
Compile deprecated Layer code conditionally
3 years ago
Michael Richters 4c47ce1185
Terminate event handling after calling `Layer.handleLayerKeyEvent()`
3 years ago
Michael Richters 7d16958a7a
Replace `handleKeymapKeyswitchEvent()` with `handleLayerKeyEvent()`
3 years ago
Michael Richters 236281fa75
Rewrite top-level event handling functions
3 years ago
Michael Richters d5a8a6e201
Add new `KeyEvent` event handler functions
3 years ago
Michael Richters 3be5c0fce4
Generalize KeyAddrEventQueue type to store EventId values
3 years ago
Michael Richters 3be1ea6531
Add KeyEvent data type
3 years ago
Michael Richters d97221c5a1
Add `remove(n)` method to `KeyAddrEventQueue` class
3 years ago
Michael Richters bdfa7f5894
Fix a bug in `Key.isLayerShift()`
3 years ago
Michael Richters dc21cc2895
Rewrite OneShot plugin
3 years ago
Michael Richters add3ab4e83
Move KeyAddrEventQueue class from Qukeys to Kaleidoscope core
3 years ago
Michael Richters e984bc8a3a
Remove unused `EPHEMERAL` keyswitch state bit
3 years ago
Michael Richters 65f54d63d7
Deprecate `Layer.eventHandler()`
3 years ago
Michael Richters 4a63fe1440
Replace the keymap cache with a keyboard state array
3 years ago
Michael Richters 3c2175b062
Add aliases `Key_Unbound` & `Key_Masked`
3 years ago
Michael Richters 3508315aef
Add `EventHandlerResult::ABORT`
3 years ago
Michael Richters 9dd9c9557c
Abort hook functions on any result other than `OK`
3 years ago
Gergely Nagy fc1296395e
New hook: onNameQuery()
4 years ago
Michael Richters 5c12c8ee49
Add comments to handleKeymapKeyswitchEvent()
4 years ago
Michael Richters 08f45ba6a9
Allow deactivation of base layer
4 years ago
Gergely Nagy c924fb0dc6
Update a comment to reflect reality
4 years ago
Jesse Vincent 3bfd045065
Remove deprecated Key Masking system on schedule
4 years ago
Jesse Vincent 3227a2dcf4
Remove deprecated Layer API functions as per the schedule
4 years ago
Jesse Vincent 944e41bc6f
fixup Model 01 extraction
4 years ago
Jesse Vincent 440fdd2b9e
Extract keyboardio keyboards to plugins
4 years ago
Jesse Vincent e39a5b0810
Extract Technomancy Atreus to a plugin
4 years ago
Jesse Vincent ee526315f6
Extract SOFTHRUF Splitography
4 years ago
Jesse Vincent 5c9e827918
Extract Dygma Raise out to a plugin
4 years ago