summaryrefslogtreecommitdiff
path: root/hid/src/ps2/hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'hid/src/ps2/hid.h')
-rw-r--r--hid/src/ps2/hid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hid/src/ps2/hid.h b/hid/src/ps2/hid.h
index d7057c03..d12a16e4 100644
--- a/hid/src/ps2/hid.h
+++ b/hid/src/ps2/hid.h
@@ -33,11 +33,11 @@
// #define PS2_KBD_DATA_PIN 5
-class Ps2Hid {
+class Ps2HidKeyboard {
// https://wiki.osdev.org/PS/2_Keyboard
public:
- Ps2Hid() : _dev(PS2_KBD_CLOCK_PIN, PS2_KBD_DATA_PIN) {}
+ Ps2HidKeyboard() : _dev(PS2_KBD_CLOCK_PIN, PS2_KBD_DATA_PIN) {}
void begin() {
_dev.keyboard_init();