trying to get the magic trackpad to work over bluetooth.
no success so far.
This commit is contained in:
parent
9d29d70195
commit
ac37f31e72
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = true;
|
powerOnBoot = true;
|
||||||
|
input = {
|
||||||
|
General = {
|
||||||
|
UserspaceHID = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
General = {
|
General = {
|
||||||
Enable = "Source,Sink,Media,Socket";
|
Enable = "Source,Sink,Media,Socket";
|
||||||
|
|
Loading…
Reference in a new issue