Custom QMK Colemak-mod-dh firmware for Corne split keyboard
 
 
Go to file
Adam Kruszewski f44f1be119 Updated the build instructions 2023-04-02 11:20:46 +00:00
config.h Make tri layer work 2023-02-28 20:52:29 +01:00
crkbd_rev1_layout_split_3x6_3_mine.json Make tri layer work 2023-02-28 20:52:29 +01:00
keymap-json.c Make tri layer work 2023-02-28 20:52:29 +01:00
keymap.c Make alt-tab more snappy 2023-02-28 22:23:36 +01:00
readme.org Updated the build instructions 2023-04-02 11:20:46 +00:00
rules.mk small changes 2023-02-28 20:07:54 +01:00

readme.org

Clone the repository to qmk_firmware/crkbd/keymaps and name it for example adam_colemak.

  cd qmk_firmware/
  cd keyboards/crkbd/keymaps/
  git clone https://code.bsdgeek.org/adam/qmk-corne-colemak-dh-mod adam_colemak
#+begin_src shell

** Set the keymap as default and compile from its directory
  (hard to say but had to compile from inside the directory as setting it as default somehow didn't work)
#+begin_src shell
  qmk config user.keymap=adam-colemak
  cd qmk_firmware/
  cd keyboards/crkbd/keymaps/adam-colemak/

  ## only used to regenerate the keymap if you would customize using online keymap editor.
  # qmk json2c crkbd_rev1_layout_split_3x6_3_mine.json -o keymap-json.c
  qmk clean
  qmk compile -kb crkbd/r2g

Flash the firmware

(two times the same command chained for both of the sides of the keyboard)

  qmk flash -kb crkbd/r2g ;  qmk flash -kb crkbd/r2g