-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-caanoo keymappings added
- Loading branch information
Showing
4 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|