Commit Graph

2312 Commits (8477d8e0d25d1f6a3c26e5862cd1f4bf002689f3)

Author SHA1 Message Date
Michael Richters ca0f80d607
Process Kaleidoscope with `iwyu.py` 3 years ago
Michael Richters 418fdcad7e
Add IWYU pragmas where necessary to keep or exclude selected headers 3 years ago
Jesse Vincent 80868274e5
Merge pull request from keyboardio/gd32/storage-commit-cleanup 3 years ago
Gergely Nagy 22a6c092fc driver::storage::GD32Flash: Don't duplicate commit() 3 years ago
Gergely Nagy e7e7fe75fe
Runtime: Initialize the hardware first at setup time 3 years ago
Gergely Nagy dc51a0cd61
Merge pull request from keyboardio/model100-reboot 3 years ago
Jesse Vincent faf132839d
clang-format 3 years ago
Jesse Vincent 50008ddd5a
Implement a "reset" method for the Model 100 3 years ago
Jesse Vincent 4ca969092b
Add an initial stab at a GD32 mcu support driver 3 years ago
Jesse Vincent 855ed3e9bc
Remove (and document removal of) unused sketch preprocessing system 3 years ago
Jesse Vincent c3568c9d62
Renamke HID.cpp to VirtualHID.cpp to avoid a naming conflict with 3 years ago
Michael Richters e5d67efd58
Format codebase with `clang-format` 3 years ago
Michael Richters dfd9bff7bd
Add curly braces to make code clearer and satisfy cpplint 3 years ago
Michael Richters 69333badc9
Turn off clang-format for selected sections of code 3 years ago
Gergely Nagy a7a29bb658
driver::storage::Base: Add an isSliceUninitialized() function 3 years ago
Michael Richters cf5c19dd6c
Standardize namespace block closing comments 3 years ago
Michael Richters cbc36724cd Bypass `version.h` checks when running include-what-you-use 3 years ago
Michael Richters 80953368d1 Rearrange and standardize Kaleidoscope core headers 3 years ago
Michael Richters 48ce259ae5
Replace LEDControl key constant `#define`s with `constexpr`s 3 years ago
Michael Richters ef7956a0a5
Replace `boolean` & `byte` with `bool` & `uint8_t` 3 years ago
Michael Richters 5a9025123e
Force `EventHandlerResult` values to be a single byte () 3 years ago
Michael Richters fd17553f1a
Rearrange iterator code in KeyAddrBitfield to simplify declarations 3 years ago
Michael Richters 8aa9206a08
Make KeyAddrBitfield class const-correct 3 years ago
Michael Richters 2c40e908d5
Remove deprecated event handler hooks 3 years ago
Michael Richters f2d8e91332
Remove deprecated code from `Runtime` object 3 years ago
Michael Richters 3152270585
Remove deprecated `handleKeyswitchEvent()` function 3 years ago
Michael Richters 340d422a24
Remove deprecated `pressKey(key, toggled_on)` function 3 years ago
Michael Richters d0542ac6eb
Remove deprecated layers code 3 years ago
Michael Richters b57daf53a8
Remove deprecated LEDControl code 3 years ago
Gergely Nagy d4f6430c66 driver::storage::GD32Flash: Adjust the default storage size 3 years ago
Gergely Nagy a5c11db084 driver/storage/GD32Flash: Fix GD32Flash::commit 3 years ago
Michael Richters c1bb8b2545
Fix out-of-bounds memory write in KeyAddrEventQueue 3 years ago
Jesse Vincent 5a566d6ecf
Make it possible to elide HID shortname setting by pre-defining the relevant macro 3 years ago
Jesse Vincent 4c84e8c093
Replace deprecated syntax for bitfield 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 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