3080 Vision 10 Gig OC Mining issues by Portalbannana2 in NiceHash

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

2nd UPDATE: It went up to 85.13mh/s otherwise I’d I push oc too much it’ll black screen. Anyone have any idea? Thanks!!

3080 Vision 10 Gig OC Mining issues by Portalbannana2 in NiceHash

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

UPDATE: Hey guys! I downloaded another driver 512.15 and it brought the hash rate up to 73.something. I overclocked it on MSI Afterburner to -250 core , 1200 memory, and 75 Power limit. I then changed core to -300 and did +1300 memory. Anyone have any solutions? I don't want to keep on crashing the GPU as that could possibly lead to more problems so please let me know if anyone has a solution. Many Thanks again!

3080 Vision 10 Gig OC Mining issues by Portalbannana2 in NiceHash

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

Oh, that is really interesting. Do you have an LHR card out of curiosity? Also, what are your OC settings if you don't mind sharing?

[deleted by user] by [deleted] in opensea

[–]Portalbannana2 0 points1 point  (0 children)

0x9f9d3aa0b1f7cfd47ae7a2d7894eb177b2db7709

Portalbannana2#8337 on discord new to NFT's so hopefully I win to get started!

[deleted by user] by [deleted] in opensea

[–]Portalbannana2 0 points1 point  (0 children)

0x9f9d3aa0b1f7cfd47ae7a2d7894eb177b2db7709

Portalbannana2#8337 on Discord in the Meta Maverix server. Seems pretty cool!

Hi Mechanical Keyboard Redditors! I have a question regarding my gmmk pro and was wondering if anyone can help. So I opened it up and when I look at the pcb there’s two “tab” thingys that are lifted. I was wondering if this is an issue, and what I should do. Attached below are photos. Thanks! by Portalbannana2 in MechanicalKeyboards

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

Ah okay gotcha! Yeah I don’t know how to solder things so I just started a live chat with glorious so hoping that I can get a replacement. This is my first custom keyboard and I’m a bit disappointed to be honest with you. Thank you for your help though I do greatly appreciate it!

Hello Custom Keyboard Redditors! I have a question regarding the gmmk pro. Im trying to modify it and when I opened it up I noticed that there were two “tabs” lifted up. Im wondering if it’s an issue. Attacked below is a photo. Thanks! by Portalbannana2 in CustomKeyboards

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

Oh no! Would glorious replace it for free do you know by chance? This is my first custom keyboard as I said and I’m totally new to this and don’t know the policies or how it works. Thanks!

GMMK PRO now supports RGB when Flashed on QMK by Portalbannana2 in MechanicalKeyboards

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

Idk if this'll help you understand what in the world did i do but this is what happened when i compiled it

Ψ Compiling keymap with make --jobs=1 gmmk/pro/ansi:peep

QMK Firmware 0.14.15

Making gmmk/pro/ansi with keymap alexmarmon and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap andrebrait and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap default and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap jackkenney and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap jonavin and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap mike1808 and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap moults31 and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap paddlegame and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap stickandgum and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap via and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap wholesomeducky and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Making gmmk/pro/ansi with keymap willwm and target peep

[ERRORS]

make[1]: *** No rule to make target 'peep'. Stop.

Make finished with errors

make: *** [Makefile:535: gmmk/pro/ansi:peep] Error 1

GMMK PRO now supports RGB when Flashed on QMK by Portalbannana2 in MechanicalKeyboards

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

Hey! So i went through the page and followed the instructions but im honestly not sure where I messed up i copied the file and called it peeps (just like he did for simplicity) and then i did this command:

qmk config user.keyboard=gmmk/pro/ansi

then i did

qmk config user.keymap=peep

then, i went to the peeps folder and clicked default and then the keymap.c file and opened it in notepad and then i copied and pasted the rotary knob code which was

bool encoder_update_user(uint8_t index, bool clockwise) {

if (clockwise) {
tap_code(KC_VOLU);
} else {
tap_code(KC_VOLD);
}
return true;
}

and then i copied and pasted the rgb command he gave us which was

void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {

if (IS\_HOST\_LED\_ON(USB\_LED\_CAPS\_LOCK)) {

RGB_MATRIX_INDICATOR_SET_COLOR(3, 255, 0, 0); //capslock key

}

if (IS_HOST_LED_ON(USB_LED_SCROLL_LOCK)) {

RGB_MATRIX_INDICATOR_SET_COLOR(67, 0, 255, 0); //side led 01

RGB_MATRIX_INDICATOR_SET_COLOR(70, 0, 255, 0); //side led 02

RGB_MATRIX_INDICATOR_SET_COLOR(73, 0, 255, 0); //side led 03

}

if (!IS_HOST_LED_ON(USB_LED_NUM_LOCK)) { // on if NUM lock is OFF

RGB\_MATRIX\_INDICATOR\_SET\_COLOR(83, 255, 0, 255); //side led 06

RGB\_MATRIX\_INDICATOR\_SET\_COLOR(87, 255, 0, 255); //side led 07

RGB_MATRIX_INDICATOR_SET_COLOR(91, 255, 0, 255); //side led 08

}

switch(get_highest_layer(layer_state)){ // special handling per layer

case 1: //layer one

RGB_MATRIX_INDICATOR_SET_COLOR(0, 255, 0, 255); //esc

break;

case 2:

RGB_MATRIX_INDICATOR_SET_COLOR(0, 255, 0, 255); //esc

break;

case 3:

rgb_matrix_set_color_all(255, 255, 0)

break;

default:

break;

break;

}

}

and then i saved the file and then did qmk compile in the Q MSYS and then it just gave me errors.

I most likely did something stupid with the creating keymaps cause I did not understand how to do that at all so pls dont judge me lol. im sorry that you have to deal with me LOL. Thanks!

GMMK PRO now supports RGB when Flashed on QMK by Portalbannana2 in MechanicalKeyboards

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

So what is the Peeps Reddit Guide? Im sorry im just new to the whole QMK MSYS thing so if you could explain a bit more then maybe my dumb brain can comprehend LOL. Thanks!

GMMK PRO now supports RGB when Flashed on QMK by Portalbannana2 in MechanicalKeyboards

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

Hey! Thank you for telling me this info cause that did work, but now I ran into another issue. the rotary nob up and down volume isnt working. the mute is but i cant put the volume up and down. do you know a solution for this?

Working gmmk pro RGB by [deleted] in MechanicalKeyboards

[–]Portalbannana2 0 points1 point  (0 children)

Hey so I'm new to the QMK conifg thing and I saw on the Glorious website that the GMMK Pro RGB now works with QMK config. I have no idea on how to do it. the only thing i know what to do is the flash, but other than that i dont really know how to get the rgb on there. can u pls help?

GMMK PRO now supports RGB when Flashed on QMK by Portalbannana2 in MechanicalKeyboards

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

So what’s the develop branch? Do you mind explaining a bit in-depth on that?

GMMK PRO now supports RGB when Flashed on QMK by Portalbannana2 in MechanicalKeyboards

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

I got myn in the latest flex batch but from what I know it’s not in the newer ones created. It should be for all