Fix redox with DIODE_DIRECTION == ROW2COL (#3394)
authorfrederik-h <frederik-h@users.noreply.github.com>
Sat, 14 Jul 2018 20:24:53 +0000 (22:24 +0200)
committerDrashna Jaelre <drashna@live.com>
Sat, 14 Jul 2018 20:24:53 +0000 (13:24 -0700)
commite954dfcf8c5deef29e46393816740f1ccf6e480b
treee0d3335ecab6b293ca502d2e00aa7e730ab3d7fc
parentc7b8e45ba15eb31ddaa3ac49983e3e94bfc86f6e
Fix redox with DIODE_DIRECTION == ROW2COL (#3394)

The code for the redox keyboard was missing
an appropriate #ifdef in the matrix_init
function for the case where DIODE_DIRECTION == ROW2COL
keyboards/redox/matrix.c