summaryrefslogtreecommitdiff
path: root/firmware/ada/src/pouetpouet.adb
AgeCommit message (Collapse)Author
2022-08-28ada: initial support for timingMarc Poulhiès
Use clock configuration (only HSE48 for now) and use timer to have a 1ms update frequency.
2022-08-28ada: modifiers, layers and regular keys are workingMarc Poulhiès
Still need to add timings as currently the processor is looping full speed, which may cause some lost events as the USB only polls at the frequency advertised in the descriptor (few ms).
2022-07-22Initial support for LayersMarc Poulhiès
Click now support Layers, so port some more layout from the existing rust firmware.
2022-07-22Initial Ada firmwareMarc Poulhiès
Missing doc, comment.