Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / kbd.h
index c1904716bb9e7190da20f35f9dbeea04cf0bb371..733baa8961dc37929cd47205b5b8d9ea118baa27 100644 (file)
 #ifndef DRV_KBD_H
 #define DRV_KBD_H
 
-#include <kbd_map.h>
+#include "hw/kbd_map.h"
+
+#include "cfg/cfg_kbd.h" // CONFIG_KBD_OBSERVER
 #include <cfg/compiler.h>
+
 #include <mware/list.h>
-#include <appconfig.h> // CONFIG_KBD_OBSERVER
 
 /**
  * \name Keyboard polling modes.
@@ -55,7 +57,6 @@
  * \{
  */
 #define KBD_POLL_SOFTINT  1
-#define KBD_POLL_FREERTOS 2
 /* \} */
 
 /**