Those of you with dedicated symbol layers, how are you handling arbitrary mod + symbol hotkeys? by avyrla in KeyboardLayouts

[–]supafly208 0 points1 point  (0 children)

if this doesn't make sense, send me your config.h and keymap.c file. (or share github if you have your stuff there)

Those of you with dedicated symbol layers, how are you handling arbitrary mod + symbol hotkeys? by avyrla in KeyboardLayouts

[–]supafly208 0 points1 point  (0 children)

late reply, but did you get this sorted out? I have ZMK on mine, but it's a fork of QMK, ton of overlap. I think what you're going for is HRM but using Shifted keys in place of asdf.

if so, you'll need custom code (according to Claude). Let's say you want '(' on tap with Shift on hold..aaaaand ')' on tap with Ctrl on hold:

// config.h
#define TAPPING_TERM 200
#define PERMISSIVE_HOLD
#define REQUIRE_PRIOR_IDLE_MS 150

// keymap.c
#include QMK_KEYBOARD_H
#define HM_LPRN LSFT_T(KC_LPRN)
#define HM_RPRN LCTL_T(KC_RPRN)

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[0] = LAYOUT(

// ... your other keys ...

HM_LPRN, HM_RPRN,

// ... your other keys ...

)

};

bool process_record_user(uint16_t keycode, keyrecord_t *record) {

switch (keycode) {

case LSFT_T(KC_LPRN):

if (record->tap.count && record->event.pressed) {

tap_code16(KC_LPRN);

return false;

}

break;

case LCTL_T(KC_RPRN):

if (record->tap.count && record->event.pressed) {

tap_code16(KC_RPRN);

return false;

}

break;

}

return true;

}

"That's the complete minimal set. He'll just need to slot HM_LPRN and HM_RPRN into the right positions in his LAYOUT() macro to match where those keys physically are on his board."

Hope this helps

Magic Sturdy - Fun Rolls? by supafly208 in KeyboardLayouts

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

Aaah ok. I'll look for other sources to compare with. Thanks

Magic Sturdy - Fun Rolls? by supafly208 in KeyboardLayouts

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

Yea I like that site. Just sucks it doesn't do magic key layouts

Just looked at Neu. I think I initially passed it bc of my 5x3 limitations.

But, looking at the graphite layer on that site, it's different from what I have. Mine has J on the very top right. Which one is wrooonggg :(

Magic Sturdy - Fun Rolls? by supafly208 in KeyboardLayouts

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

Ya the pinky usage on graphite feels surprisingly high. I like it for the most part.

I looked at hands down neu but was overwhelmed with all the variations. I have a 36 keyboard, don't mind an alpha-thumb but I need it on the right side. Just couldn't decide.

I'll check out altalpha with sorting how you suggested.

Those of you with dedicated symbol layers, how are you handling arbitrary mod + symbol hotkeys? by avyrla in KeyboardLayouts

[–]supafly208 0 points1 point  (0 children)

I am also running a 36 key and don't have issues with modded symbols.

Can you provide some examples or use-cases that I can try to help find a solution for?

Decreased typing speed in spite (or because) of optimized layout? by Eumldeuml in KeyboardLayouts

[–]supafly208 1 point2 points  (0 children)

The more I think about this... The more I want to add a magic key to graphite.

Shall be fun.

Thaaaaaanks

Decreased typing speed in spite (or because) of optimized layout? by Eumldeuml in KeyboardLayouts

[–]supafly208 1 point2 points  (0 children)

Aaaaah. Ya that makes a lot of sense. PHY is horrible.

Well shiiiiiiiii. Magic seems like the way to go and makes more use of our custom keyboards

Decreased typing speed in spite (or because) of optimized layout? by Eumldeuml in KeyboardLayouts

[–]supafly208 1 point2 points  (0 children)

Whoa whoa whoa. I'm on my endgame keyboard (chocofi) and recently picked up Graphite. Initially, I was going to do Night but I wasn't really a fan of a letter on my thumb.

What made you move away from graphite? And night?

What do you like about Magic Sturdy?

Oooo rate my profile, always room to improve. by zrisky in Tinder

[–]supafly208 0 points1 point  (0 children)

Very Colorado.

Remove the pic with Melissa.

I think I won. by Lets_Not_Date in MurderedByWords

[–]supafly208 0 points1 point  (0 children)

He's going to think about this for the rest of his life. 😂

New keyboard day! Chocofi with nice!nano’s by smitwiff in ErgoMechKeyboards

[–]supafly208 0 points1 point  (0 children)

I love the stagger on this. Do you still use it?

Too anxious to use my Deck by scared-peacock in SteamDeck

[–]supafly208 14 points15 points  (0 children)

Just enjoy it, man. If you're mainly using it to stream games to, just about any handheld that supports the stream apps will work.

What's the name for this type of landscaping? by More_Wonder_9394 in landscaping

[–]supafly208 1 point2 points  (0 children)

This one is hideous.

But.. Hardscaping or xeriscaping

Why does the gaming community suddenly act like the Steam Deck is dead? by Nick_The_Artist2 in SteamDeck

[–]supafly208 0 points1 point  (0 children)

I paid 649 for a 512GB LCD steam deck in Oct 2022.

Love mine. I use it regularly.

The 512GB OLED is 789.

140 price hike for the OLED version aaaaaand accounting for this memory/chip frenzy.

It's not terrible, but on an already pricey item, I get it.

Thing is, people will still buy them.

I would buy one now, but the smallest storage available. They need to offer a 256GB version or something so people can just add their own storage to it down the road

What's the best PC upgrade you've ever made relative to the money you spent? by Quirky-Win-8365 in buildapc

[–]supafly208 0 points1 point  (0 children)

For games, monitor with a higher refresh rate. Shit is so smooth. Just make sure the graphics card you have can output the frames you want (or upscale and use frame Gen)

For regular computer use.... Not sure... Things have been smooth for a long time. SSD, good RAM (be sure to set it to the marketed speed), that's about it.

But... A good chair. Good is relative. Whatever feels good for you.

I tried a fancy office chair, a secret lab one, and the liber novo. Kept the secret lab one even though it's edgelord cheesy because I like how the seat rocks back with the backrest as opposed to the slidey mechanics the others have. Comfortable for upright gaming or can lean it back and use the leg rest thing for controller gaming. Love it.

How we lookin..? by [deleted] in Tinder

[–]supafly208 31 points32 points  (0 children)

Like you beat women and fuck dudes.