summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/config.h
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-04-29 08:21:27 +0200
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-04-29 08:21:27 +0200
commitd8f1949029297b0bec395606bbaedf4f6d4c0760 (patch)
tree68ab94adff3ec26a0fda253268c0a782fd39623e /keyboards/handwired/promethium/config.h
parentf9d226ca50ba243133847d19893d2c3b844eec12 (diff)
downloadqmk_firmware-d8f1949029297b0bec395606bbaedf4f6d4c0760.tar.gz
qmk_firmware-d8f1949029297b0bec395606bbaedf4f6d4c0760.tar.xz
Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click frequency
Diffstat (limited to 'keyboards/handwired/promethium/config.h')
-rw-r--r--keyboards/handwired/promethium/config.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/keyboards/handwired/promethium/config.h b/keyboards/handwired/promethium/config.h
index 04f7caa55..efb9ebdd7 100644
--- a/keyboards/handwired/promethium/config.h
+++ b/keyboards/handwired/promethium/config.h
@@ -153,7 +153,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
-#define PS2_INIT_DELAY 3000
+#define PS2_MOUSE_INIT_DELAY 2000
#define BATTERY_PIN 9
#define BATTERY_POLL 30000
#define MAX_VOLTAGE 4.2
@@ -234,35 +234,35 @@ enum led_sequence {
LED_TRACKPOINT2,
LED_TRACKPOINT1,
- LED_LSPC,
- LED_B,
- LED_G,
LED_T,
+ LED_G,
+ LED_B,
+ LED_LSPC,
- LED_R,
- LED_F,
- LED_V,
LED_NUM,
+ LED_V,
+ LED_F,
+ LED_R,
- LED_EMPTY,
- LED_C,
- LED_D,
LED_E,
+ LED_D,
+ LED_C,
+ LED_EMPTY,
- LED_W,
- LED_S,
- LED_X,
LED_LGUI,
+ LED_X,
+ LED_S,
+ LED_W,
- LED_LALT,
- LED_Z,
- LED_A,
LED_Q,
+ LED_A,
+ LED_Z,
+ LED_LALT,
- LED_TAB,
- LED_ESC,
- LED_LSFT,
LED_LCTL,
+ LED_LSFT,
+ LED_ESC,
+ LED_TAB,
LED_TOTAL
};