Albert Y cbabc8dbe6 [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) 3 лет назад
..
config.h cbabc8dbe6 [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) 3 лет назад
keymap.c 9d235d4fc5 [Core] Change OLED task function to be boolean (#14864) 4 лет назад
readme.md 4dd5f45b6c [Keymap] Crkbd/keymaps/oo (#12882) 5 лет назад
rules.mk 4e1c5887c5 [Core] Refactor OLED to allow easy addition of other types (#13454) 5 лет назад

readme.md

Build instructions

# if this is a fresh install of QMK, don't forget to run setup
# or you might be missing necessary tools and libraries!
# https://docs.qmk.fm/#/newbs_getting_started
$ qmk setup

# using json via the configurator can be easier than starting from scratch
# but you will need to go back and make the formatting readable for future edits
$ qmk json2c -o keymap.c keymap.json

# compile; use appropriate tool for your microcontroller
$ qmk compile -kb crkbd/rev1/common -km oo

# flash; each side has to be done separately
$ qmk flash -kb crkbd/rev1/common -km oo