strat9_kernel/arch/x86_64/keyboard_us.rs
1//! US QWERTY scancode-to-ASCII tables
2//!
3//! All scancode processing logic lives in keyboard_layout.rs.
4//! This module only provides the lookup tables for the US layout.
5
6// Tables are defined in keyboard_layout.rs (QWERTY_NORMAL, QWERTY_SHIFT).
7// This module exists to keep the layout data co-located and discoverable.