qmk_firmware

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

readme.md (1418B)


      1 # cornifi
      2 
      3 ![cornifi keyboard](https://i.imgur.com/Q7B3VX8.jpeg)
      4 
      5 The cornifi keyboard is a split keyboard based on the [corne](https://github.com/foostan/crkbd) with the physical layout of the [fifi](https://github.com/raychengy/fifi_split_keeb).
      6 
      7 * Keyboard Maintainer: [v3lmx (github)](https://github.com/v3lmx)
      8 * Hardware Availability: [v3lmx/cornifi (github)](https://github.com/v3lmx/cornifi)
      9 
     10 Make example for this keyboard (after setting up your build environment):
     11 
     12     make cornifi:default
     13 
     14 Flashing example for this keyboard:
     15 
     16     make cornifi:default:flash
     17 
     18 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).
     19 
     20 ## Bootloader
     21 
     22 Enter the bootloader in 3 ways:
     23 
     24 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
     25 * **Physical reset button**: Hold down the `boot` button and press the `reset` button
     26 * **Keycode in layout**: Press the key mapped to `TD_BOOT` twice if it is available
     27 
     28 ## Keymap
     29 
     30 It is recommended to make your own keymap using the [external userspace feature(https://docs.qmk.fm/newbs_external_userspace).
     31 
     32 You can find an example here: [v3lmx qmk userspace](https://github.com/v3lmx/qmk_userspace)