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 fd17553f1a
Rearrange iterator code in KeyAddrBitfield to simplify declarations
3 years ago
..
device astyle 3 years ago
driver Remove deprecated `pressKey(key, toggled_on)` function 3 years ago
key_defs Move key def sections into a subdirectory to make the codebase a bit cleaner. 4 years ago
plugin Remove deprecated LEDControl code 3 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 Rearrange iterator code in KeyAddrBitfield to simplify declarations 3 years ago
KeyAddrEventQueue.h Fix out-of-bounds memory write in KeyAddrEventQueue 3 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 Remove some old debugging comments 3 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 Remove deprecated code from `Runtime` object 3 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 Remove deprecated event handler hooks 3 years ago
hooks.cpp Abort hook functions on any result other than `OK` 4 years ago
hooks.h Remove deprecated `handleKeyswitchEvent()` function 3 years ago
key_defs.h Change default value of `KeyEvent` from `Key_NoKey` to `Key_Undefined` 3 years ago
keymaps.h Remove the old 2d keymaps array 5 years ago
keyswitch_state.h Replace deprecated syntax for bitfield 3 years ago
layers.cpp Remove deprecated layers code 3 years ago
layers.h Remove deprecated layers code 3 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