Age | Commit message (Collapse) | Author |
|
|
|
Let's split fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds tong92's keymap to tv44
|
|
Handwired 60% keyboard with 8x8 matrix
|
|
GH60 - MX HHKB with 7U spacebar
|
|
|
|
|
|
Merge from qmk
|
|
|
|
|
|
- Add PDOT key
|
|
|
|
|
|
|
|
- Add led indicator when keymap not on base layer \o/
|
|
- Also change layer switch to momentary
|
|
|
|
*crossfingers*
|
|
- Wiring layout done
No actual keymap yet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added instructions for how to build and flash the firmware with teensy_cli
|
|
|
|
Default atreus layout
|
|
|
|
|
|
|
|
|
|
|
|
As per Pramod's comment on stack overflow:
In C int foo() and int foo(void) are different functions. int foo()
accepts an arbitrary number of arguments, while int foo(void) accepts 0
arguments. In C++ they mean the same thing. I suggest that you use void
consistently when you mean no arguments.
|
|
|
|
|
|
|
|
|
|
|
|
A fix described by jackhumbert has been sorted out now.
|