mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 15:04:11 +00:00
Undo tweak
This commit is contained in:
parent
d65a78c5e5
commit
38c6ed75ac
@ -15,17 +15,13 @@
|
||||
*/
|
||||
|
||||
#include "report.h"
|
||||
#include "action_util.h"
|
||||
#include "host.h"
|
||||
#include "keycode_config.h"
|
||||
#include "debug.h"
|
||||
#include "util.h"
|
||||
#include <string.h>
|
||||
|
||||
extern report_keyboard_t* keyboard_report;
|
||||
#ifdef NKRO_ENABLE
|
||||
extern report_nkro_t* nkro_report;
|
||||
#endif
|
||||
|
||||
#ifdef RING_BUFFERED_6KRO_REPORT_ENABLE
|
||||
# define RO_ADD(a, b) ((a + b) % KEYBOARD_REPORT_KEYS)
|
||||
# define RO_SUB(a, b) ((a - b + KEYBOARD_REPORT_KEYS) % KEYBOARD_REPORT_KEYS)
|
||||
|
Loading…
Reference in New Issue
Block a user