qmk_firmware

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

readme.md (1319B)


      1 # atmega32U4 board for IBM Model M
      2 
      3 ![modelm](https://raw.githubusercontent.com/mschwingen/hardware/master/modelm-usb/images/PCB.jpg)
      4 
      5 This is a configuration of QMK intended to be used with the [Model M USB PCB](https://github.com/mschwingen/hardware/tree/master/modelm-usb).
      6 
      7 * Keyboard Maintainer: [Michael Schwingen](https://github.com/mschwingen/)
      8 * Hardware Supported: [Model M USB PCB](https://github.com/mschwingen/hardware/tree/master/modelm-usb)
      9 * Hardware Availability: need to build your own.
     10 
     11 Make example for this keyboard (after setting up your build environment), run one of:
     12 
     13     make ibm/model_m/mschwingen/led_wired:default
     14     make ibm/model_m/mschwingen/led_ffc:default
     15     make ibm/model_m/mschwingen/led_ws2812:default
     16 
     17 flash:
     18 
     19     make ibm/model_m/mschwingen/led_wired:default:flash
     20     make ibm/model_m/mschwingen/led_ffc:default:flash
     21     make ibm/model_m/mschwingen/led_ws2812:default:flash
     22 
     23 Bootloader: do not use the QMK bootloader, use the bootloader from [here](https://github.com/mschwingen/modelm-lufa-bootloader)
     24 
     25 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).