Guest User

debug.c

a guest
Oct 2nd, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. #include <stdbool.h>
  2. #include "debug.h"
  3.  
  4.  
  5. //debug_config_t debug_config = { .enable = false, .matrix = false};
  6. debug_config_t debug_config = {
  7.     .enable = false,
  8.     .matrix = false,
  9.     .keyboard = false,
  10.     .mouse = false,
  11. };
Advertisement
Add Comment
Please, Sign In to add comment