Skip to content

Commit

Permalink
-icons renamed
Browse files Browse the repository at this point in the history
-caanoo keymappings added
  • Loading branch information
SiENcE committed Sep 21, 2010
1 parent 0ee159f commit 6431cf2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
File renamed without changes
File renamed without changes
16 changes: 16 additions & 0 deletions unix/caanoo.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
Caanoo Keys
*/

#define CAANOO_BUTTON_A 0
#define CAANOO_BUTTON_X 1
#define CAANOO_BUTTON_B 2
#define CAANOO_BUTTON_Y 3
#define CAANOO_BUTTON_L 4
#define CAANOO_BUTTON_R 5
#define CAANOO_BUTTON_START 6
#define CAANOO_BUTTON_SELECT 9
#define CAANOO_BUTTON_UP 11
#define CAANOO_BUTTON_DOWN 12
#define CAANOO_BUTTON_LEFT 13
#define CAANOO_BUTTON_RIGHT 14
4 changes: 4 additions & 0 deletions unix/dingoo.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
Dingoo Keys
*/

#define DINGOO_BUTTON_UP 273
#define DINGOO_BUTTON_DOWN 274
#define DINGOO_BUTTON_RIGHT 275
Expand Down

0 comments on commit 6431cf2

Please sign in to comment.