Hello Charles.
there is rather generous threshold, since the voltage depends in 12V input which may vary from 14 to 10V. I would give it a try. 2k2 vs 2k, and 1k1 v 1k.
In conf.h are system wide macros:
#define ALARM_PIR 2600 // (3380 = 15.2V), (2700 = 12.6V)
#define ALARM_PIR_LOW 2100
#define ALARM_PIR_HI 3200
#define ALARM_OK 1500 // (1850 = 15.2V), (1500 = 12.6V)
#define ALARM_OK_LOW 1100
#define ALARM_OK_HI 1900
#define ALARM_TAMPER 0
#define ALARM_UNBALANCED 500
Wrong setting will cause unexpected tamper, or PIR events.