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 |
Jesse Vincent
|
05949b3a74
|
Turns out that linux hosts need that timeout or they can't get to the bootloader before it's gone again
|
10 years ago |
Jesse Vincent
|
2d9bfd0e1e
|
build of new bootloader
|
10 years ago |
Jesse Vincent
|
4c12abe3fc
|
Don't autostart the sketch on 'reboot to bootloader'
|
10 years ago |
Jesse Vincent
|
1a0e627162
|
Drop the bootup delay to 2 seconds
|
10 years ago |
Jesse Vincent
|
dab82ace3b
|
make the rainbow wave stop flashing white on red
|
10 years ago |
Jesse Vincent
|
b096071bc8
|
Fix address-by-id LEDs
|
10 years ago |
Jesse Vincent
|
a2e143ab2b
|
Renamed the .ino and .h, so use that
|
10 years ago |
Jesse Vincent
|
2f60a233ff
|
point at license file. remove garbage from top of file
|
10 years ago |
Jesse Vincent
|
fcfbaf685d
|
Rename the toplevel firmware files
|
10 years ago |
Jesse Vincent
|
03d81e5bd8
|
Remove an unused keymap
|
10 years ago |
Jesse Vincent
|
f31713a358
|
Remove a tracing element from the Makefile
|
10 years ago |
Jesse Vincent
|
93deece2a3
|
Now we show off when your keyboard has numlock enabled.
|
10 years ago |
Jesse Vincent
|
6e739f164e
|
Check in the default Arduino libraries that come with the core
|
10 years ago |
Jesse Vincent
|
a5c90bc0e4
|
check in built copy of current bootloader
|
10 years ago |
Jesse Vincent
|
e3385f9f05
|
Fix a bug that caused the function layer not to work correctly for keys earier in the keymap than Function
|
10 years ago |
Jesse Vincent
|
9945bb0814
|
Further updates for our new VID/PID
|
10 years ago |
Jesse Vincent
|
31949ae8ba
|
USB Vendor ID / Product ID donated by pid.codes
|
10 years ago |
Jesse Vincent
|
85cb4bbdc4
|
Add a note about the source of the Arduino bootloader and core
|
10 years ago |
Jesse Vincent
|
6c293477a7
|
iFor simplicity sake, just use GPLv2 for now.
|
10 years ago |
Jesse Vincent
|
d4f57871fe
|
Rainbow effect updates
|
10 years ago |
Jesse Vincent
|
a190e90c7c
|
Back the bootloader timeout back to 8 sec
|
10 years ago |
Jesse Vincent
|
8987373872
|
For now, don't skip the bootloader on first boot.
|
10 years ago |
Jesse Vincent
|
40111a970a
|
Fix a dumb logic bug in debouncing code
|
10 years ago |
Jesse Vincent
|
7dd32e82c4
|
Key maps for the Model 01
|
10 years ago |
Jesse Vincent
|
ea4319a6ba
|
LED effect updates
|
10 years ago |