We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21abaf8 commit e353a27Copy full SHA for e353a27
src/lib.rs
@@ -3,8 +3,6 @@
3
//! Supports PS/2 Scan Code Set 1 and 2, on a variety of keyboard layouts. See
4
//! [the OSDev Wiki](https://wiki.osdev.org/PS/2_Keyboard).
5
//!
6
-//! There is also [`Keyboard`] which combines the above three functions into a single object.
7
-//!
8
//! ## Supports:
9
10
//! - Scancode Set 1 (from the i8042 PC keyboard controller)
@@ -51,8 +49,6 @@
51
49
52
50
//! See the [`examples`](./examples) folder for more details.
53
54
-//! ## [Documentation](https://docs.rs/crate/pc-keyboard)
55
56
//! ## Keycodes
57
58
//! This crate uses symbolic keycodes to abstract over Scancode Set 1 and
0 commit comments