From a0d162e03ae1301c64a04b04264b53d0787c1358 Mon Sep 17 00:00:00 2001 From: lokher Date: Thu, 12 Jan 2023 15:50:37 +0800 Subject: change battery voltage meause and battery low indication; update from latest chibios hal --- keyboards/keychron/k3_pro/iso/rgb/config.h | 1 + keyboards/keychron/k3_pro/iso/white/config.h | 1 + 2 files changed, 2 insertions(+) (limited to 'keyboards/keychron/k3_pro/iso') diff --git a/keyboards/keychron/k3_pro/iso/rgb/config.h b/keyboards/keychron/k3_pro/iso/rgb/config.h index f6f0df0e49..3a0d680e5e 100644 --- a/keyboards/keychron/k3_pro/iso/rgb/config.h +++ b/keyboards/keychron/k3_pro/iso/rgb/config.h @@ -37,6 +37,7 @@ /* Caps lock indicating led */ # define DIM_CAPS_LOCK # define CAPS_LOCK_INDEX 46 +# define LOW_BAT_IND_INDEX 78 # ifdef VIA_ENABLE # define VIA_QMK_RGBLIGHT_ENABLE diff --git a/keyboards/keychron/k3_pro/iso/white/config.h b/keyboards/keychron/k3_pro/iso/white/config.h index 28833783b6..ced8692684 100644 --- a/keyboards/keychron/k3_pro/iso/white/config.h +++ b/keyboards/keychron/k3_pro/iso/white/config.h @@ -32,6 +32,7 @@ /* Caps lock indicating led */ # define DIM_CAPS_LOCK # define CAPS_LOCK_INDEX 46 +# define LOW_BAT_IND_INDEX 78 /* LED Matrix Animation modes. Explicitly enabled * For full list of effects, see: -- cgit v1.2.3