-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added wireless version of Enabled Controller and added mouse mode
- Loading branch information
Showing
7 changed files
with
1,216 additions
and
40 deletions.
There are no files selected for viewing
Binary file modified
BIN
+3.02 KB
(100%)
Documentation/Build_Manuals/Enabled_Controller_Instructions_Manual.pdf
Binary file not shown.
Binary file modified
BIN
+13 KB
(110%)
Documentation/User_Manuals/Enabled_Controller_USB_User_Manual.pdf
Binary file not shown.
Binary file added
BIN
+260 KB
Documentation/User_Manuals/Enabled_Controller_Wireless_User_Manual.pdf
Binary file not shown.
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
9 changes: 9 additions & 0 deletions
9
Software/Arduino/Enabled_Controller_Wireless_Software/Enabled_Controller_Config.h
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,9 @@ | ||
// COMMON SETTINGS | ||
// ---------------------------------------------------------------------------------------------- | ||
// These settings are used in both SW UART, HW UART and SPI mode | ||
// ---------------------------------------------------------------------------------------------- | ||
|
||
#define BLUEFRUIT_DEVICE_NAME "Enabled-Controller" | ||
#define BLUEFRUIT_DEVICE_MANUFACTURER "Milador" | ||
#define BLUEFRUIT_DEVICE_MODEL "Switch-Interface" | ||
#define BLUEFRUIT_DEVICE_HID BLE_APPEARANCE_HID_KEYBOARD && BLE_APPEARANCE_HID_MOUSE |
Oops, something went wrong.