diff --git a/mouse/apple/config.json b/mouse/apple/config.json new file mode 100644 index 0000000..4b5a2f8 --- /dev/null +++ b/mouse/apple/config.json @@ -0,0 +1,3 @@ +{ + "name": "Apple" +} \ No newline at end of file diff --git a/mouse/apple/magic2024/config.json b/mouse/apple/magic2024/config.json new file mode 100644 index 0000000..b7f752b --- /dev/null +++ b/mouse/apple/magic2024/config.json @@ -0,0 +1,39 @@ +{ + "name": "Magic Mouse (2024)", + "functions": { + "analog_sticks": null, + "digital_sticks": null, + "action_buttons": null, + "menu_buttons": null, + "other_buttons": null, + "trackpads": [ + { + "name": "Touchpad", + "clickable": true + } + ], + "touch_screens": null, + "directional_buttons": null, + "gyroscope": false, + "accelerometer": false, + "ir_reciever": false, + "extension_ports": 0, + "headset_port": false, + "speaker": false, + "microphone": false, + "cable": { + "interface": "USB-C", + "removable": true + }, + "bluetooth": true, + "2_4ghz": false, + "rumble": null, + "digital_to_analog_conversion": null, + "pc_xinput": false, + "pc_steaminput": false, + "native_consoles": null, + "macro": false, + "turbo": false, + "scroll_wheel": false + } +} \ No newline at end of file diff --git a/mouse/apple/magic2024/image.png b/mouse/apple/magic2024/image.png new file mode 100644 index 0000000..5091c47 Binary files /dev/null and b/mouse/apple/magic2024/image.png differ