Romain Vimont 267eb2c0df Initialize controller in two steps
There is a dependency cycle in the initialization order:
 - keyboard depends on controller
 - controller depends on acksync
 - acksync depends on keyboard initialization

To break this cycle, bind the async instance to the controller in a
second step.
2024-02-25 15:00:14 +01:00
..
2024-02-23 20:08:20 +01:00
2024-02-25 15:00:14 +01:00
2024-02-23 20:07:52 +01:00
2023-12-02 12:30:19 +01:00
2024-02-23 20:08:20 +01:00