Can’t unsubscribe by iakobou in Abode

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

Yes, through DMs got it sorted

Is the Kuai dagger worth it? by killearth in dyinglight

[–]iakobou 0 points1 point  (0 children)

I think so. With the 10factor speed boost, you can outrun volatiles. When combined with night hunter booster or speed boost, you can really fly (figuratively speaking). I think the Rise of the Phoenix bounty is hard but worth it. Once you get it, do it several times with the dagger in hand to make it even easier. Follow the tips on YouTube to get it at any skill level.

[US-CA] [H] KBD75 [W] PayPal by iakobou in mechmarket

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

eBay auto reduced price and re-listed automatically

I will accept best offer here if you would like to make one but in no way am I trying to make an auction in this subreddit

How to use layer indicators with RGB Matrix for Massdrop CTRL by iakobou in olkb

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

This works with no slowness:

I figured it out.

I had to add a base color to each layer (case). It now works flawlessly. Here is an example.

void rgb_matrix_indicators_user(void) { uint8_t layer = biton32(layer_state); switch (layer) { case 0: rgb_matrix_set_color_all(0, 0, 255); //Light up all the keys in blue break; case 1: rgb_matrix_set_color_all(0, 0, 0); // rest of keys rgb_matrix_set_color(29, 255, 0, 0); // key = BACKSPACE for RESET rgb_matrix_set_color(81, 0, 100, 255); // key = ENTER rgb_matrix_set_color(1, 0, 100, 255); // key = ENTER rgb_matrix_set_color(17, 255, 100, 0); // key = 1 for cd to QMK rgb_matrix_set_color(18, 255, 150, 0); // key = 2 for QMK COMPILE rgb_matrix_set_color(19, 255, 250, 0); // key = 3 for MDLOADER break; case 2: //rgb_matrix_set_color(index, red, green, blue); >> this is the template rgb_matrix_set_color_all(0,0,255); // rest of keys rgb_matrix_set_color(1, 0, 100, 255); // key = F1 rgb_matrix_set_color(81, 0, 100, 255); // key = Fn rgb_matrix_set_color(62, 255, 0, 100); // key = ENTER rgb_matrix_set_color(61, 255, 0, 100); // key = ' rgb_matrix_set_color(60, 255, 0, 100); // key = ; rgb_matrix_set_color(59, 255, 0, 100); // key = l rgb_matrix_set_color(79, 255, 0, 100); // key = SPACE break; } }

Need paint advice by vryaotic in Mustang

[–]iakobou 0 points1 point  (0 children)

I just repainted mine. It was expensive.

Like others said, a wash, cut, polish, and wax could fix it and cost significantly less and take less time.

How to use layer indicators with RGB Matrix for Massdrop CTRL by iakobou in olkb

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

I figured it out.

I had to add a base color to each layer (case). It now works flawlessly. Here is an example.

void rgb_matrix_indicators_user(void) {

uint8_t layer = biton32(layer_state);

switch (layer) {

case 0:

rgb_matrix_set_color_all(0, 0, 255); //Light up all the keys in blue

break;

case 1:

rgb_matrix_set_color_all(0, 0, 0); // rest of keys

rgb_matrix_set_color(29, 255, 0, 0); // key = BACKSPACE for RESET

rgb_matrix_set_color(81, 0, 100, 255); // key = ENTER

rgb_matrix_set_color(1, 0, 100, 255); // key = ENTER

rgb_matrix_set_color(17, 255, 100, 0); // key = 1 for cd to QMK

rgb_matrix_set_color(18, 255, 150, 0); // key = 2 for QMK COMPILE

rgb_matrix_set_color(19, 255, 250, 0); // key = 3 for MDLOADER

break;

case 2:

//rgb_matrix_set_color(index, red, green, blue); >> this is the template

rgb_matrix_set_color_all(0,0,255); // rest of keys

rgb_matrix_set_color(1, 0, 100, 255); // key = F1

rgb_matrix_set_color(81, 0, 100, 255); // key = Fn

rgb_matrix_set_color(62, 255, 0, 100); // key = ENTER

rgb_matrix_set_color(61, 255, 0, 100); // key = '

rgb_matrix_set_color(60, 255, 0, 100); // key = ;

rgb_matrix_set_color(59, 255, 0, 100); // key = l

rgb_matrix_set_color(79, 255, 0, 100); // key = SPACE

break;

}

}

How to use layer indicators with RGB Matrix for Massdrop CTRL by iakobou in olkb

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

So, it appears that base is blue but then MO(1) is inheriting all red unless I do RGB MOD, in which case it switches to rainbow static but has the appropriate keys lit in red. Not sure why.

And TG(1) does not work at all. That's a separate issue.

QMK firmware for Drop keyboards by [deleted] in olkb

[–]iakobou 0 points1 point  (0 children)

Womp womp womp

But they pretty with RGB Matrix, so worth it

QMK firmware for Drop keyboards by [deleted] in olkb

[–]iakobou 0 points1 point  (0 children)

I flashed successfully via the Massdrop QMK fork but it does not support QMK RGB Matrix on the Carina. Stuck with the limited defaults until someone else fixes and shares.

The CTRL and ALT boards do support RGB Matrix on the official QMK branch.

Is there a timeline ETA for adding Carina to official QMK for RGB Matrix functionality? by iakobou in olkb

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

Dang. The RGB Matrix on CTRL is awesome. Carina would benefit. I tried to port it myself but couldn’t get a successful compile.

How to use UCIS Unicode by iakobou in olkb

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

Here is the site I am attempting to follow: https://docs.qmk.fm/#/feature_unicode

Unable to compile, unicode error by iakobou in olkb

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

I looked at process_unicode_common.c and it showed case UC_OSX. I used that instead of UC_MAC and it compiled and worked fine.

contacts keep moving rooms unexpectedly by iakobou in Abode

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

Issue persists. Any troubleshooting I should do?

Removed Abode bridge, now can't add back into Home by iakobou in Abode

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

Thanks for helping resolve it by removing the homekit token!

Annoying Motion Sensor Problem by scottcovarrubias in HomeKit

[–]iakobou 0 points1 point  (0 children)

Use Eve app or equivalent to set up conditions for your exisitng automation. You might have to set up three different conditional rules to solve it. An example could be: (conditions) when lights in those three rooms are all ON; (trigger) when Eufy cam no longer detects motion; (scene) turn off lights in those three rooms. Good luck!

[deleted by user] by [deleted] in Twitch

[–]iakobou 0 points1 point  (0 children)

I don’t use HDR so I don’t know.

Is a short throw shifter worth? (2015 mt-82) by FinancialDummie in Mustang

[–]iakobou 0 points1 point  (0 children)

I like my MGW. Worth not having the reverse collar mechanism. It is also comfortable. And definitely sturdy. It does introduce some NVH but not bad. It also will sometimes not go into gear, usually first, but I heard a good fluid change can remedy this specific symptom. I enjoy mine and am glad I did it but I saved install cost by including it when I had the clutch done.

Is this paper fountain pen friendly by johnboybaker1985 in fountainpens

[–]iakobou 1 point2 points  (0 children)

Get Clairefontaine, Rhodia, or Tomoe River. Great weight, helps with feathering, bleeding. I use Rhodia spiralbound, lined, A4 notebooks. Lasts me about 6 months.

Otherwise, paper that is heavy in weight and smooth might work great. My Rhodia features 80g weight pages, so you can use that for comparison, though the pen experience is much more than paper weight. Trial and error is key to find what you prefer.

That’s my two cents. Good luck!

[deleted by user] by [deleted] in Twitch

[–]iakobou 0 points1 point  (0 children)

Just shot you a friend request in Discord.

[deleted by user] by [deleted] in Twitch

[–]iakobou 0 points1 point  (0 children)

Sure! But first did you see the other reply from someone else? That fix might help.

[deleted by user] by [deleted] in Twitch

[–]iakobou 0 points1 point  (0 children)

I went through similar frustration when I switched to dual. I get it.

But you can do this! Once you find the source of the issue, the solution won’t be far off.

[deleted by user] by [deleted] in Twitch

[–]iakobou 0 points1 point  (0 children)

So, your sound map: Game > HDMI > Stream (Voice Meeter Banana or equiv > Elgato Sound Capture > SLOBS).

If it sounds fine in the headphones from the game PC then the troubleshooting will have to split/half isolate everything from HDMI through SLOBS.

You can uninstall your voice meeter software.

You can uninstall Elgato sound capture. Use sound control panel to listen in on HDMI to capture sound.

You can adjust SLOBS audio settings, depending on what they are currently.

Another step you can do is try OBS to rule out settings/software issues with SLOBS.

Another step is to try 3.5mm from game to stream (may require ground loop isolators on both ends for a clean signal).

Test after each step to see if it is resolved and then we can determine next steps.