qmk_firmware

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

readme.md (1969B)


      1 # suika85ergo
      2 (English Follows Japanese)
      3 
      4 ## 概要
      5 
      6 suika85ergoはカラムスタッガードの一体型エルゴキーボードです。
      7 ファンクションキーや矢印キーなど、コンパクトキーボードでは省略されがちなキーも備えており、フルキーボードからの移行も容易です。
      8 
      9 * 制作 : すいか技研 (https://suikagiken.net) GitHub [suikagiken](https://github.com/suikagiken)
     10 * 販売 : 遊舎工房様( https://shop.yushakobo.jp/products/9015 )にてお求め頂けます
     11 
     12 ## ビルドガイド
     13 
     14 [こちらのリンク](https://github.com/suikagiken/suika85ergo/blob/main/buildguide.md)からご覧下さい。
     15 
     16 ---
     17 
     18 ## Overview
     19 
     20 suika85ergo is a column-staggered ergonomic keyboard with 85 keys. It has function keys or arrow keys, which are omitted in compact keyboards, making it easy to switch from a conventional full keyboard.
     21 
     22 * Keyboard Maintainer: [suikagiken](https://github.com/suikagiken)
     23 * Hardware Supported: Purchase PCBs from the following stores.
     24 * Hardware Availability: Available at YushaKobo (https://shop.yushakobo.jp/products/9015)
     25 
     26 Make example for this keyboard (after setting up your build environment):
     27 
     28     make suikagiken/suika85ergo:default
     29 
     30 Flashing example for this keyboard:
     31 
     32     make suikagiken/suika85ergo:default:flash
     33 
     34 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).
     35 
     36 ## Bootloader
     37 
     38 Enter the bootloader in 3 ways:
     39 
     40 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
     41 * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
     42 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
     43 
     44