Merge pull request #1354 from shieldsd/tweaks

Tweak reported power consumption to work with iOS
example_keyboards
Jack Humbert 7 years ago committed by GitHub
commit cc52856bac

@ -4,6 +4,7 @@ endif
MOUSEKEY_ENABLE = yes # Mouse keys(+4700) MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
COMMAND_ENABLE = yes # Commands for debug and configuration COMMAND_ENABLE = yes # Commands for debug and configuration
CONSOLE_ENABLE = yes # Console for debug(+400)
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

@ -6,14 +6,15 @@
#define _______ KC_TRNS #define _______ KC_TRNS
#define XXXXXXX KC_NO #define XXXXXXX KC_NO
#define ONESHOT_TAP_TOGGLE 2 #define USB_MAX_POWER_CONSUMPTION 100
#define ONESHOT_TIMEOUT 500 #define ONESHOT_TAP_TOGGLE 2
#define ONESHOT_TIMEOUT 500
#define MOUSEKEY_INTERVAL 20
#define MOUSEKEY_DELAY 0 #define MOUSEKEY_INTERVAL 20
#define MOUSEKEY_TIME_TO_MAX 60 #define MOUSEKEY_DELAY 0
#define MOUSEKEY_MAX_SPEED 7 #define MOUSEKEY_TIME_TO_MAX 40
#define MOUSEKEY_WHEEL_DELAY 0 #define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define DM_PLAY DYN_MACRO_PLAY1 #define DM_PLAY DYN_MACRO_PLAY1
#define DM_STRT DYN_REC_START1 #define DM_STRT DYN_REC_START1

Loading…
Cancel
Save