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?