You program/configure your keymap into the keyboard’s firmware so it is independent of your operating system. If you use Mac, you put your Mac specific keys into the map where you want them. It’s totally up to you - if you want every key to be “a” you can do that :)
- 0 Posts
- 49 Comments
As a dev I’ve been on both sides to be honest. Especially when there is pressure to finish the next task. I think it needs good planning to create enough time for these things.
In the end bad devs will still shut you up about things they are not interested in fixing…
JustBrian7872@feddit.detoCAD@lemmy.world•Cascade Studio: web based Code to CAD using OpenCASCADE kernel2·1 year agoWow nice. I just tried it with mobile Firefox and it was quite performant. Impressive!
JustBrian7872@feddit.deto Programming@programming.dev•evil-helix: A super fast modal editor with Vim keybindings19·1 year agoNice! I started using helix before vim and often I find the helix bindings more logical (like shift for the reverse action e.g. u for undo and U for redo). However often the vim bindings feel quicker (c-i-w vs m-i-w-c). Will definitely give it a go!
JustBrian7872@feddit.deto ErgoMechKeyboards@lemmy.world•Left hand keypad with D pad and scroll wheel?2·1 year agoThe fulcrum comes to mind: It has a 5-way joystick (up, down, left, right and push) for the thumbs. You can always add tenting if you want (some alternatives)
You also can check some of the split kb databases if someone created something similar.
JustBrian7872@feddit.deto 3DPrinting@lemmy.world•What's your go-to "Bang for your Buck" filament brand?English1·1 year agoThanks for the tip with the shop (shipping is reasonable and electronic components are well priced)! Cannot help with Azurefilm filament as I haven’t tried it yet.
JustBrian7872@feddit.deto 3DPrinting@lemmy.world•What's your go-to "Bang for your Buck" filament brand?English6·1 year agoIf you’re shopping in the EU, I recommend Devil Design PLA - they’re available through a couple of shops.
JustBrian7872@feddit.deto Programmer Humor@programming.dev•STOP DOING DEPENDENCY INJECTION3·1 year agoThanks, my works’ codebase feels old now.
JustBrian7872@feddit.deto Programming@programming.dev•Google lays off staff from Flutter, Dart and Python teams weeks before its developer conference | TechCrunch16·1 year agoI also cannot name him from the top of my head…interesting
They don’t call me AbstractJokerAdapterFactoryProxy for nothin’
JustBrian7872@feddit.deto Programming@programming.dev•Critical Rust flaw enables Windows command injection attacks12·1 year agoAnd the problem is about executing programs in windows. This is not about memory-safety.
A bunch of other languages are affected as well as noted by @colonial@lemmy.world.
JustBrian7872@feddit.deto 3DPrinting@lemmy.world•Sovol SV08 debuts Apr 18 and <$600 USEnglish71·1 year agoNeat! I’ve been looking for an CoreXY for sub 1k. Also open source and fast - very exciting! I’ll wait for the reviews to see if it holds up to the promises.
JustBrian7872@feddit.deto Mildly Infuriating@lemmy.world•Nail Scissor Packaging you need Scissors to openEnglish131·1 year agoAh the famous scissors-package problem - Now we finally know which came first!
JustBrian7872@feddit.deto Mechanical Keyboards@lemmy.ml•GMMK Tenkeyless Gateron Brown - Customise RGB1·1 year agoUnfortunately as you found out QMK is not officially supported. But there is a port called SonixQMK which supports this board. This firmware also supports OpenRGB, so you can integrate the light even better in your setup.
JustBrian7872@feddit.deto 3DPrinting@lemmy.world•Any recommendations for refillable PLA filament?English2·1 year ago3DJake sells them from Fiberology and Formfutura. Search for “refill”
JustBrian7872@feddit.deto Programming@programming.dev•Gleam version 1 – Gleam Language Release91·1 year agoI didn’t know gleam.io, but knew gleam. So it depends on your bubble I guess…
I think https://github.com/KMKfw/kmk_firmware might be what you are looking for: It exposes itself as flash drive in bootloader-mode and the files on there are just regular Python scripts. If you search for “KMK macro pad”, you’ll find a bunch of projects - most of them diy. If you want to start from scratch, Jan Lunge created an awesome tool for setup and keymap adjustments (video https://www.youtube.com/watch?v=RtYJYFMWjNM, repo https://github.com/JanLunge/pog) - with the idea being that after setup you do not need the tool anymore to adjust the keymap.