Definitely the most helpful video I have seen. Would you mind providing a basic example to follow for a macro whereby you program a single key for multiple keystrokes. Such as when pressing a key normally it outputs ALT TAB R I'm trying to work follow how I would write this a code and then how I would assign it to the any key I create. Thanks in advance.
@@MechMerlin Even a Preonic Drop x OLBK Version 3??? I had seen wording in other resources that this was not the best route to take with the OLBK V3'''';;;
your video series is extremely helpful! I have some experience in soldering and Arduino but no where near pro I started watching you videos yesterday and today I got my first ever keyboard #Cantor up and running! the only thing is my TO1 didn't work, i'm gonna ignore it for now 😂😂
@@h1ddens0ng Not in focus for the video but I saw that he uses a detachable cable (magnetic?) and I've been looking for such cable myself and a good one. Check video at 3:36.
@@eddieehlin3577 holy shit, you're right! Flew right by me. my guess is he just got one of the magnetic Amazon ones and added it onto his usb C on the case. The cord is not the usual Techflex/MDCP wrapped custom dealio so I'm guessing its the magnetic ended cord that comes with the kit. Again...guessing here but I'm pretty positive thats right as I have yet to see a custom magnetic cord in the hobby which I follow rather closely. I could be wrong and if anyone would know of one, it's Merlin.
Hi @MechMerlin. Do you know if it is possible to activate/toggle a layer and at the same time, light up the layer keys with front side RGBs? This means that if you have a nav cluster (for example), that can show up in a particular colour to help you to know where you are and what keys are on the layer? Or do I have to put in some C customisation code to enable this functionality?
The beauty of QMK is that it's all open source so yes you can absolutely do all this, but like you said it will require some coding on your part. The good thing is that this is a very common request, so there are plenty of examples within the code base that utilize this.
Thank you so much for the information. I have a question I cant seem to figure out. How can I bind key (S) + (Space) to one key? Basically, I want to bind two keys unto one key. This is for gaming purposes btw.
So, how can I switch from layer 0 to layer 1 temporarily by press (after input a number or symbol it comes back to layer 0), but turn on permanently by press many times? Thanks
@@MechMerlin Well. It's like multiple function in one key. tap is one function, hold is another function, and tap many times is another function. I checked QMK and not much I can find there.
I can't seem to get the TT layer switch to work properly. The double tap does not toggle the layers at all. It otherwise functions while holding like MO, though there's this tiny lag for the key I enter to show up when MO is always crisply responsive. I'm working with an OKLB Planck v7. Anyone know what's going on?
Is there a way to type characters such as ä, ü, ö, Ä, Ü, Ö, and ß without switching to a German keyboard layout? When you use a keyboard layout like the UK's, there isn't a key or keycode for any of these letters. My current solution is to create a macro that holds the 'Alt' key and types the Unicode. However, this doesn't work in many programs because they use that key combination.
Hey Merlin going to be flashing a BM60 pcb in the next month, my first time, i see you already added it in QMK configurator, my question is in layer 1 there is only RGB adjustments, with no Backlight keys adjustments, is that something that can just be added to that key list as the BM60 has both per key RGB and under glow? Thanks in advanced!
TT only allows momentary/toggling of a single layer, correct? i.e. I could not hold for momentary layer 1 and tap twice to toggle layer 2. Would I need Tap Dance for that instead?
Hey man - got everything working as I'd hoped so thank you for that! Only problem is (and i've had this since starting my keyboard up), the command key won't work. I'm on a mac and can't for the life of me figure out why. I've tried some keyboard visualisation software and its not registering being pressed at all. Would really appreciate some assistance.
Can you verify that it is configured probably on your keymap? Also can you verify that if you program it with let's say the letter A, B or C, the key itself still registers?
@@MechMerlin I believe its configured properly! I'll give it a go with different letters when I'm home - didn't think to try that. Thank you so much for the fast response! I'll let you know in an hour or so!
@@MechMerlin Oh my god. Took the switch out and realised it was due to a completely bent in pin. Feel so stupid haha. So pleased to have sorted it now though. I would've checked that if it were any other key other than command as I thought it was a windows/mac/gui toggle thing. Damn. Suppose you should always start with the basics. Thank you for your help mate. Appreciate it.
@@JudeCornish Question for you: How did you set it to the command key? I set the key I wanted to the Windows/OS key in the configurator assuming it will work as command on a Mac, but I've been unable to test it yet because the Mac is my computer at work and the keyboard isn't finished yet.
is there anyway to set it so that when you tap a key it has a certain output but when you hold down a key it has a differene output, that is not the mod key combos, ex when you tap "." it types a "." but when you hold down "." it types a "!"
For inspiration have a look at this file which you also can include in your keymap directly. github.com/qmk/qmk_firmware/tree/master/quantum/keymap_extras/keymap_swedish.h
Hi @MechMerlin, thanks for the informative videos on QMK, I've learned a lot. But I have a question on how to set certain keys such as ç or other specific keys (in my case Belgian French keys but could be Nordic etc.)? Since these keys are not in the basic set on QMK and I don't see anyting on dead keys (pressing ^ but it doesn't show anything until you press e for example sou you get ê). I'm trying to make a custom keymap in which I have & ( ) and others as my first layer, the numers as second layer (by pressing shift i get 1 instead of normally pressing i will get &), and as last a third layer on the same key for @ on that key, this third layer by pressing Left Alt. I hope you understand my problem. Thanks in advance for your time and help. Looking forward to your next video, i really enjoy the weekly group buy streams. Greets from Belgium!
All the specific language stuff is handled by your OS. The keyboard just spits out keycodes that the OS interprets into the language you have chosen. Most things in the keyboard world are ANSI US so you can look up the conversions between that and the language you have chosen.
@@MechMerlin I have a similar question about this. I want to have the ANSI US layout with the following changes: remap French letters to the number keys. The numbers are accessible if you toggle caps lock on. Regular behaviour of the keys when you hold down shift Is this possible? If so, can it be done with QMK? With something else?
Hey I’m trying to program two enter keys because I messed up while building but one of them is still the /| button. I’ve trying to fix it and make my layout and I flashed it but it still doesn’t work. Could I send you my layout possibly so you could take a look at my populated layer ?
So which key code would I use if I wanted to hold down my function key to use my “F” keys (F1-12) but if I tapped it I could toggle a layer, however if I tap it again it will return to the original layer? Basically a 2 function key, but I want to be able to return to my original layer upon pressing it again.
That's what I use actually, I ended up having to code it up myself. You can see my code here: github.com/qmk/qmk_firmware/blob/master/users/mechmerlin/mechmerlin.c
I was wondering if it’s possible to move the Fn key? It’s the 3. Key from the bottom right side, but I want to move it to the outside on the bottom right of the keyboard.
is there a way to have a hold FN/MO and if you tap it its the left arrow key?. Annepro2/obins' default layout does this and I got really use to it but now that im using qmk on a DZ60 I would like to emulate it if I can.
@@MechMerlin I have figured out to do tap directional keys for Right shift, right control, right windows, but I can't seem to figure out how to get tap left directional key and hold MO/Fn button. do you know how I could go about doing that, I went through everything on the quantum tab and can't seem to figure it out.
I have configured a layout using QMK Configurator. And I want to add some Unicode symbols. As I see, the only way to do that is to download .c file and edit it manually. However, when I choose download keymap.c only option, it gives me .json file. How can I get .c file?
@MechMerlin, do you know how to do tap dance and one shot layer using the website? Or do we need to code it by ourself? (P.S. I want to do like hold LAlt to interact as LAlt, but when LAlt is tapped it goes to layer 1 and then i can press my number keys that act as F1-F12 keys. And also advanced feature like tap LAlt, hold LAlt, tap 4 = ALT + F4). Btw thanks for a great video :)
Tap dance is a feature. We are still unable to toggle features on QMK Configurator. Also for your Alt query, you can look up the mod key section in QMK Configurator, it should have it there.
@@MechMerlin But features are available? And, what is this whole "Feature" smeatures that is mentioned here? This is where I and many that i noticed struggle with..there will be mention of something and radio silence as to how, who, where....to unleash the full potential...but...there is no documentation regarding this. Or it was some back and forth in discord...which does not get indexed by google. No wheres to be found.... That is just my /in hopes constructive/ criticism
@@hard2borrow428 The QMK documentation is available publicly. You can find it simply by looking up "QMK Documentation". As to the Feature Schmeature lol, you need to be more specific as to what feature exactly you want.
see I go to Iron180 and it has split backspace/right shit but I can't get that section out of there. I just want to delete it and have a default layout keyboard. I've been scratching my head over it and Smith + Rune support is shit. I shouldn't even be have to reflash this thing. I got it this way
I have got a question: How can you add keys from other languages, for example german letters and symbols? I have never programmed anything and I´m completely lost lol
@@MechMerlin so if I load a default ANSI layout for my XD84 via QMK and flash it, then change the language in Windows to Hungarian, it's gonna give me a Hungarian layout? I'm very lost, none of the guides I've found are helpful, my board is on the way and it looks like I won't be able to use it as I can't map any Hungarian keys via QMK Configurator... not to mention that our symbols are all in different places.
@@MechMerlin OS is set to Hungarian, I'm using it with an Anne Pro 2 right now. I'm only missing the í and Í letters (they're an AltGr combo now, on an ISO setup they would be next to LShift). The Anne Pro is still set to the layout it came with. it's just that my éáőúűóüö keys kinda rearrange themselves around the ANSI Enter... so I'm hoping this would work?
Several reasons actually. Accents are determined by the language you choose on your OS whereas what you see on the configurator is what QMK uses. Your OS interprets these keycodes and gives you the accent you, the other reason is that the GUI isn't built that way. I suppose we could do it like we do the MO ones but it may warrant more discussion with the team.
Hey man, thank you for your turorials, they're awesome ! I would like to be sure about something though, can I use 4 Mo keys per layer on the bottom right ? 1.25 Mo [1] - 1.25 Mo [2] - 1.25 Mo [3] - 1.25 Mo [4] ^ I would have this set up on every layer (4 plus the layer 0)
@@-._.-._.-._.-._.-._.- possibly lol. But yeah like all our storage mediums, you're limited by the amount of flash storage or EEPROM present on the chip. For your typical atmega32u4 present on over 80% of QMK powered boards, you've got 1k of EEPROM and 32k flash if I remember correctly.
I achieved my inner peace in this tutorial. Thank you!
You are a blessing for the community
Do you have a video on how to configure the oled and RGB of a keyboard? I can't find a tutorial on that.
Bueno verlo por aca, master. Me veo todos sus videos. Un saludo!
same here, also would love to find a video on rotary encoders
th-cam.com/video/wzPMZSF_u1I/w-d-xo.html&ab_channel=JuanMiguelGarc%C3%ADa Aquí para configurar los RGB custom
Definitely the most helpful video I have seen. Would you mind providing a basic example to follow for a macro whereby you program a single key for multiple keystrokes. Such as when pressing a key normally it outputs ALT TAB R I'm trying to work follow how I would write this a code and then how I would assign it to the any key I create. Thanks in advance.
Thanks again, man. Just got my 3rd keyboard finished, and had to look up how to use QMK since it's been so long. lol...
I just ordered the Monsgeek M2 and can't wait to program it for Cubase. Thank you for the video
Best video I've seen on QMK, hands down. Thanks Mech.
Glad you enjoyed it!
Thank you for this! Got me through my first QMK flashing much more easily than I would have imagined.
Glad it helped, however I do recommend looking at VIA. That way you don't have to flash everytime you want to change your keymap!
@@MechMerlin Even a Preonic Drop x OLBK Version 3??? I had seen wording in other resources that this was not the best route to take with the OLBK V3'''';;;
@@hard2borrow428 At the time of this video, that board was not supported in VIA yet. I do not know about now.
your video series is extremely helpful!
I have some experience in soldering and Arduino but no where near pro
I started watching you videos yesterday and today I got my first ever keyboard #Cantor up and running!
the only thing is my TO1 didn't work, i'm gonna ignore it for now 😂😂
i have recently picked up on mechinical keyboards and custom builds u have been a huge help thank you soo much
you're welcome!
Great tutorials! Thank You. Can you do one on QMK Tap Dance?
Great video.
I have a question, is it possible to toggle fn until next key pressed.
With still not loosing the FN hold feature .
can you give me an example?
Really nice video. May I ask what cable you are using? Been looking for a slick cable with magnetic connector.
I don't see a cable anywhere in this video. Which cable are you referring to? I'm attempting to help
@@h1ddens0ng Not in focus for the video but I saw that he uses a detachable cable (magnetic?) and I've been looking for such cable myself and a good one. Check video at 3:36.
@@eddieehlin3577 holy shit, you're right! Flew right by me. my guess is he just got one of the magnetic Amazon ones and added it onto his usb C on the case. The cord is not the usual Techflex/MDCP wrapped custom dealio so I'm guessing its the magnetic ended cord that comes with the kit. Again...guessing here but I'm pretty positive thats right as I have yet to see a custom magnetic cord in the hobby which I follow rather closely. I could be wrong and if anyone would know of one, it's Merlin.
Hi @MechMerlin. Do you know if it is possible to activate/toggle a layer and at the same time, light up the layer keys with front side RGBs? This means that if you have a nav cluster (for example), that can show up in a particular colour to help you to know where you are and what keys are on the layer? Or do I have to put in some C customisation code to enable this functionality?
The beauty of QMK is that it's all open source so yes you can absolutely do all this, but like you said it will require some coding on your part. The good thing is that this is a very common request, so there are plenty of examples within the code base that utilize this.
@@MechMerlin Cool. If you can point me to any examples, that would help me get there quicker. Cheers.
Hello. Is it possible one key for ctrl+t? Or other combinations? Thank you
Great video! Thank you, this really helped me.
Glad to hear it!
Addressed everything I needed to know, thank you so much!!!
you're welcome!
The best video about. Thanks!
Since you are changing the firmware, keyboard layers should also function on Linux terminal?
Yes, all changes are contained within the board.
Awesome tutorial. Great work!
Great video. Thanks
You are welcome!
Thank you for your helpful vids. Is it possible to create different led lighting profiles using the qmk configurator?
If you're thinking of lighting profiles like whats available on razer or other tools, no.
@@MechMerlin yes, I was thinking like what's available on the Obins software for the AP2 - so you've answered my question, thank you.
Thank you so much for the information. I have a question I cant seem to figure out. How can I bind key (S) + (Space) to one key? Basically, I want to bind two keys unto one key. This is for gaming purposes btw.
same! I would like a one key F3+t press
Just autohotkey that thing!
@@Maradnus ^
@@moa271 hell yeah thank you that works !
@@moa271 I still havent worked out how to get that to work.
So, how can I switch from layer 0 to layer 1 temporarily by press (after input a number or symbol it comes back to layer 0), but turn on permanently by press many times? Thanks
Just to make sure I understand, are you asking how to turn a layer on by tapping a key multiple times?
@@MechMerlin Well. It's like multiple function in one key. tap is one function, hold is another function, and tap many times is another function. I checked QMK and not much I can find there.
thank you! It's a God-send!
You're welcome!
I can't seem to get the TT layer switch to work properly. The double tap does not toggle the layers at all. It otherwise functions while holding like MO, though there's this tiny lag for the key I enter to show up when MO is always crisply responsive. I'm working with an OKLB Planck v7. Anyone know what's going on?
Thanks man! This helped so much!
Is there a way to type characters such as ä, ü, ö, Ä, Ü, Ö, and ß without switching to a German keyboard layout? When you use a keyboard layout like the UK's, there isn't a key or keycode for any of these letters.
My current solution is to create a macro that holds the 'Alt' key and types the Unicode. However, this doesn't work in many programs because they use that key combination.
Hey Merlin going to be flashing a BM60 pcb in the next month, my first time, i see you already added it in QMK configurator, my question is in layer 1 there is only RGB adjustments, with no Backlight keys adjustments, is that something that can just be added to that key list as the BM60 has both per key RGB and under glow? Thanks in advanced!
absolutely!
Is there a way to bind two(three) keys to one action in settings? Alt + E = print screen
Thank you so much!
TT only allows momentary/toggling of a single layer, correct? i.e. I could not hold for momentary layer 1 and tap twice to toggle layer 2. Would I need Tap Dance for that instead?
That is correct. You can only pass in one argument. Tap Dance should be able to do what you want
Thanks for the video really helped me out and know I know how to do it.
Glad it helped
Hey man - got everything working as I'd hoped so thank you for that!
Only problem is (and i've had this since starting my keyboard up), the command key won't work. I'm on a mac and can't for the life of me figure out why. I've tried some keyboard visualisation software and its not registering being pressed at all. Would really appreciate some assistance.
Can you verify that it is configured probably on your keymap? Also can you verify that if you program it with let's say the letter A, B or C, the key itself still registers?
@@MechMerlin I believe its configured properly! I'll give it a go with different letters when I'm home - didn't think to try that.
Thank you so much for the fast response! I'll let you know in an hour or so!
@@MechMerlin Ah interesting. It doesn't register when the key is changed either. Any ideas? Sorry - should've done that before.
@@MechMerlin Oh my god. Took the switch out and realised it was due to a completely bent in pin. Feel so stupid haha.
So pleased to have sorted it now though. I would've checked that if it were any other key other than command as I thought it was a windows/mac/gui toggle thing. Damn. Suppose you should always start with the basics.
Thank you for your help mate. Appreciate it.
@@JudeCornish Question for you: How did you set it to the command key? I set the key I wanted to the Windows/OS key in the configurator assuming it will work as command on a Mac, but I've been unable to test it yet because the Mac is my computer at work and the keyboard isn't finished yet.
is there anyway to set it so that when you tap a key it has a certain output but when you hold down a key it has a differene output, that is not the mod key combos, ex when you tap "." it types a "." but when you hold down "." it types a "!"
hey, is it possible to assign rgb leds to light up different colors depending on which layer is activated?
Yes it is! This is available by default on some boards, but for the most part you need to code it in yourself.
Really good and informative! I have a question as a newbie, I can't find the nordic letters in the qmk, are they available? (Looking for Å, Ä and Ö)
For inspiration have a look at this file which you also can include in your keymap directly. github.com/qmk/qmk_firmware/tree/master/quantum/keymap_extras/keymap_swedish.h
Hi @MechMerlin, thanks for the informative videos on QMK, I've learned a lot. But I have a question on how to set certain keys such as ç or other specific keys (in my case Belgian French keys but could be Nordic etc.)?
Since these keys are not in the basic set on QMK and I don't see anyting on dead keys (pressing ^ but it doesn't show anything until you press e for example sou you get ê).
I'm trying to make a custom keymap in which I have & ( ) and others as my first layer, the numers as second layer (by pressing shift i get 1 instead of normally pressing i will get &), and as last a third layer on the same key for @ on that key, this third layer by pressing Left Alt. I hope you understand my problem. Thanks in advance for your time and help.
Looking forward to your next video, i really enjoy the weekly group buy streams. Greets from Belgium!
All the specific language stuff is handled by your OS. The keyboard just spits out keycodes that the OS interprets into the language you have chosen. Most things in the keyboard world are ANSI US so you can look up the conversions between that and the language you have chosen.
@@MechMerlin I have a similar question about this. I want to have the ANSI US layout with the following changes: remap French letters to the number keys. The numbers are accessible if you toggle caps lock on. Regular behaviour of the keys when you hold down shift
Is this possible? If so, can it be done with QMK? With something else?
Thank bro! just so confused about how to set for each layer cause it does not show which layer you're.
yeah you don't know what layer you're on unless you have layer indicators on your board.
Hey I’m trying to program two enter keys because I messed up while building but one of them is still the /| button. I’ve trying to fix it and make my layout and I flashed it but it still doesn’t work. Could I send you my layout possibly so you could take a look at my populated layer ?
please contact me on discord and we'll take a look at it.
Any know where i can learn to add a keyboard? specifically a Dactyl Manuform
So which key code would I use if I wanted to hold down my function key to use my “F” keys (F1-12) but if I tapped it I could toggle a layer, however if I tap it again it will return to the original layer? Basically a 2 function key, but I want to be able to return to my original layer upon pressing it again.
That's what I use actually, I ended up having to code it up myself. You can see my code here: github.com/qmk/qmk_firmware/blob/master/users/mechmerlin/mechmerlin.c
I was wondering if it’s possible to move the Fn key? It’s the 3. Key from the bottom right side, but I want to move it to the outside on the bottom right of the keyboard.
Yep the Fn key is just like any other keycode. You can put it anywhere you want.
@@MechMerlin thank you!!
I ve done all but what software to use?
What do you mean?
when I flash my keyboard I get this meesage "Memory did not validate. Did you erase?" can you help, please?
You my have to clear EEPROM. Worst case scenario, you'll have to reflash the bootloader.
is there a way to have a hold FN/MO and if you tap it its the left arrow key?. Annepro2/obins' default layout does this and I got really use to it but now that im using qmk on a DZ60 I would like to emulate it if I can.
Yep, you should be able to find what you need in the Quantum tab.
@@MechMerlin I have figured out to do tap directional keys for Right shift, right control, right windows, but I can't seem to figure out how to get tap left directional key and hold MO/Fn button. do you know how I could go about doing that, I went through everything on the quantum tab and can't seem to figure it out.
It should be the same, all you change is the keycode for tap
Is there a way, with the online configurator, maybe, to set a separate colour for each selected layer without having to flash the firmware?
No, the configurator only creates firmware files, which will need to be flashed for any changes to take effect.
Can this tool fix double inputs on 2 of my keys on the gmmk pro? The seller said i have to reprogram it, but didnt say how to -_-
The tool itself doesn't do the fixing. The firmware for the board should be fixed if this indeed a bug.
@@MechMerlin thanks for the heads up!
I have configured a layout using QMK Configurator. And I want to add some Unicode symbols. As I see, the only way to do that is to download .c file and edit it manually. However, when I choose download keymap.c only option, it gives me .json file. How can I get .c file?
With qmk json2c -o yourfile.c yourfile.json
Is there a way to map a key to open an application (MacOs)? and if so, how? thanks :)
You can figure out the terminal command or key combo to launch it and then make it into a macro of sorts.
@MechMerlin, do you know how to do tap dance and one shot layer using the website? Or do we need to code it by ourself?
(P.S. I want to do like hold LAlt to interact as LAlt, but when LAlt is tapped it goes to layer 1 and then i can press my number keys that act as F1-F12 keys. And also advanced feature like tap LAlt, hold LAlt, tap 4 = ALT + F4).
Btw thanks for a great video :)
Tap dance is a feature. We are still unable to toggle features on QMK Configurator. Also for your Alt query, you can look up the mod key section in QMK Configurator, it should have it there.
@@MechMerlin But features are available? And, what is this whole "Feature" smeatures that is mentioned here? This is where I and many that i noticed struggle with..there will be mention of something and radio silence as to how, who, where....to unleash the full potential...but...there is no documentation regarding this. Or it was some back and forth in discord...which does not get indexed by google. No wheres to be found.... That is just my /in hopes constructive/ criticism
@@hard2borrow428 The QMK documentation is available publicly. You can find it simply by looking up "QMK Documentation". As to the Feature Schmeature lol, you need to be more specific as to what feature exactly you want.
see I go to Iron180 and it has split backspace/right shit but I can't get that section out of there. I just want to delete it and have a default layout keyboard. I've been scratching my head over it and Smith + Rune support is shit. I shouldn't even be have to reflash this thing. I got it this way
You can just program both to have space. Its not gonna matter as QMK Configurator layout doesnt suddenly make your board have the same layout
Is there any way to make LShift + Backspace = Delete?
Not by default, but you can definitely make your own custom macro using C.
@@MechMerlin so will I need to download the full source?
@@AlexMcDermott You could do it that way, I think you can even just put it as custom code in your keymap.c file as well.
@@MechMerlin oh okay, where is that located? I'm currently using the online configurator
@@AlexMcDermott There should be a FULL SOURCE button for you to click on after compilation, or you can just get it from QMK firmware Github.
For some reason my TG doesn't switch back 8 only have 2 layers currently layer 0 and 1
What do you mean switch back 8
I have got a question: How can you add keys from other languages, for example german letters and symbols? I have never programmed anything and I´m completely lost lol
you can actually just change the setting in your OS.
@@MechMerlin so if I load a default ANSI layout for my XD84 via QMK and flash it, then change the language in Windows to Hungarian, it's gonna give me a Hungarian layout? I'm very lost, none of the guides I've found are helpful, my board is on the way and it looks like I won't be able to use it as I can't map any Hungarian keys via QMK Configurator... not to mention that our symbols are all in different places.
@@aquana Kind of, what is your OS's language settings set to write now?
@@MechMerlin OS is set to Hungarian, I'm using it with an Anne Pro 2 right now. I'm only missing the í and Í letters (they're an AltGr combo now, on an ISO setup they would be next to LShift). The Anne Pro is still set to the layout it came with. it's just that my éáőúűóüö keys kinda rearrange themselves around the ANSI Enter... so I'm hoping this would work?
It would be great if you could do a video on custom matrix
I think that's beyond the scope of this series. This is more of something that belongs in my coding one.
How do I use a Nordic layout in qmk?
You have to set it in the OS and configure it as if it's US ANSI
Hello, can you add a TG inside an RSft? Thanks.
No, it only works with simple keycodes
@@MechMerlin I see. Thanks for your reply! :)
I have an encoder + buttons, how to set it up ??
You'll have to do it in code. QMK has some pretty thorough documentation on how to accomplish this.
any idea how to setting encoder key with qmk?
Yep, you'll have to code it in. Please refer to the QMK Documentation: beta.docs.qmk.fm/using-qmk/hardware-features/feature_encoders
Why not add accents (é è ê ë ç à â ï) under the symbols row In the configurator ?
Several reasons actually. Accents are determined by the language you choose on your OS whereas what you see on the configurator is what QMK uses. Your OS interprets these keycodes and gives you the accent you, the other reason is that the GUI isn't built that way. I suppose we could do it like we do the MO ones but it may warrant more discussion with the team.
nice
Hey man, thank you for your turorials, they're awesome !
I would like to be sure about something though, can I use 4 Mo keys per layer on the bottom right ?
1.25 Mo [1] - 1.25 Mo [2] - 1.25 Mo [3] - 1.25 Mo [4]
^ I would have this set up on every layer (4 plus the layer 0)
you can use up to 16 different layers!
@@MechMerlin Wow that's greaat ! Is there a limit to pcb's memory though ? Like I could not bind 800 keys right ?
@@-._.-._.-._.-._.-._.- possibly lol. But yeah like all our storage mediums, you're limited by the amount of flash storage or EEPROM present on the chip. For your typical atmega32u4 present on over 80% of QMK powered boards, you've got 1k of EEPROM and 32k flash if I remember correctly.
What if i want to change the ca66 to iso....?
I didn't have an iso one when I added support so I didn't put it in.
MechMerlin thanks for the reply! I would like to remap mine but I guess I’m kind of stuck.
Trying to compile Ergodox Infinity firmware, but no luck so far...
"quantum/visualizer/visualizer.mk:77: lib/ugfx/gfx.mk: No such file or directory"
That's odd, must be a QMK Configurator issue. Please file a bug.
@@MechMerlin No need anymore for support... I finally got it flashed perfectly how I wanted with I:C Kiibohd configurator
Which discord? 🤔
either mine or QMK.
How the heck do I switch my entire keyboard to hiragana?
You have to enable the keyboard layout/language in your OS.
Lopez Laura Gonzalez William Robinson Robert
Thompson Melissa Lopez Jason Moore Steven
Hall Larry Moore Gary Hall Paul