diff options
| author | QMK Bot | 2025-05-28 08:06:21 +0200 |
|---|---|---|
| committer | QMK Bot | 2025-05-28 08:06:21 +0200 |
| commit | 820202cd531c4de9d9aad211b88e0a376cccefd1 (patch) | |
| tree | 8b35d6831174005bcbab33eb791847ae1ca84920 | |
| parent | 4c773971a7e6c6f7d0568d06458fae3c3af52476 (diff) | |
| parent | faf77f1651f7660c55f7a8f2a7b653808a29e0e3 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | docs/drivers/battery.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/drivers/battery.md b/docs/drivers/battery.md index 0bc8e5aec9..e482ffc8b6 100644 --- a/docs/drivers/battery.md +++ b/docs/drivers/battery.md @@ -36,8 +36,8 @@ The following `#define`s apply only to the `adc` driver: |-----------------------------|--------------|--------------------------------------------------------------| |`BATTERY_PIN` |*Not defined* |The GPIO pin connected to the voltage divider. | |`BATTERY_REF_VOLTAGE_MV` |`3300` |The ADC reverence voltage, in millivolts. | -|`BATTERY_VOLTAGE_DIVIDER_R1` |`100000` |The voltage divider resistance, in kOhm. Set to 0 to disable. | -|`BATTERY_VOLTAGE_DIVIDER_R1` |`100000` |The voltage divider resistance, in kOhm. Set to 0 to disable. | +|`BATTERY_VOLTAGE_DIVIDER_R1` |`100` |The voltage divider resistance, in kOhm. Set to 0 to disable. | +|`BATTERY_VOLTAGE_DIVIDER_R2` |`100` |The voltage divider resistance, in kOhm. Set to 0 to disable. | |`BATTERY_ADC_RESOLUTION` |`10` |The ADC resolution configured for the ADC Driver. | ## Functions |