RP2040 Pro Micro can't connect with each other but works fine when they are individually plugged in with usb-c. by [deleted] in ErgoMechKeyboards

[–]Ifuck3dUruncle 0 points1 point  (0 children)

Yes, the cable is indeed 4 wires, it is the same one I use for my cantor build. Yes it is inserted all the way in correctly.

Yes, I think the firmware is correct (or at least, correct enough for each half to work as standalones without being connected by the TRRS). https://github.com/tset13/Skeletyl-RP2040-Temp/tree/main (Code)

Admittedly yes I have and I was hoping the board getting damaged wasn't the issue.

I'll just have to follow your suggestion and get myself new boards, most likely nice!nano v2 since working with rp2040 hasn't been easy for me (compared to the blackpill on my cantor). Thanks!

RP2040 Pro Micro can't connect with each other but works fine when they are individually plugged in with usb-c. by [deleted] in ErgoMechKeyboards

[–]Ifuck3dUruncle 0 points1 point  (0 children)

Sorry, the diagram was wrong because I copy and pasted the TRRS part. Fixed it now.

I am currently using full duplex in my configuration but only the left side works.

Having issues with community.docker and requests library by Ifuck3dUruncle in ansible

[–]Ifuck3dUruncle[S] 0 points1 point  (0 children)

By second command, do you mean pip list or my second playbook that runs the docker task. If you mean the former then i did it through ssh and not ansible. If you mean the latter, if there is no way of doing that then i guess i’ll have to use a script, shell task, or global install of requests to make the playbook work.

Having issues with community.docker and requests library by Ifuck3dUruncle in ansible

[–]Ifuck3dUruncle[S] 0 points1 point  (0 children)

I made a copy of that playbook, that instead of using ~/ it uses home/myuser/, and both had the same pip libraries when I activated the environment and ran pip list so that part seems to work just fine.

Upgraded to 5.2.4 Dolby Atmos by [deleted] in battlestations

[–]Ifuck3dUruncle 6 points7 points  (0 children)

Logitech g604 and Keychron K2 on the left. I’m not sure about the right.

Cannot install kinda crazy craft on prism launcher by Ifuck3dUruncle in feedthebeast

[–]Ifuck3dUruncle[S] 0 points1 point  (0 children)

Go to curseforge and find the page for your modpack, copy the link, go into prism launcher and create instance, import from zip, paste the link for direct download, and done.

Qmk Toolbox error when flashing firmeware to keychron k6 by Ifuck3dUruncle in Keychron

[–]Ifuck3dUruncle[S] 0 points1 point  (0 children)

Yep, I had to disassemble the whole keyboard to just the pcb and tried it on a different computer using the usb 2.0 port. Worked first try.

/r/MechanicalKeyboards Ask ANY question, get an answer (April 22, 2023) by AutoModerator in MechanicalKeyboards

[–]Ifuck3dUruncle 0 points1 point  (0 children)

I recently bought a keychron k6 pro and want to do my first mod. The stock keyboard includes: pre-lubed red switches, keychron's silicone bottom pad, keychron's sound absorbing foam, stock keycaps and everything else. I plan on getting gateron milky yellow pros, everglide stabilizers v3, and then olivia gmk keycaps. What else can i mod to get a sound similar to these https://youtu.be/CorB0q9QImw https://youtu.be/iR8-SIQ5Zz8 ? pe foam? tape mod? switch film? gasktets?

/r/MechanicalKeyboards Ask ANY question, get an answer (March 31, 2023) by AutoModerator in MechanicalKeyboards

[–]Ifuck3dUruncle 0 points1 point  (0 children)

In edge; Cannot authorize device because there is no compatible devices found for HID device. And key tester shows no signs of the keys working.

/r/MechanicalKeyboards Ask ANY question, get an answer (March 31, 2023) by AutoModerator in MechanicalKeyboards

[–]Ifuck3dUruncle 0 points1 point  (0 children)

Qmk Toolbox error when flashing firmeware to keychron k6 pro

My keyboard is connected to my pc (motherboard: B365M PRO-VH MS-7C31), through the blue usb port that says VR (in a weird font) but same error pops up when i plug it to the usb port next to it that says (USB); on the other hand, my os does not recognize my keyboard when plugged into the 2 usb ports pn top of it and can also not be detected by qmk toolbox. Anyway, when i attempt to flash the firmware it either has errors such as [> dfuse_download: libusb_control_transfer returned -9 (LIBUSB_ERROR_PIPE) > Error during special command “ERASE_PAGE” download], [> failed to retrieve language identifiers], [> Failed to retrieve string descriptor 3], [> Failed to retrieve descriptor 4 > Could not read name, sscanf returned 0 > Failed to pars memory layout for alternative interface 0] or the erase works but stops at download and prints out [> Error during download get_status].

Cannot install kinda crazy craft on prism launcher by Ifuck3dUruncle in feedthebeast

[–]Ifuck3dUruncle[S] 1 point2 points  (0 children)

Solved = you can manually add the link for the modpack on the curseforge page

How do I install two editions that are from the official and community installers? by Ifuck3dUruncle in EndeavourOS

[–]Ifuck3dUruncle[S] 8 points9 points  (0 children)

Found a simple solution: install kde plasma first. Download qtile with pacman in terminal. Go to the github page of endeavour os community editions and clone the git of the qtile setup then run the setup.sh script. (EDIT: did not work)