Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/12641/head
QMK Bot 2 years ago
parent
commit
d0a3bca9ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      drivers/haptic/haptic.h

+ 1
- 1
drivers/haptic/haptic.h View File

@ -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;


Loading…
Cancel
Save