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 |
Jesse Vincent
|
e78b1bea6a
|
Missing function definition added to the headr file
|
9 years ago |
Jesse Vincent
|
5922976686
|
Remove the old "master" makefile
|
9 years ago |
Jesse Vincent
|
24865f8507
|
Remve our old hardware core in favor of just using current Arduino for now.
We need the new USB and HID core. We'll rev the bootloader when production hardware is closer
|
9 years ago |
Jesse Vincent
|
e39eb807c9
|
New makefile that uses the wonderful new arduino-builder
|
9 years ago |
Jesse Vincent
|
e643d17b1c
|
Remove some unused variables from mouse_movement.cpp
|
9 years ago |
Jesse Vincent
|
c0c8d585c8
|
Remove unused include
|
9 years ago |
Jesse Vincent
|
fbb5e1e163
|
astyle
|
9 years ago |
Jesse Vincent
|
04ec58cced
|
Update our astyle target
|
9 years ago |
Jesse Vincent
|
ad9ed78f9e
|
Remove empty, currently unused 'setup' files
|
9 years ago |
Jesse Vincent
|
2a98f525a9
|
Remove the fast digital io implementation
We no longer are doing fast digital IO directly from the main MCU.
|
9 years ago |
Jesse Vincent
|
828834ad7a
|
Extract our the 'old' WS2812 implementation
|
9 years ago |
Jesse Vincent
|
ee835142b2
|
LED macro name for LED 22 was incorrect
|
9 years ago |
Jesse Vincent
|
d533b4f50b
|
remove redefinition
|
9 years ago |
Jesse Vincent
|
e66ddd7ffb
|
Port to KeyboardioHID library. (as yet untested)
|
9 years ago |
Jesse Vincent
|
2d961b207a
|
Factor old SX1509 library out to an Arduino library
|
9 years ago |
Jesse Vincent
|
0e19603782
|
Removed explicit license declaration from the NOTICE file
|
9 years ago |
Jesse Vincent
|
38fa681164
|
Add moo's custom layout
|
9 years ago |
Jesse Vincent
|
f783239ccc
|
Add support for shifted keys in key definitions
|
9 years ago |
Jesse Vincent
|
c80666d3c7
|
Remove slack easter-egg
|
9 years ago |
Jesse Vincent
|
e2205ecb81
|
Add support for "typing" by flashing LEDs. Set a bootup message
|
10 years ago |
Jesse Vincent
|
58e33fde82
|
For now, stop saving the default keymap across reboots
|
10 years ago |
Jesse Vincent
|
e8a680b889
|
start rebuilding commandline infrastructure
|
10 years ago |
Jesse Vincent
|
4937ac23b3
|
Remove macroKey2, a failed experiment
|
10 years ago |
Jesse Vincent
|
0689ab7c1f
|
fix the case of the master makefile
|
10 years ago |
Jesse Vincent
|
22e09f39f8
|
updated bootloader build
|
10 years ago |
Jesse Vincent
|
d7480cd40b
|
remove unneeded whitespace
|
10 years ago |
Jesse Vincent
|
8e273b72e6
|
Remove Model00 and Symmetric60 from our list of boards.
They're not widespread enough to need to be here
|
10 years ago |