I’m an Australian based Data Engineer, who enjoys making sub-40% custom keyboards.

  • 14 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle






  • Blackpill is defined within qmk already. You can do a search in the repo for STM32F401 and see a number of keyboards that use it. From this, you can also see which are split keyboards. The M60 Split is a good example which uses a SPLIT_HAND_PIN to define left and right. The Phoenix is another. This also uses the SPLIT_HAND_PIN. Given that, I’ve tried updating, but no luck. If SPLIT_KEYBOARD = yes then nothing works. If SPLIT_KEYBOARD = no then they work but they both come through as the left side (even if SPLIT_HAND_PIN B9 is set, and B9 is connected to GND or not).







  • Thank you! So, you can get a regular 2D shape and use the linear_extrude() function to extrude out at 90 degrees from the object. They refer to in in the docs as the equivalent of pushing playdoh through a press. And from the docs ‘In OpenSCAD Extrusion is always performed on the projection (shadow) of the 2d object xy plane and along the Z axis; so if you rotate or apply other transformations to the 2d object before extrusion, its shadow shape is what is extruded.’

    So the Z axis is no related to what I see on the screen, but is in direct relation to the original 2D image. If I were to first rotate the 2D image by 90 degrees, and then extrude, the extrusion would be on the Z axis relative to the 2D object, but the X axis relative to the rest of the project (if that makes sense).

    What I want it to extrude on the absolute Z axis of the total project, regardless of the angle of rotation of the 2D object. To put it another way, if I were to have a square on the 2D, and I rotated it 30 degrees before extruding, I would not want a cube to be formed, but rather would want a rhombohedron.











  • If you use hotswap, you’ll need something solid and immovable to mount those hotswaps to. That’s generally the pcb, as they both slot in and get soldered on. So you’d need to have a pcb with hotswaps that could work on a Dactyl, and a way to mount it so that is was stable and would take the pressure of pushing in a new switch.

    Amoeba Kings is a per key pcb. I have one I built in my git that is choc spaced with RGB too. But you then have to solder each of these together, and attach them firmly to the case. So it would certainly be more work/effort/planning than simply hand wiring.









  • Mastodon = Twitter Lemmy = kbin = Reddit

    No idea what Plume is, but I may Google it once I post this.

    Threads is Metas (Facebook parent company) attempt to grab a share of the Twitter market share as Elon does his best to decimate his company.

    If I understand correctly, Threads uses the same/similar publication method as Lemmy or kbin or Mastodon so the data can be freely shared between them all. So in that sense, you could argue that Threads was just a Mastodon instance being run by a company that has shown little regard for its users, and far more regard for its profits.

    Note: this is a very, over simplified view of the landscape that isn’t technically correct however is an attempt to convey a picture that helps put the pieces together in a somewhat relatable way.