root/platform/g7x/platform_kbd.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef PLATFORM_KBD_H
   2 #define PLATFORM_KBD_H
   3 
   4 // plaform specific keyboard defines, see core/kbd_common.c for documentation
   5 #define KEYS_MASK0 (0x00050FFF)
   6 #define KEYS_MASK1 (0x00000000)
   7 #define KEYS_MASK2 (0x00000000)
   8 
   9 #define SD_READONLY_FLAG    0x20000000 // Found @0xfc6137f4, levent 0x20a
  10 #define SD_READONLY_IDX     1
  11 #define USB_MASK            0x10000000 // Found @0xfc613834, levent 0x202
  12 #define USB_IDX             2
  13 #define HDMI_HPD_FLAG       0x00000020
  14 #define HDMI_HPD_IDX        2
  15 #define ANALOG_AV_FLAG      0x00008000
  16 #define ANALOG_AV_IDX       1
  17 
  18 
  19 // standard fw doesn't care about bat door, doesn't seem to have switch
  20 /*
  21 #define BATTCOVER_FLAG      0x04000000 // Found @0xfc61382c, levent 0x205
  22 #define BATTCOVER_IDX       2
  23 */
  24 
  25 #endif

/* [<][>][^][v][top][bottom][index][help] */