Age | Commit message (Collapse) | Author |
|
Create twolayer.c
|
|
|
|
fixed issue where Default.c "function key" does not work (actually it's changing my LED steps). Changed layout to be more user friendly for people that use the standard spacebar milled top plate.
|
|
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.
|
|
|
|
|
|
|