readme.md (2193B)
1 # miniDivide 2 3  4 5 miniDivide is a split keyboard with 0.8u (16mm) key pitch. 6 The size of a single key is 80% of that of a conventional keyboard key. 7 Although the key size is more compact than usual, it has the advantage of requiring minimal finger movement. 8 The number of keys is 19 keys for one hand and 38 keys for two hands. 9 10 It is small and thin, making it easy to carry around. 11 The option to mount a coin cell battery on the PCB is available so that the BLE Micro Pro can be installed. 12 OLED can also be mounted. 13 14 miniDivideは0.8u(16mm)キーピッチの分割型のキーボードです。 15 一つのキーの大きさが従来のキーボードのキーと比較すると80%のサイズとなっています。 16 通常よりコンパクトなキーサイズですが、指の動きが最小限で済むという強みがあります。 17 キー数は片手で19キー、両手で38キーとなります。 18 19 小さく、薄いので持ち運びにも便利です。 20 またBLE Micro Proを搭載できるよう、コイン電池をPCBに搭載するオプションが可能です。 21 OLEDも搭載できます。 22 23 * Keyboard Maintainer: [takashicompany](https://github.com/takashicompany) 24 * Hardware Supported: PCB, Pro Micro 25 * Hardware Availability: https://github.com/takashicompany/minidivide 26 27 Make example for this keyboard (after setting up your build environment): 28 29 make takashicompany/minidivide:default 30 31 Flashing example for this keyboard: 32 33 make takashicompany/minidivide:default:flash 34 35 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). 36 37 ## Bootloader 38 39 Enter the bootloader in 3 ways: 40 41 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard 42 * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead 43 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available