qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1896B)


      1 # Cornia Keyboard
      2 
      3 ![Cornia v1](https://i.imgur.com/3vRlvi3.jpeg)
      4 
      5 A split keyboard with 3x6 column strongly staggered keys and 3 thumb keys
      6 
      7 * Keyboard Maintainer: [Vaarai](https://github.com/Vaarai) 
      8 * Hardware Supported: Cornia PCB, RP2040 / 0xCB-Helios
      9 * Hardware Availability: [PCB Data](https://github.com/Vaarai/Cornia)
     10 
     11 Make example for this keyboard (after setting up your build environment):
     12 
     13     make cornia/v1:default
     14 
     15 Flashing example for this keyboard:
     16 
     17     make cornia/v1:default:flash
     18 
     19 See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK ? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
     20 
     21 ## Bootloader
     22 
     23 The Cornia PCBs have a reset button on the bottom side near to the TRRS jack.
     24 
     25 To enter in to the bootloader you can either:
     26 - Hold reset when plugging in that half of the keyboard.
     27 - Double press reset if firmware was already flashed and if RP2040 is used
     28 - Press NAV+NUM+ESC if firmware was already flashed no matter what controller is used
     29 
     30 ## Keymaps
     31 
     32 Two keymaps are available for now, below are their [KLE](https://www.keyboard-layout-editor.com/) views:
     33 - [Default QWERTY layout for Cornia keyboard](https://www.keyboard-layout-editor.com/#/gists/5af136790cefe4b35cdf02ca52c1fccc)
     34 - [Fire layout for Cornia keyboard](https://www.keyboard-layout-editor.com/#/gists/a40345c92e1f3f326426ef890ebf4d1c) (Based on [Fire (Oxey)](https://docs.google.com/document/d/1Ic-h8UxGe5-Q0bPuYNgE3NoWiI8ekeadvSQ5YysrwII) layout)
     35 
     36 ## OLED Display & Cirque Trackpad
     37 
     38 The Cornia Keyboard also support OLED Display and Cirque Trackpad through I²C, an implementation is available in `fire` keymap.
     39 
     40 To use it please make with the following command:
     41 
     42     make cornia/v1:fire
     43 
     44 And flash with:
     45 
     46     make cornia/v1:fire:flash