From: Mathias Andersson Date: Sat, 18 May 2013 10:52:04 +0000 (+0200) Subject: Update Phantom debug print X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=5c5312c508ad40c418c321756d933e7ebcecb90a;p=max%2Ftmk_keyboard.git Update Phantom debug print This updates the Phantom project to use the new debug print functions. --- diff --git a/keyboard/phantom/keymap.c b/keyboard/phantom/keymap.c index 7433d53c..1d23f2b0 100644 --- a/keyboard/phantom/keymap.c +++ b/keyboard/phantom/keymap.c @@ -26,7 +26,6 @@ along with this program. If not, see . #include "action_macro.h" #include "report.h" #include "host.h" -#include "print.h" #include "debug.h" #include "keymap.h" diff --git a/keyboard/phantom/matrix.c b/keyboard/phantom/matrix.c index 386feea4..49d6b738 100644 --- a/keyboard/phantom/matrix.c +++ b/keyboard/phantom/matrix.c @@ -100,7 +100,7 @@ uint8_t matrix_scan(void) if (prev_bit != curr_bit) { matrix_debouncing[row] ^= ((matrix_row_t)1<