qmk cformat (#10767)

This commit is contained in:
Nick Brassel 2020-10-26 15:09:05 +11:00 committed by James Young
parent 75a18e69f9
commit 991c75081c
No known key found for this signature in database
GPG key ID: 8E1085BF6FCFBD74
4 changed files with 11 additions and 13 deletions

View file

@ -193,9 +193,9 @@ typedef struct {
typedef struct {
#if JOYSTICK_AXES_COUNT > 0
# if JOYSTICK_AXES_RESOLUTION > 8
int16_t axes[JOYSTICK_AXES_COUNT];
int16_t axes[JOYSTICK_AXES_COUNT];
# else
int8_t axes[JOYSTICK_AXES_COUNT];
int8_t axes[JOYSTICK_AXES_COUNT];
# endif
#endif