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

This commit is contained in:
QMK Bot 2022-11-04 00:51:45 +00:00
commit 2db4cc0f4a
2 changed files with 5 additions and 2 deletions

View File

@ -16,7 +16,9 @@
*/
#include "wpm.h"
#include "timer.h"
#include "keycode.h"
#include "quantum_keycodes.h"
#include <math.h>
// WPM Stuff

View File

@ -17,7 +17,8 @@
#pragma once
#include "quantum.h"
#include <stdbool.h>
#include <stdint.h>
#ifndef WPM_ESTIMATED_WORD_SIZE
# define WPM_ESTIMATED_WORD_SIZE 5