~ruther/qmk_firmware

d0a3bca9ecc6ccdc75218524b97b9cfb8a681baf — QMK Bot 4 years ago 0e6359b + 60a39f4
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M drivers/haptic/haptic.h
M drivers/haptic/haptic.h => drivers/haptic/haptic.h +1 -1
@@ 41,7 41,7 @@ typedef union {
        uint8_t  dwell : 7;
        bool     cont : 1;
        uint8_t  amplitude : 8;
        uint16_t reserved : 7;
        uint8_t reserved : 5;
    };
} haptic_config_t;