diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2016-12-14 07:10:28 +0700 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2016-12-14 07:10:28 +0700 |
commit | e5b165c2555365b495a29c4f85f8bf53a511304a (patch) | |
tree | de7b158040fbe3720f4022d734d4f682cbb1b14c /keyboards/handwired/promethium/rules.mk | |
parent | 32e952bda9ca6bde37c2a450c51a036b13aabd80 (diff) | |
download | qmk_firmware-e5b165c2555365b495a29c4f85f8bf53a511304a.tar.gz |
fine tune trackpoint initialization
Diffstat (limited to 'keyboards/handwired/promethium/rules.mk')
-rw-r--r-- | keyboards/handwired/promethium/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/rules.mk b/keyboards/handwired/promethium/rules.mk index f305c07e8..465ef3359 100644 --- a/keyboards/handwired/promethium/rules.mk +++ b/keyboards/handwired/promethium/rules.mk @@ -66,6 +66,7 @@ RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this PS2_MOUSE_ENABLE ?= yes PS2_USE_INT ?= yes ADAFRUIT_BLE_ENABLE ?= yes +API_SYSEX_ENABLE ?= no # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend |