Skip to content

Commit 859e637

Browse files
Update and rename keyboard.h to device.h
1 parent c16d386 commit 859e637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/logic/fossil/io/keyboard.h renamed to code/logic/fossil/io/device.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* Copyright (C) 2024 Fossil Logic. All rights reserved.
1212
* -----------------------------------------------------------------------------
1313
*/
14-
#ifndef FOSSIL_IO_KEYBOARD_H
15-
#define FOSSIL_IO_KEYBOARD_H
14+
#ifndef FOSSIL_IO_DEVICE_H
15+
#define FOSSIL_IO_DEVICE_H
1616

1717
#include <stdint.h>
1818
#include <stddef.h>

0 commit comments

Comments
 (0)