Jesse Vincent
|
9e1670757e
|
remove comments that no longer apply
|
9 years ago |
Jesse Vincent
|
619c4da1ad
|
remove unused includes
|
9 years ago |
Jesse Vincent
|
3fb816b89b
|
whitespace
|
9 years ago |
Jesse Vincent
|
f32a4e6efb
|
Don't define a String we're not using.
Saves almost 800 bytes of flash
|
9 years ago |
Jesse Vincent
|
04fd5641e1
|
Delete unused, commented out code
|
9 years ago |
Jesse Vincent
|
f1da7437fa
|
Break out storage related functions into their own file
|
9 years ago |
Jesse Vincent
|
9da546f174
|
astyle
|
9 years ago |
Jesse Vincent
|
ffb6828939
|
First inept attempt at outfactoring implementation-specific keyscanner code.
May or may not actually work
|
9 years ago |
Jesse Vincent
|
b00db683b2
|
More sensible (standard c++) implementation of the keymatrix array
|
9 years ago |
Jesse Vincent
|
48d5b7e68e
|
Move TS (timestamp) macro out to the header file
|
9 years ago |
Jesse Vincent
|
414fe9de84
|
Extract the bootloader-rebooter into its own 'utils' file
|
9 years ago |
Jesse Vincent
|
8af35dd87f
|
First pass extraction of implementation-specific parts of LED lighting to the keyboard defintion
|
9 years ago |
Jesse Vincent
|
052737a7fe
|
Remove unused variable
|
9 years ago |
Jesse Vincent
|
a2259d712f
|
Scope a bunch of LED variables to the LED compilation unit
|
9 years ago |
Jesse Vincent
|
8de8775a91
|
clean up mouse data
|
9 years ago |
Jesse Vincent
|
798172633d
|
Move mouse acceleration to the header file
|
9 years ago |
Jesse Vincent
|
647d79be44
|
Mouse warping is quadrants, not a 3x3 grid these days
|
9 years ago |
Jesse Vincent
|
90301322ea
|
migrate some mouse-wide var definitions and macros into header file
|
9 years ago |
Jesse Vincent
|
bf69fa5b12
|
Refactor LED configuration out to the configuration header file
|
9 years ago |
Jesse Vincent
|
093aef3aab
|
whitespace
|
9 years ago |
Jesse Vincent
|
3eae04689c
|
data type modernization
|
9 years ago |
Jesse Vincent
|
7615d63f6b
|
Datatype modernization
|
9 years ago |
Jesse Vincent
|
a7182e2070
|
Modernize some 'int' datatypes
|
9 years ago |
Jesse Vincent
|
c6a3793798
|
Get rid of our usage of the old HID key alias table
|
9 years ago |
Jesse Vincent
|
bd903b95ee
|
Convert letter, number, fkey definition to HID_ macros. Add F13-F24
|
9 years ago |
Jesse Vincent
|
bae9cbe272
|
remove unused key definition
|
9 years ago |
Jesse Vincent
|
25d97c542f
|
whitespace
|
9 years ago |
Jesse Vincent
|
33ecb8c2e2
|
A bit of datatype modernization
|
9 years ago |
Jesse Vincent
|
264bcd24c0
|
Make mousekeys 'synthetic' as we work toward compressing datastructures
|
9 years ago |
Jesse Vincent
|
6c6dfa30c1
|
Yank out old commandline mode stub
|
9 years ago |
Jesse Vincent
|
2ffda682db
|
make verbosity configurable
|
9 years ago |
Jesse Vincent
|
e2755cee5c
|
Start removing old serial debugging code
|
9 years ago |
Jesse Vincent
|
852ee13f7b
|
Remove now-outdated config for older hardware
|
9 years ago |
Jesse Vincent
|
9e7068846e
|
whitespace
|
9 years ago |
Jesse Vincent
|
f3c243d354
|
tighten up a line
|
9 years ago |
Jesse Vincent
|
c6ea7463eb
|
Speed up keyspelling
|
9 years ago |
Jesse Vincent
|
500385f218
|
Remove a useless layer of indirection
|
9 years ago |
Jesse Vincent
|
3eb491ca69
|
Simplify our keymap generation
|
9 years ago |
Jesse Vincent
|
ca29544ff6
|
Create a directory for generate files
|
9 years ago |
Jesse Vincent
|
174c60d887
|
Makefile cleanup
|
9 years ago |
Jesse Vincent
|
be5a8e13ad
|
Add compilation size reporting
|
9 years ago |
Jesse Vincent
|
30d55a84fe
|
simplify the debouncing API.
|
9 years ago |
Jesse Vincent
|
f8afa6819f
|
astyle
|
9 years ago |
Jesse Vincent
|
40a88c0cbf
|
Switch from explicitly releasing keys to just assuming a fresh key report on every scan
|
9 years ago |
Jesse Vincent
|
2b0e363b65
|
flesh out the building and flashing tools in the Makefile
|
9 years ago |
Jesse Vincent
|
8304401bb0
|
Small fixups to get the kickstarter version of the Model 01 working with the new HID core
|
9 years ago |
Jesse Vincent
|
638a17464b
|
remove unused variables
|
9 years ago |
Jesse Vincent
|
605694567d
|
Switch to modern '#pragma once' guards
|
9 years ago |
Jesse Vincent
|
2fb20e0a38
|
now that we have a better HID keyboard implementation, don't do our own internal tracking
|
9 years ago |
Jesse Vincent
|
ca403359c4
|
whitespace
|
9 years ago |