Files
gotta-scroll-fast/driver/accel/mode.h
T
thomas 5f1254d11a
Tests / test_core_function (push) Failing after 12s
import upstream maccel baseline
2026-03-25 09:32:22 +00:00

7 lines
150 B
C

#ifndef __ACCEL_MODE_H
#define __ACCEL_MODE_H
enum accel_mode : unsigned char { linear, natural, synchronous, no_accel };
#endif // !__ACCEL_MODE_H