Commit Graph

52 Commits (b565dab6444a509bb78e974748d56f1d3330783f)
 

Author SHA1 Message Date
Jesse Vincent b565dab644 pass by value to save some flash
6 years ago
Jesse Vincent 9b44d02e6e Typo fix
6 years ago
Jesse Vincent eea0c8b47e astyle
6 years ago
Jesse Vincent 3dd86e34dd Refactoring to save 44 more PROGMEM and 12 more RAM
6 years ago
Jesse Vincent b144f626e4 refactor to reuse some code and be a bit smarter about data.
6 years ago
Gergely Nagy ea7454ddc2 Correct a typo
7 years ago
Gergely Nagy f80525e7e0
Merge pull request #4 from tazlor/patch-1
7 years ago
tazlor 4f95cf8415
Reset bad keys before each test.
7 years ago
Jesse Vincent 043ba2072b Tweak our chatter timings to hopefully have fewer false positives
7 years ago
Jesse Vincent c0a2b43c23 Slightly clean up our startup mode to be faster and more likely to eat
7 years ago
Jesse Vincent a860afa765 astyle. no function changes
7 years ago
Jesse Vincent b25e7e87e2 Avoid a potential overflow bug
7 years ago
Jesse Vincent d09ac4043d Look for chatter across 15 scans, rather than just two.
7 years ago
Jesse Vincent 5f9be8f8f0 Clear the keyscan buffer starting to look for bounce events.
7 years ago
Jesse Vincent 54cbf18e1c Only treat "key pressed down" events as issues for the debounce counter.
7 years ago
Jesse Vincent 8b562fe64b Switch to a counter for 'cycles since last state change'
7 years ago
Jesse Vincent 75dfcf8ccb First pass at a new chatter detection mode
7 years ago
Jesse Vincent 2e91dd4a82 Disable hardware debouncing in testmode
7 years ago
Jesse Vincent 86ebc8de02 Revert f3094e1538
7 years ago
Jesse Vincent da79e1a91b Update Makefile with OSX fixes and new paths
7 years ago
Jesse Vincent 146ab40b9d Merge pull request #2 from algernon/f/hook-interface-update
7 years ago
Gergely Nagy 4aa7dbe0b5 Stop using deprecated interfaces
7 years ago
Jesse Vincent b431927176 Merge pull request #1 from algernon/f/key-chatter-detection
7 years ago
Gergely Nagy f3094e1538 Initial attempt at chatter detection
7 years ago
Jesse Vincent 243b1ada1a
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 42cabcfa6f
camelCasing wait_for_keypress
7 years ago
Jesse Vincent d0e85633b8
camelCasing of _matrix functions
7 years ago
Jesse Vincent 978d04625d
CamelCaseifcation of LED related functions
7 years ago
Jesse Vincent ee0ccdd91d
CamelCase of handle_*_key*
7 years ago
Jesse Vincent 51f37933f3 astyle 3.0 caught this style violation
7 years ago
Jesse Vincent 95bd188a54 Make cpplint-noisy happy
7 years ago
Jesse Vincent c8586985fd Add toggling on of the on-board green status LEDs.
7 years ago
Jesse Vincent beb159e860 brighten up the LEDs for testing
7 years ago
Jesse Vincent bddcc4912b extract out the key combo
7 years ago
Jesse Vincent 4ae6bff15d
astyle to pad operators
7 years ago
Jesse Vincent 6dadb862e5
Add build infrastructure
7 years ago
Jesse Vincent a9f59b131e
astyle with current project style guidelines
7 years ago
Jesse Vincent fbee5854ee Update to new handle_keyswitch_event API naming
8 years ago
Jesse Vincent 64ac98dcbf When the key is pressed, turn it green
8 years ago
Jesse Vincent c1d25174bc Add a missing paren.
8 years ago
Jesse Vincent 23aba78402 Add some missing prototypes to the class definition
8 years ago
Jesse Vincent 6b0623d3f2 Step two of the rename
8 years ago
Jesse Vincent d31530d579 start to refactor the code to be a Kaleidoscope plugin
8 years ago
Jesse Vincent 518dda8e57 add a way to get out of test mode
8 years ago
Jesse Vincent c407c9608b move matrix test setup to one place
8 years ago
Jesse Vincent fcd0c8025d Switch our LED testing to use a helper function that waits for a keypress
8 years ago
Jesse Vincent 0e71744c01 astyle. no code changes
8 years ago
Jesse Vincent 5c59ea650f Actually jump into the test mode when you tap left prog, left led, left fn.
8 years ago
Jesse Vincent 0ec9767232 reorganziation to remove unused functions from the api
8 years ago
Jesse Vincent 8f0976219a Remove vestiges of timers from Akela::MagicCombo
8 years ago