root/platform/g10/platform_kbd.h

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

INCLUDED FROM


   1 #ifndef PLATFORM_KBD_H
   2 #define PLATFORM_KBD_H
   3 // plaform specific keyboard defines, see core/kbd_common.c for documentation
   4 
   5 
   6 #define KEYS_MASK0 (0x00000003)
   7 #define KEYS_MASK1 (0x000FFE18)
   8 #define KEYS_MASK2 (0x00000000) 
   9 
  10 #define SD_READONLY_FLAG    0x00020000  // Found @0xffb0f940, levent 0x90a
  11 #define SD_READONLY_IDX     2         
  12 #define USB_MASK            0x00040000  // Found @0xffb0f94c, levent 0x902
  13 #define USB_IDX             2    
  14 #define HOTSHOE_FLAG        0x10000000  // Found @0xffb0f7f8, levent 0x904
  15 #define HOTSHOE_IDX         0
  16 
  17 #endif

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