Code Monkey home page Code Monkey logo

corne-qmk-config's Introduction

Corne QMK config

Layers

ColemakDH Imgur

Querty Imgur

Num Imgur

Nav Imgur

Images generated with http://www.keyboard-layout-editor.com/, use the files in assets folder

Flashing

Every time you make a change affecting the OLED screen or RGB, you must flash both sides (the jack TRRS cable must be connected). If you just modified the layout, then you need to flash the master (left side) only.

$ cd ~/qmk_firmware

# command is
$ sh util/docker_build.sh crkbd/rev1:wochap:flash
# or if you setup your dev environment
$ qmk compile -kb crkbd/rev1 -km wochap
$ qmk flash -kb crkbd/rev1 -km wochap

Flashing both sides

  1. Disconnect jack TRRS cable and both sides from the computer
  2. Left side
    1. Run the command
    2. Connect the left side to the computer, and press the reset button twice
    3. Once it finished, disconnect the left side.
  3. Right side
    1. Run the command
    2. Connect the right side to the computer, and press the reset button twice
    3. Once it finished, disconnect the right side.
  4. Connect the jack TRRS cable, then only connect the left side to the computer
  5. Run the command
  6. Press the reset button of the left side twice

Flashing only master (left side)

  1. Connect the jack TRRS cable, then only connect the left side to the computer
  2. Run the command
  3. Press reset button of the master (left side) twice

Development

  1. Setup your dev environment

    $ python3 -m pip install qmk
    
    # run one the following commands
    $ qmk setup
    # or
    $ git clone --recurse-submodules --depth 1 https://github.com/qmk/qmk_firmware.git ~/qmk_firmware
    # both do the same, but the second should be faster
  2. Clone corne-qmk-config git repository

  3. Symlink the folder config in corne-qmk-config to ~/qmk_firmware/keyboards/crkbd/keymaps/wochap

    $ ln -s $(pwd)/config ~/qmk_firmware/keyboards/crkbd/keymaps/wochap

corne-qmk-config's People

Contributors

wochap avatar

Stargazers

Matias Ibañez avatar Alan Maciel avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.