Hi all,
I don't know how silly of a question this would be, I'm quite new to all of this. If there there are already good documentations, please point me to it.
I'm making a custom split keyboard and I'm really confused with the documentation for the firmware. It seems the documentations all point to configuring the split keyboard (enabling, handedness, etc.) in the config.h file. I have created a new keyboard in qmk but does not have this file (nor the info.json). When I look into other keyboard files, they seem to put everything in the keyboard.json file.
Would it be better for me to create the config.h file or are there any guides/documentation on how to put everything in the keyboard.json file?
Also, I am planning to have a key for a custom input. I want it to type "µ" when pressed and "°" when pressed with shift. How do I do this? Is there a way to directly type Unicode characters or is there a way to create macros for the alt-code?
Any help would be greatly appreciated!