qmk_firmware

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

readme.md (2020B)


      1 # mini36
      2 
      3 ![mini36](https://i.imgur.com/JwhiE9ll.png)
      4 ![mini36PCB](https://i.imgur.com/6NjZ8Cql.jpg)
      5 
      6 *A pre-built, low profile, split mechanical keyboard with 36 keys based on the RP2040 processor*
      7 
      8 * Keyboard Maintainer: [Kevin Gee](https://github.com/controller-works)
      9 * Hardware Supported: *mini36 split ergonomic keyboard*
     10 * Hardware Availability: *https://controller.works/products/mini36-low-profile-ergonomic-keyboard* Hardware is available as pre-built units only.
     11 
     12 Make example for this keyboard (after setting up your build environment):
     13 
     14 ```sh
     15     make controllerworks/mini36:default
     16 ```
     17 
     18 Flashing example for this keyboard:
     19 
     20 ```sh
     21     make controllerworks/mini36:default:flash
     22 ```
     23 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).
     24 
     25 ## Features
     26 - Highly integrated design with microcontroller, USB and TRRS connectors, and OLED all integrated on the main board with no secondary modules
     27 - RP2040 processor by Raspberry Pi Foundation running at 130 MHz with 16MB flash memory
     28 - CNC milled aluminum case with only 8mm thickness
     29 - "PCB art" shine through back plate with gold surface finish
     30 - 128x32 OLED on each keyboard half
     31 - 36 per-key RGB LEDs and 12 backlight RGB LEDS are individually addressable
     32 - ESD and over-current protection on USB and TRRS connectors
     33 - Reset and boot tactile switches
     34 - USB C host connection
     35 - Hot swap connectors for Kailh Chocolate PG1350 switches
     36 - Chocolate key spacing (18mm horizontal x 17mm vertical) 
     37 ## Bootloader
     38 
     39 Enter the bootloader in 3 ways:
     40 
     41 * **Bootmagic reset**: Hold down the upper left key on the left hand keyboard half or the upper right key on the right hand keyboard half while plugging in USB
     42 * **Physical reset button**: Press the RST button twice, rapidly
     43 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available