diff --git a/src/Config.proto b/proto/Config.proto similarity index 95% rename from src/Config.proto rename to proto/Config.proto index e5798ef..de185da 100644 --- a/src/Config.proto +++ b/proto/Config.proto @@ -38,5 +38,5 @@ message Config { WheelAction wheel_action = 14; } repeated Page pages = 1; - optional WheelAction = 2; + optional WheelAction wheel_action = 2; } diff --git a/src/SampleConfig.yaml b/proto/SampleConfig.yaml similarity index 100% rename from src/SampleConfig.yaml rename to proto/SampleConfig.yaml