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 a393f4778e
Suppress idle keyswitch events from virtual hardware device
4 years ago
..
device Suppress idle keyswitch events from virtual hardware device 4 years ago
driver Correct modifier flag removal logic. The previous logic was unlikely to break in production, but was technically incorrect, as it -could- actually add the flag. (XOR was the wrong construct to use when clearing a flag.) 4 years ago
plugin Fix Qukeys minimum prior interval problem 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
MatrixAddr.h cpplint: Constructors where we want explicit conversion, should be explicit 4 years ago
Runtime.cpp Layers: Fix the initial state of layer 0 4 years ago
Runtime.h Implement a HID driver component 5 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 License clarificataion & copyright headers 6 years ago
event_handlers.h Remove the deprecated row/col-based indexing APIs 5 years ago
hooks.cpp Resolve all cpplint readability/braces errors 4 years ago
hooks.h Remove the deprecated row/col-based indexing APIs 5 years ago
key_defs.h Remove stale commented definition of IS_MACRO 4 years ago
key_defs_aliases.h Fix the MEH and HYPER aliases 6 years ago
key_defs_consumerctl.h Update Consumer control definitions to remove KEY_FLAGS, which has no semantic meaning 4 years ago
key_defs_keyboard.h Rebuild all key definitions to use the new Key() constructor 6 years ago
key_defs_keymaps.h layers: Add a MoveToLayer(n) key 5 years ago
key_defs_sysctl.h Switch sysctl keys to use the new SYSTEM_KEY macro 4 years ago
key_events.cpp Remove the deprecated row/col-based indexing APIs 5 years ago
key_events.h Remove the deprecated row/col-based indexing APIs 5 years ago
keymaps.h Remove the old 2d keymaps array 5 years ago
keyswitch_state.h Added EPHEMERAL keyswitch state flag 6 years ago
layers.cpp Layers: Fix the initial state of layer 0 4 years ago
layers.h Layers: Fix the initial state of layer 0 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