You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kaleidoscope/src/kaleidoscope
Michael Richters 92f2f582f1
Add `afterReportingState()` event handler function
4 years ago
..
device Rewrite top-level event handling functions 4 years ago
driver Rewrite top-level event handling functions 4 years ago
key_defs Move key def sections into a subdirectory to make the codebase a bit cleaner. 4 years ago
plugin Standardize private variable names in LEDControl 4 years ago
util cpplint header guard style 4 years ago
HIDTables.h Add new Consumer control keys from USB HID HUT v1.2 4 years ago
KeyAddr.h Introduced a build type selection header 5 years ago
KeyAddrBitfield.h Add `KeyAddrBitField::clear()` method 4 years ago
KeyAddrEventQueue.h Generalize KeyAddrEventQueue type to store EventId values 4 years ago
KeyAddrMap.h Replace the keymap cache with a keyboard state array 4 years ago
KeyEvent.cpp Add KeyEvent data type 4 years ago
KeyEvent.h Add KeyEvent data type 4 years ago
KeyEventTracker.h Add KeyEventTracker helper class 4 years ago
KeyMap.h Replace the keymap cache with a keyboard state array 4 years ago
LiveKeys.cpp Replace the keymap cache with a keyboard state array 4 years ago
LiveKeys.h Replace the keymap cache with a keyboard state array 4 years ago
MatrixAddr.h Add `KeyAddr::none()` constant & `KeyAddr::clear()` method 4 years ago
Runtime.cpp Add `afterReportingState()` event handler function 4 years ago
Runtime.h Fix timeout checker 4 years ago
bitfields.cpp Extracted and renamed class Kaleidoscope->Runtime 5 years ago
bitfields.h cpplint: Constructors where we want explicit conversion, should be explicit 4 years ago
event_handler_result.h Add `EventHandlerResult::ABORT` 4 years ago
event_handlers.h Add `afterReportingState()` event handler function 4 years ago
hooks.cpp Abort hook functions on any result other than `OK` 4 years ago
hooks.h Rewrite top-level event handling functions 4 years ago
key_defs.h Fix a bug in `Key.isLayerShift()` 4 years ago
key_events.cpp Rewrite top-level event handling functions 4 years ago
key_events.h Rewrite top-level event handling functions 4 years ago
keymaps.h Remove the old 2d keymaps array 5 years ago
keyswitch_state.h Remove unused `EPHEMERAL` keyswitch state bit 4 years ago
layers.cpp Compile deprecated Layer code conditionally 4 years ago
layers.h Compile deprecated Layer code conditionally 4 years ago
macro_helpers.h Fixed errors in a comment 5 years ago
macro_map.h Move most sources to a kaleidoscope/ subdir and namespace 6 years ago
plugin.h Event handler versioning, deprecation and extended signature checks 6 years ago
progmem_helpers.h Rewrite Qukeys plugin from scratch 5 years ago
version.h Added a compiler/Arduino version check 5 years ago