diff options
Diffstat (limited to 'dome_key_map.h')
| -rw-r--r-- | dome_key_map.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/dome_key_map.h b/dome_key_map.h index 647c6e5..6066da0 100644 --- a/dome_key_map.h +++ b/dome_key_map.h @@ -7,14 +7,14 @@  #include <stdbool.h>  typedef enum { -  Play, -  Up, -  Down, +  HeadphoneButton_Play, +  HeadphoneButton_Up, +  HeadphoneButton_Down,  } HeadphoneButton;  typedef enum { -  Map, -  Command, +  MapKind_Map, +  MapKind_Command,  } MapKind;  typedef struct { | 
