mattdibi / redox-keyboard

Ergonomic split mechanical keyboard
MIT License
1.78k stars 167 forks source link

Question mark #36

Closed ddon closed 4 years ago

ddon commented 5 years ago

Not sure where is the right place to ask, but I am enjoying my first Redox Wireless keyboard and so far, so good... slowly learning hot wo type again :) So far, the biggest problem is -- how do I type question mark? :)

mattdibi commented 5 years ago

Glad you like it! :)

For the key positions you can refer to the standard layout here, or directly in the firmware default layout code.

The question mark is on the key on the left of the right shift.

redox-layout

ddon commented 5 years ago

next to the right shift I have "\" button, and using it with Shift makes it "|"...

I checked your link to firmware default layout code, and it shows that exactly there supposed to be backslash key...

image

mattdibi commented 5 years ago

Well... that's awkward.

I'm sorry, apparently I made a mistake in the keymap and totally forgot about the question mark (my only excuse is that usually I use the italian layout).

I should update the keymap on the QMK firmware but it'll take some time. I would suggest you to update the keymap on your own. I would suggest to move the BKSL key as a momentary key under the right shift (RSFT_T(KC_BKSL)) and move the SLSH in place of the BSKL key. What do you think?

ddon commented 5 years ago

glad we found the problem... so, i understand i will need a programmer to re-program keyboards in order to update keymaps, right?

please tell me how "momentary key" work, I am new to this :)

ghost commented 5 years ago

DDon, you'll need to flash that using QMK. There's a guide here: https://docs.qmk.fm/#/newbs_getting_started.

If you follow along that guide you'll be able to get what you need, don't worry you don't need to be a programmer. It might seem really complex at first, but you don't need to know what's happening under the hood too much. Make sure you follow the guide for your operating system.

I'll attach the default keymap (so you don't have to change anything in 'code') with slash+questionmark on their default qwerty position and I've moved the \ button to the left ctrl. https://dsc.cloud/314c8f/default_questionmark.zip

@mattdibi I've been using the board for 4 days now, and only just now ran into the issue of not having a question mark. So from my point of view it's understandable.

Edit: made a PR see https://github.com/mattdibi/redox-keyboard/pull/37

ghost commented 5 years ago

@ddon, it has been fixed now. If you use the default layout in the toolbox and upload it to the redox you should have the fixed layout.