Macro pad_button

Source
macro_rules! pad_button {
    ($id:literal, $button:ident) => { ... };
}