Hardware/Framework/Laptop 16: Difference between revisions

Added section with 2 tools for the framework16
Added example command to control inputmodule
Line 84: Line 84:
It can be enabled by specifing the following:
It can be enabled by specifing the following:
  inputmodule.enable = true;
  inputmodule.enable = true;
 
With the following command you can display the time on your inputmodule.   
It might be necassary to specify your device which will be usually ttyACM0 and ttyACM1, if you have two input modules.
inputmodule-control  --serial-dev /dev/ttyACM1 led-matrix --clock
== External resources ==
== External resources ==
There is [https://community.frame.work/t/nixos-on-the-framework-laptop-16/46743 a NixOS thread on the Framework forum], where you can find additional help, guidance and example configurations.
There is [https://community.frame.work/t/nixos-on-the-framework-laptop-16/46743 a NixOS thread on the Framework forum], where you can find additional help, guidance and example configurations.