Nikolaus Wittenstein
06d21009b2
Minor cleanup
2017-02-05 19:55:27 -05:00
Nikolaus Wittenstein
8cbf61c919
Add new DIODE_DIRECTION option
...
The previous two options were COL2ROW, ROW2COL; this adds CUSTOM_MATRIX
to disable the built-in matrix scanning code.
Most notably, this obviates the need to set MATRIX_ROW_PINS or
MATRIX_COL_PINS.
2017-02-05 19:47:33 -05:00
Nikolaus Wittenstein
d961c80df2
Remove unused matrix_raw variable in matrix.c
2017-02-05 19:41:08 -05:00
Nikolaus Wittenstein
101465b6ed
Add missing header to ergodox ordinary keymap
2017-02-03 21:09:50 -05:00
Nikolaus Wittenstein
3faf06c880
Fix compile warnings in egodox robot_test_layout
...
Fixes the warning "right shift count >= width of type" by adding UL to
the end of constants.
2017-02-03 21:07:24 -05:00
Nikolaus Wittenstein
e667e9f6da
Fix compile warnings in light_ws2812.c
...
Fixes the warning "function declaration isn't a prototype" by explicitly
making the parameter list void.
2017-02-03 21:00:13 -05:00