Merge remote-tracking branch 'upstream/develop' into xap

This commit is contained in:
Nick Brassel 2022-04-13 20:11:53 +10:00
commit 85331d56ec
61 changed files with 7558 additions and 34 deletions

View file

@ -188,6 +188,10 @@ extern layer_state_t layer_state;
# include "st7565.h"
#endif
#ifdef QUANTUM_PAINTER_ENABLE
# include "qp.h"
#endif
#ifdef DIP_SWITCH_ENABLE
# include "dip_switch.h"
#endif