Adding the numbers

This commit is contained in:
Nehemiah of Zebulun 2023-10-18 11:06:06 -04:00
parent 982b55c01c
commit 73dc7e2e75

View File

@ -26,3 +26,53 @@ key BUTTON_X {
base: fallback ENTER
alt, meta: fallback VOLUME_MUTE
}
key 0 {
label: '0'
base: '0'
}
key 1 {
label: '1'
base: '1'
}
key 2 {
label: '2'
base: '2'
}
key 3 {
label: '3'
base: '3'
}
key 4 {
label: '4'
base: '4'
}
key 5 {
label: '5'
base: '5'
}
key 6 {
label: '6'
base: '6'
}
key 7 {
label: '7'
base: '7'
}
key 8 {
label: '8'
base: '8'
}
key 9 {
label: '9'
base: '9'
}