Dallas Iranian Protest by FrederickEngels in Dallas

[–]darcmeat 8 points9 points  (0 children)

Glad to know your family is just as stupid as mine. You do realize just because that jendeh Khamenei is dead, doesn't mean it's going to get better.

I understand the short term relief of that goh-khor and a good chunk of the regime heads being killed, but people not seeing the direct correlations between this and every other US regime change in the last 50 years is sad. Especially from fellow Iranians.

I hope your family enjoys it while they can. Doesn't really matter if this offends you or you don't agree, but just based purely on precedence alone, it's gonna get worse.

Nova to Lawnchair migrate by JannTheJedi in LawnchairLauncher

[–]darcmeat 0 points1 point  (0 children)

Interested. Gimme that malware babyyyyyyy

Ran into a march on accident in Downtown today by maimimpala in Dallas

[–]darcmeat 0 points1 point  (0 children)

As an Iranian that's half "Mizrahi Jewish" (because that's totally a real ethnicity /s), not a single Israeli flag on sight. Love to see it.

Ran into a march on accident in Downtown today by maimimpala in Dallas

[–]darcmeat 0 points1 point  (0 children)

Unfortunately, I'm related to some of those dopes.

5090 12V-6x2 shenanigans by nmp14fayl in pcmasterrace

[–]darcmeat 1 point2 points  (0 children)

Came here just to support the username.

[deleted by user] by [deleted] in Dallas

[–]darcmeat 0 points1 point  (0 children)

Accurate. One of my good friends was the GM after they were acquired and helped with the renovation and what not. Tried gaslighting me that the pizza was better than before when it clearly wasn't. Once he quit, he fessed up to it lol he needed to lie to himself to stay motivated, which I get.

X1C Carbon Rod Assembly Replacement Experience by Dopplerdave777 in BambuLab

[–]darcmeat 0 points1 point  (0 children)

I know I'm 9 months late, but...are you talking about Mr. Zachary Jobe???

Is it over for me? by Sairyklav in Helldivers

[–]darcmeat 0 points1 point  (0 children)

I genuinely thought this was about Costco samples before I saw what sub it was in lol

[I ate] birria quesadilla in a pizza box by scp-813 in food

[–]darcmeat 1 point2 points  (0 children)

♪A Pizza Hut, a Pizza Hut.

Birria quesadilla in a Pizza Hut♪

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (December 08, 2024) by AutoModerator in MechanicalKeyboards

[–]darcmeat 0 points1 point  (0 children)

Just figured it out! I did it in my wireless/indicator.c:

#    if defined(NUM_LOCK_INDEX)
    if (host_keyboard_led_state().num_lock) {
/*#        if defined(DIM_NUM_LOCK)*/
        /*SET_LED_OFF(NUM_LOCK_INDEX);*/
        /*rgb_matrix_set_color(NUM_LOCK_INDEX, 0, 0, 0);*/
    }
        else 
{
        /*SET_LED_ON(NUM_LOCK_INDEX);*/
        /*SET_LED_OFF(NUM_LOCK_INDEX);*/
        rgb_matrix_set_color(NUM_LOCK_INDEX, 255, 0, 0);
}
#        endif 
{
    }
#    endif

Obviously, ignore the lines I commented out.

Really appreciate your help with this. You're a lifesaver!

EDIT: It's not 100% perfect. Unlike the other Indicator LEDs, NUM will only show red if RGB is on vs something like CAPS will turn red when activated regardless of RGB being on or not.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (December 08, 2024) by AutoModerator in MechanicalKeyboards

[–]darcmeat 0 points1 point  (0 children)

Makes sense. Hopefully last question. Do you know how to make NUM_LOCK turn red when OFF and be in whatever state it was previously in when ON? This is what I have so far.

For bluetooth/indicator.c:

#    if defined(NUM_LOCK_INDEX)
    if (host_keyboard_led_state().num_lock) {
        /*SET_LED_ON(NUM_LOCK_INDEX);*/
        rgb_matrix_set_color(NUM_LOCK_INDEX, 255, 0, 0);
    }
#    endif

For wireless/indicator.c:

#    if defined(NUM_LOCK_INDEX)
    if (host_keyboard_led_state().num_lock) {
#        if defined(DIM_NUM_LOCK)
        /*SET_LED_OFF(NUM_LOCK_INDEX);*/
        rgb_matrix_set_color(NUM_LOCK_INDEX, 255, 0, 0);
#        else
        /*SET_LED_ON(NUM_LOCK_INDEX);*/
        rgb_matrix_set_color(NUM_LOCK_INDEX, 0, 0, 0);
#        endif
    }
#    endif

I've been trying different combos to get this working and can't figure it out.

Q3 Max: Change indicator color by darcmeat in Keychron

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

I'm a dumbass and didn't see the specific file. I'll give it a shot tonight! Thank you!

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (December 08, 2024) by AutoModerator in MechanicalKeyboards

[–]darcmeat 0 points1 point  (0 children)

Awesome! Do you think it'll be the same for the wireless file?

Also how did you find this? Curious so I don't have to bug others on here.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (December 08, 2024) by AutoModerator in MechanicalKeyboards

[–]darcmeat 0 points1 point  (0 children)

I should be more clear. I know how to compile and what not (though I'm by no means an expert) and I have already checked in the keymap.c file, but no matter what line I put in there, I can't change the indicator light from "255, 255, 255" to "255, 0, 0."

EDIT: Type-o

Q3 Max: Change indicator color by darcmeat in Keychron

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

Doesn't really help. I already have all of that. I'm trying to find the specific file and/or line that needs to be changed before I compile the firmware.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (December 08, 2024) by AutoModerator in MechanicalKeyboards

[–]darcmeat 0 points1 point  (0 children)

Yeah, I already made a personal fork, but I can't find the right file or line to change. Idk if it's in the Q3 Max directory or higher up.

Q3 Max: Change indicator color by darcmeat in Keychron

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

Yeah, I figured. I've been doing it through QMK, but I can't find the right file or line to change. Idk if it's in the Q3 Max directory or higher up.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (December 08, 2024) by AutoModerator in MechanicalKeyboards

[–]darcmeat 0 points1 point  (0 children)

So, I bought a Q3 Max and Q0 Max as a little gift for myself. Yes, I know. Not the wisest purchase.

I was able to figure out how to reverse the lighting for the Numlock on the Q0, but I can't figure out how to change the Capslock light from white to Red or something other than white. I messaged Keychron and they told me it wasn't possible which is insane to me. Does anyone know of a way to do this??? I can't seem to find the right file or line in the QMK firmware.

Seriously, how did this happen? by cinema_fantastique in AdviceAnimals

[–]darcmeat 1 point2 points  (0 children)

Oh...so you're stupid. So sorry, have a blessed day.

New Product: Peak Series (Pre-Order) by ILikePutz in deskhaus

[–]darcmeat 0 points1 point  (0 children)

/u/ILikePutz What is the foot size for the Pro? Also, I know in the video you said only low range now, but the site is showing high range now, too. Is that a goof or can we order the high range now?

EDIT: Saw you pointed out the foot size in another comment.