mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2026-01-09 09:23:58 +00:00
Changing to name scheme of buttons
Fixing nameing of buttons to name scheme
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: KEY_SELECT
|
||||
name: SELECT
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
command: 00 00 00 00
|
||||
#
|
||||
name: KEY_MENU
|
||||
name: MENU
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
@@ -25,13 +25,13 @@ protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
command: 03 00 00 00
|
||||
#
|
||||
name: KEY_PLAYPAUSE
|
||||
name: PLAYPAUSE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
command: 04 00 00 00
|
||||
#
|
||||
name: KEY_NEXT
|
||||
name: NEXT
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
@@ -43,19 +43,19 @@ protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
command: 06 00 00 00
|
||||
#
|
||||
name: KEY_STOP
|
||||
name: STOP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: KEY_BACK
|
||||
name: BACK
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
command: 08 00 00 00
|
||||
#
|
||||
name: KEY_UP
|
||||
name: UP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
@@ -67,25 +67,25 @@ protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
command: 0A 00 00 00
|
||||
#
|
||||
name: KEY_FASTFORWARD
|
||||
name: FASTFORWARD
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
command: 0B 00 00 00
|
||||
#
|
||||
name: KEY_LEFT
|
||||
name: LEFT
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: KEY_DOWN
|
||||
name: DOWN
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: KEY_RIGHT
|
||||
name: RIGHT
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 F6 00 00
|
||||
|
||||
Reference in New Issue
Block a user