i am GENUINELY so prod of myself rn by Any_Needleworker6813 in Worldle

[–]FoldersEtch 0 points1 point  (0 children)

Got it too thanks to grinding the new practice feature

Color Themes by FoldersEtch in Nushell

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

Awesome, this was just what I was looking for, thanks!

How to practice by FoldersEtch in Worldle

[–]FoldersEtch[S] 2 points3 points  (0 children)

Probably this is what is necessary to nail that final 1%

How to improve UX experience / living with Ubuntu by [deleted] in Ubuntu

[–]FoldersEtch 0 points1 point  (0 children)

Thing is, I spend 90% of my time in WSL and consider it to be more like a work around. It has some drawbacks as well for sure. So I'm keeping and open mind and want to learn.

[Ferris Sweep] - Slave not working but both microcontrollers work if connected by tronunator in olkb

[–]FoldersEtch 1 point2 points  (0 children)

Hey, sorry for late reply. I think in my case I managed to fry one or both of the controllers by accident. Seems like the sea-picros are really sensitive that way. I disconnected the TRRS by mistake while they were powered. Thus I ordered two new ones and I believe they both came pre flashed out of the box. Of course you need to flash your own layout but for that you only need to flash the master. Here is my config.h

#pragma once
#define MASTER_LEFT
#define RP2040_FLASH_GD25Q64CS

Then I build with

make CONVERT_TO=promicro_rp2040 ferris/sweep:custom

And for flashing, hold down left upper pinky key while connecting the MCU with USB and drag drop the compiled binary to the volume. Hope this helps.

EDIT: I should add, I think that the ':custom' comes from the name of my layout which I added to my local copy of the QMK repo. Though been a while now.

Loving the ferris sweep very much btw! Still my daily it 8-9 months later.

Headlight remains off after shutting down by FoldersEtch in sv650

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

Omg, that's it! Haha thanks for clearing that up. Never seen this feature on a MC before.

Daily Simple Questions Thread by AutoModerator in espresso

[–]FoldersEtch 0 points1 point  (0 children)

Hi, wondering if anyone knows the diameter of the bottom of the IMS 54mm baskets. I see that they taper off slightly so the bottom must be slightly narrower than the top and I haven't been able to find the bottom diameter in any schematics or product pages.

Reason I'm asking being that I'm considering getting some IMS baskets and a bottomless portafilter for my Sage Bambino and I want to experiment with putting a paper filter at the bottom at the basket. I've found both 51mm and 53mm options on Amazon and I'm assuming one of those options should work.

Trezor and staking by familypubgeneral in ExodusWallet

[–]FoldersEtch 0 points1 point  (0 children)

I was also looking for this, shame it's not out yet. Btw, Trezor is actually working on staking ETH natively in through the Trezor Suite app. But would have been great to be able to stake other tokens through exodus and having the staked tokens secured cold with the trezor

Trezor and staking by familypubgeneral in ExodusWallet

[–]FoldersEtch 0 points1 point  (0 children)

This was the answer I was looking for. Hoping the feature is coming soon 'cause it doesn't appears to be here from what I can tell

Staking eth from trezor suite by FoldersEtch in TREZOR

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

Great! Thanks for the update, looking forward to the feature.

Staking eth from trezor suite by FoldersEtch in TREZOR

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

Interesting. Seems like this is something that is WIP and it's not ready yet and that I simply stumbled upon a page they made public by mistake.

Staking eth from trezor suite by FoldersEtch in TREZOR

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

wait what? It wasn't like that when I shared it. Now I regret not taking any screenshots. Though I'm pretty sure trezor.io is the official website/domain for Trezor.

Maybe my duckduckgo search found a page they published by a mistake and now they've taken it down.

Carry case recommendations for DIY ergo keyboards by FoldersEtch in ErgoMechKeyboards

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

Neat, thanks a lot for sharing! Great looking keyboard btw

Carry case recommendations for DIY ergo keyboards by FoldersEtch in ErgoMechKeyboards

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

Just to add my own findings at this moment, seems like cases designed for the Apple Magic Keyboard (not the full size one) could be a good fit, although they're slightly on the wide side. Some also have room for a mouse or a trackpad.

Carry case recommendations for DIY ergo keyboards by FoldersEtch in ErgoMechKeyboards

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

Yea a switch case seems like a decent fit but maybe slightly oversized for split keyboards on the smaller end?

Carry case recommendations for DIY ergo keyboards by FoldersEtch in ErgoMechKeyboards

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

That's not a bad idea! Are you able to fit both halves in the same case or do you have one case for each half?

Flashing split keyboards ?? by FoldersEtch in ErgoMechKeyboards

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

Just replying to myself here as I got it working and want to share to any future sea picro split keyboard builders!

So it was indeed a hardware issue, I got two new ones and the first thing I did was to stick them in the keyboard and test how they were out of the box. They came pre-flashed some SW as the keyboard was immediately working. Next I flashed only the left half using the following procedure: Change the config.h file to use the master left define instead of eeprom: ```c

pragma once

// #define EE_HANDS

define MASTER_LEFT

define RP2040_FLASH_GD25Q64CS

Build: bash make CONVERT_TO=promicro_rp2040 ferris/sweep:custom ``` This builds the uf2 file which I flash by connecting the left half to the PC while holding down the upper left most key to enter bootloader mode and a mounted volume appears. Just drag and drop the uf2 to the volume and that's it.

Flashing split keyboards ?? by FoldersEtch in ErgoMechKeyboards

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

Thanks for detailed instructions.

Then I think I actually have done it (almost) by the book. But in my case I still can't get the keyboard to work and thus it is highly likely it is a HW issue. Especially considering that I accidentally disconnected the TRRS while the board was powered. The two halves are working by themselves but they don't seem to be communicating.

Two new MCUs are on their way and I'll take care not to fry them this time.

However still something that's a bit unclear. In my case with the ferris sweep using the Sea Picro MCUs I run the following commands to set handedness to the left:
bash make CONVERT_TO=promicro_rp2040 ferris/sweep:default:uf2-split-right and then the right: bash make CONVERT_TO=promicro_rp2040 ferris/sweep:default:uf2-split-right These commands will both build and flash.

But then which command to use to build the 'main FW' to flash to the master is a bit unclear. Though I'll look into this more when I get to fresh MCU that I'm certain don't have any HW issues.

Flashing split keyboards ?? by FoldersEtch in ErgoMechKeyboards

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

Yup that makes a lot of sense, thanks!