Commit Graph

3827 Commits (d56019141ac3bdbf76b86bccb4b70241df93b1c1)
 

Author SHA1 Message Date
Michael Richters 32f11d1e77 Fixed qukeys layer-shift rollover with release delay 6 years ago
Michael Richters ab670eeb47 Removed code for tracking Qukey state 6 years ago
Michael Richters 99abfdc3dc Added some descriptive comments regarding Qukeys release delay 6 years ago
Michael Richters 2bbbaee78c Fix rollover from a ShiftToLayer() qukey with release delay 6 years ago
Michael Richters a940f70fc7 Removed obsolete code for updating mapped_key 6 years ago
Michael Richters 81d34bbd88 SpaceCadet: corrected bogus row & column info for injected keypress 6 years ago
Michael Richters 66f79c7cbd Added EPHEMERAL keyswitch state flag 6 years ago
Michael Richters dc7c1e9c1f Removed obsolete positionToCoords() function 6 years ago
Michael Richters 532ae8f1f5 Fixed OneShot with new live_composite_keymap_ 6 years ago
Michael Richters 26ff408719 Update `live_composite_keymap_` with specified `mappedKey`, if any 6 years ago
Michael Richters 6c1cc7bd2c Added alternate method to update live_composite_keymap_ 6 years ago
Gergely Nagy 9772f3d9ad
Merge pull request from Gravemind/fix-oneshot-buf-overflow 6 years ago
Jordan Galby f2187cc96e OneShot: Fix buffer overflow 6 years ago
Jesse Vincent 622fa9c67f
Merge pull request from keyboardio/EEPROMSettings/fix-default-layer-setting 6 years ago
Gergely Nagy 63a5ccd647
EEPROMSettings: Don't try to be clever with bit masking 6 years ago
Jesse Vincent 35be55dc1e Initial commit of a more generic hardware test mode 6 years ago
Jesse Vincent 5de640e401 Add a new hook for hardware to set itself up for hardware test mode 6 years ago
Jesse Vincent ba7144669f KeyboardHardware: add a 'previousPressedKeyswitchCount' 6 years ago
Jesse Vincent 813bd5a06d add new 'wasKeyswitchPressed' helpers to all hardware implementations 6 years ago
Jesse Vincent 01e3793d39 Add a 'compile-all target, so that smoke output can get to a single line 6 years ago
Jesse Vincent 8ab5aa52dd Slightly tighten up compilation output so that the smoke output is more readable 6 years ago
Jesse Vincent b8d4e90f23 realpath isn't installed by default on travis' vms AND it's not 6 years ago
Jesse Vincent 6856971cdb attempt to get travis to use our fancy new caching 6 years ago
Gergely Nagy 1f6496ea0e
Merge pull request from keyboardio/f/builder-improvements 6 years ago
Jesse Vincent 78f1a91957 Update our ccache travis config to match https://docs.travis-ci.com/user/caching/ 6 years ago
Jesse Vincent ab91a04142 More recent shellcheck doesn't like "which" for finding a binary 6 years ago
Jesse Vincent a6a23380ab make shellcheck happy, maybe? 6 years ago
Jesse Vincent 67d0c6bd73 shellcheck fixes 6 years ago
Jesse Vincent 02faf0d842 Refactor our directory environment variables to make it easier to set a 6 years ago
Jesse Vincent 02635d691a Use the sketch directory's inode as part of its unique id 6 years ago
Jesse Vincent 8cdd058d9e CCACHE_WRAPPER_DIR->CCACHE_WRAPPER_PATH 6 years ago
Jesse Vincent e9668d36ab STABLE_TEMP_DIR to KALEIDOSCOPE_TEMP_PATH 6 years ago
Jesse Vincent 7b27d9e2f9 default STABLE_TEMP_DIR to $TMPDIR if it's available 6 years ago
Jesse Vincent a33d797310 shellcheck fixes 6 years ago
Gergely Nagy e657091476
Merge pull request from gedankenexperimenter/led-stalker-speedup 6 years ago
Michael Richters b083803dc0
Only call update() on cycles when we sync LEDs 6 years ago
Michael Richters 764a2457ab
Decrease LED refresh rate 6 years ago
Michael Richters ddafb73803
Speed up LED-Stalker plugin 6 years ago
Jesse Vincent b4dd906294 Switch to stashing our build artifacts in the stable kaleidoscope temp dir, rather than the source dir 6 years ago
Jesse Vincent f87d7bce64 Initial implementation of ccache caching for builds 6 years ago
Jesse Vincent 6e9ee55552 move sketches into a subdir 6 years ago
Jesse Vincent d142763bef Add hacky variables for some of the compiler tools we need 6 years ago
Jesse Vincent 59bb9a63f8 Switch back to stable build paths to take advantage of Arduino's build caching 6 years ago
Jesse Vincent 9e45f9e7b2 Enable use of the Arduino core cache, stashing our cached prebuilt cores in /tmp 6 years ago
Jesse Vincent 2ec7f83073 Break out setting our build paths into its own function 6 years ago
Jesse Vincent 38b4663f00 When building a sketch that's not in a git directory, don't die. 6 years ago
Jesse Vincent e2423fa793
Merge pull request from noseglasses/pr_supression_of_unused_variable_warning 6 years ago
Florian Fleissner 6c68266504 Ran astyle 6 years ago
Florian Fleissner 051ad05068 Suppressed a compiler warning and added warning suppression macros 6 years ago
Jesse Vincent 7366fea5c0
Merge pull request from keyboardio/README/example-link-fix 6 years ago