1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-01 23:51:47 +00:00

[sdl] Fix keymappings (#11635)

This commit is contained in:
Clyde Stubbs
2025-11-01 16:45:42 +10:00
committed by GitHub
parent 4d1d37a911
commit 0b4d445794
2 changed files with 253 additions and 238 deletions

View File

@@ -14,10 +14,10 @@ display:
binary_sensor:
- platform: sdl
id: key_up
key: SDLK_a
key: SDLK_UP
- platform: sdl
id: key_down
key: SDLK_d
key: SDLK_DOWN
- platform: sdl
id: key_enter
key: SDLK_s
key: SDLK_RETURN