diff options
author | Karlson2k <k2k@narod.ru> | 2013-10-25 22:12:55 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-10-27 01:15:41 +0400 |
commit | 8e55d7df77cf7abc3688eefc73d9a03201707b6c (patch) | |
tree | c9ee4dbaa847b54e4eeef9a0fa85196e9b945d90 /system/peripherals.xml | |
parent | 1feb7a278d8b31da855bcd467f0311e4806febec (diff) |
Add proper "<?xml ..." declaration to most .xml files
Diffstat (limited to 'system/peripherals.xml')
-rw-r--r-- | system/peripherals.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/peripherals.xml b/system/peripherals.xml index 6a919f21c7..a906628994 100644 --- a/system/peripherals.xml +++ b/system/peripherals.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <peripherals> <peripheral vendor_product="1915:003B,22B8:003B" bus="usb" name="Motorola Nyxboard Hybrid" mapTo="nyxboard"> <setting key="do_not_use_custom_keymap" type="bool" value="0" label="35009" order="1" /> |