Browse Source

Update keyboards/handwired/replicazeron/common/thumbstick.c

Co-authored-by: Ryan <fauxpark@gmail.com>
pull/20108/head
9R 7 months ago
committed by 9R
parent
commit
b7f84aacdd
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      keyboards/handwired/replicazeron/common/thumbstick.c

+ 4
- 0
keyboards/handwired/replicazeron/common/thumbstick.c View File

@ -15,6 +15,10 @@
*/
#include "thumbstick.h"
#include <math.h>
#include "action.h"
#include "keycode.h"
#include "debug.h"
void init_wasd_state (void) {
wasd_state.w = wasd_state.a = wasd_state.s = wasd_state.d = false;


Loading…
Cancel
Save