This userspace supports the following keyboards:
I frequently switch between Colemak (typing) and Qwerty (regular computer use, non text-editing apps). I prefer to tap rather than hold keys so I intesively use one-shot modifiers and one-shot layers (with custom modifications). If keyboard layout allows I prefer to use thumbs for modifiers and layer switching, so my layouts are optimized for that. Besides that my configuration is rather conservative: I don't use tap dance, chords, magic keys, etc).
git clone https://github.com/qmk/qmk_firmware.git
nix-shell
from qmk_firmware
folder.cd qmk_firmware/users
ddrcode
folder: git clone git@github.com:ddrcode/qmk_userspace.git ddrcode
qmk compile users/ddrcode/idobao-id75.json
Official QMK repo at this stage doesn't contain configs for Keychron Q3 and Q10 keyboards. You must use Keychron's fork instead (keychron-q3 and playground branches respestively). I'd still recommend to setup QMK with the official repo and then use Keychron fork for sources only. Step-by-step instruction:
qmk_firmware
, i.e.: git clone https://github.com/Keychron/qmk_firmware.git qmk_keychron
cd qmk_keychron/users
ddrcode
folder: git clone git@github.com:ddrcode/qmk_userspace.git ddrcode
git checkout keychron-q3
qmk compile users/ddrcode/keychron_q3.json
Two of my boards: Hasu USB_USB converter and Idobao ID75 are equipped with 32kB RAM only. By following these steps I was able to reduce the file size by up to 7kB.
Copyright 2022 @ddrcode
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.