Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Corne keyboard ====== * [[https://github.com/manna-harbour/miryoku|miryoku]] * [[https://github.com/daysgobye/crkbd/tree/choc-v3/corne-chocolate/v3/pcb|chocolate v3]] * [[http://www.keyboard-layout-editor.com/#/gists/1f68c2861c27c853bd6e90d8670d5c89|my layout]] * [[http://www.keyboard-layout-editor.com/#/gists/77e7572e077b36a23eb2086017e16fee|adjust layer]] * [[https://joric.github.io/qle/|logo editor]] * [[https://docs.google.com/spreadsheets/d/1JLh0yxME6ry-PGoPHEyElbthcyuL1NXQGK774J_t8rU/edit#gid=0|models compare]] * [[https://github.com/raychengy/fifi_split_keeb|fifi]] * [[https://typing.io|typing exercises]] * [[https://github.com/joric/nrfmicro/wiki|pro micro wireless DIY]] [[https://config.qmk.fm/#/crkbd/rev1/LAYOUT|qmk configurator]] <code> git clone https://github.com/qmk/qmk_firmware.git cd qmk_firmware ./util/linux_install.sh # qmk cli optional export QMK_HOME=/lab/corne/qmk_firmware python3 -mvenv venv source venv/bin/activate pip install qmk cd $QMK_HOME qmk setup </code> compile default <code> qmk compile -kb crkbd -km default </code> download scipio layout <code> cd keyboards/crkbd/keymaps/ git clone https://github.com/scipioni/corne.git scipio </code> write scipio firmware to micro <code> cd qmk_firmware make crkbd:scipio make crkbd:scipio:avrdude # reset micro with button </code> ===== Hardware ===== * [[https://keycapsss.com/keyboard-parts/pcb/53/corne-split-keyboard-crkbd-helidox-pcb?number=KC10022_CHOC_|HPCB]] * [[https://keycapsss.com/keyboard-parts/pcb/53/corne-split-keyboard-crkbd-helidox-pcb?number=KC10022_PARTS|diodes, reset, jack]] * [[https://it.aliexpress.com/item/32959996455.html?spm=a2g0s.9042311.0.0.7e934c4d9SAZnD|Kailh low profile Switch 1350 Chocolate]] * [[https://www.aliexpress.com/item/4000064218649.html?spm=a2g0o.cart.0.0.2a193c00wo3FeD&mp=1|RGB led]] * [[http://www.40percent.club/2018/03/sockets.html|sockets]] projects/zibaldone/electronic/corne.txt Last modified: 2022/02/02 08:23by scipio