6a4884e3bd
* Remove unnecessary IS_COMMAND definition from clueboard/66_hotswap/gen1 * Remove old-style IS_COMMAND definition comment from dozen0 * Use get_mods() instead of keyboard_report->mods in georgi |
||
---|---|---|
.. | ||
keymaps | ||
config.h | ||
georgi.c | ||
georgi.h | ||
info.json | ||
matrix.c | ||
readme.md | ||
rules.mk | ||
sten.c | ||
sten.h |
Georgi
A compact 20% (12x2) Split Keyboard for steno and QWERTY.
Keyboard Maintainer: Jeremy Bernhardt
Hardware Supported: Georgi
Hardware Availability: gboards.ca
Firmware building
After cloning the QMK repo and installing dfu-programmer build and flash with. Be sure to reset your keyboard!
make georgi:default:dfu
To just test your build with the default keymap
make georgi:default
Build options can be enabled/disabled in keyboards/georgi/keymaps/default/rules.mk . Copy the default directory and make any changes to your layout, if you think they're worth sharing submit a PR!
Space
The stock firmware uses nearly all of the flash avalible. For custom dictionary modifications, disable mousekeys in your keymaps rules.mk (4K of space) and remove the Gaming layers. I've done this already in the provided keymap 'template'.
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.