Commit Graph

2290 Commits (f6a0489094216dd02bad50c0928a8f2bd43c5447)

Author SHA1 Message Date
Gergely Nagy 7e6ed71583
Revert "wip for macOS testing"
3 years ago
Gergely Nagy 8292a2d92f
wip for macOS testing
3 years ago
Gergely Nagy 45545c2358
drop 6kro kb for now
3 years ago
Gergely Nagy 1bb8d4b49d
wip: mouse stuff
3 years ago
Gergely Nagy d60784e6cf
wip
3 years ago
Gergely Nagy 1fafd8b5bb
wip
3 years ago
Gergely Nagy c01d5a45d8
wip
3 years ago
Gergely Nagy 785cb841fe
wip
3 years ago
Gergely Nagy c28eea03f3
wip
3 years ago
Jesse Vincent f3a604dfe1
Modernized B to 0b
3 years ago
Jesse Vincent 0e3425297a
Modernise B syntax to 0b
3 years ago
Jesse Vincent 414f9d3297
Make it possible to elide HID shortname setting by pre-defining the relevant macro
3 years ago
Jesse Vincent 4b036ae1a1
astyle
3 years ago
Jesse Vincent 471affa43f
Silence a warning due to stub methods not having return statements
3 years ago
Gergely Nagy 88a1d86079
kaleidoscope::device::Base: Don't make the default noop_serial_ static
3 years ago
Gergely Nagy 7c5973c7bd
kaleidoscope::hid::base::Keyboard: Add a default, no-op sendReport
3 years ago
Gergely Nagy 65c21842e9
astyle
3 years ago
Gergely Nagy 4248c894ad
make cpplint happy
3 years ago
Gergely Nagy 4b8951d67c
gd32: Add a "bootloader"
3 years ago
Gergely Nagy 17ba4fb8e8
gd32: Add a GD32Flash storage driver
3 years ago
Gergely Nagy 8730e242e4
kaleidoscope::device::Base: Add a few dummy functions to NoOpSerial
3 years ago
Jesse Vincent dbdc743dc3
Merge pull request #1076 from gedankenexperimenter/plugin-guide-part-2
3 years ago
Michael Richters e1da425e4c
Remove some old debugging comments
3 years ago
Florian Bruhin 4a6aea650d Add keyIsInjected helper
3 years ago
Michael Richters 2cb5a1c172
Change default value of `KeyEvent` from `Key_NoKey` to `Key_Undefined`
4 years ago
Gergely Nagy 2305f49680
device::Base: Use the Base HID by default, rather than KeyboardioHID
4 years ago
Gergely Nagy 80e414ace8
driver::hid: Allow compiling base::Keyboard without KeyboardioHID
4 years ago
Gergely Nagy 894ca338de
driver::hid: Remove Mouse::getReport()
4 years ago
Gergely Nagy f496aaa5d5
hid: Move mouse::stop from base to the specific implementation
4 years ago
Gergely Nagy a04525d718
_internal::LEDModeManager: Do not redefine `new` on STM32
4 years ago
Jesse Vincent 8323b35ee6
Merge pull request #1052 from keyboardio/driver/hid/no-keyboard
4 years ago
Gergely Nagy 90f9aec8ab
internal/deprecations: Include macro_helpers.h for __NL__
4 years ago
Gergely Nagy f7179fca7f
driver::hid::base: Add isKeyPressed() to the NoKeyboard classes
4 years ago
Michael Richters 75ffaf3cc8
Add removal dates for deprecated core functions
4 years ago
Michael Richters 9f1d5dc214
Remove vestigial `layer_state_` bitfield
4 years ago
Jesse Vincent 43de5b6eab
Shave 8 bytes by forcing isLayerShift inline
4 years ago
Jesse Vincent 0dd2ca17d8
Shave 20 bytes by foricing isKeyboardModifier inline
4 years ago
Michael Richters 92f2f582f1
Add `afterReportingState()` event handler function
4 years ago
Michael Richters 9ac4cc5a6f
Clear masked keys on release in `Runtime.handleKeyswitchEvent()`
4 years ago
Michael Richters 18a8e728f2
Fix timeout checker
4 years ago
Michael Richters 328edcfc64
Add `KeyAddrBitField::clear()` method
4 years ago
Michael Richters 73c9fa7e96
Standardize private variable names in LEDControl
4 years ago
Michael Richters 26f1972976
Deprecate public `LEDControl.syncDelay` variable
4 years ago
Michael Richters f6e9896697
Remove some unnecessary namespace qualifiers from LEDControl
4 years ago
Michael Richters e4b6499070
Adapt LEDControl to new KeyEvent handlers
4 years ago
Michael Richters 7756be1a6d
Add `beforeSyncingLeds()` event handler hook function
4 years ago
Michael Richters 015b8e3140
Add KeyEventTracker helper class
4 years ago
Michael Richters 1946e1de0b
Compile deprecated Layer code conditionally
4 years ago
Michael Richters 4c47ce1185
Terminate event handling after calling `Layer.handleLayerKeyEvent()`
4 years ago
Michael Richters 7d16958a7a
Replace `handleKeymapKeyswitchEvent()` with `handleLayerKeyEvent()`
4 years ago