~ruther/qmk_firmware

b5b119544a4e943b3eb56f6a32f350c428f532f7 — Alex Ong 6 years ago cce8dfa
Removed #include "matrix.h" from debounce.h
1 files changed, 0 insertions(+), 2 deletions(-)

M quantum/debounce.h
M quantum/debounce.h => quantum/debounce.h +0 -2
@@ 1,7 1,5 @@
#pragma once

#include "matrix.h"

// raw is the current key state
// on entry cooked is the previous debounced state
// on exit cooked is the current debounced state