• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle




  • It would be best to try every single one separately, otherwise you’ll have dozens of programs that do the exact same thing, like file explorers.

    That said, with Fedora you can list available desktop environments using the default package manager, dnf. In a terminal use the dnf group list command to list all available desktop environments:

    dnf group list --available *desktop

    Install the required desktop environment using the dnf install command. Ensure to prefix with the @ sign, for example:

    dnf install @kde-desktop-environment

    After trying the DE, you can remove it with:

    dnf remove @kde-desktop-environment





  • Columns starting from the pinky: F5, B6, D7, E6, B4

    Rows starting from the top: F7, C6, D4, B5

    The pinout for the pro micro and nice!nano should be the same, I’m just using the AVR pin names but F7 is the same as pin 18, for instance.

    Edit: Looks like you wired COL2ROW instead or ROW2COL. By the way, the wiring of the columns is a bit different from the original.

    But none of this really matters, your keyboard looks great! You should be able to connect to any digital pins and program it to work just fine.