qmk_firmware

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

readme.md (1165B)


      1 # atmega32U4 board for IBM Model M, LEDs connected with wires
      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 
     15 Flashing example for this keyboard:
     16 
     17     make ibm/model_m/mschwingen/led_wired:default:flash
     18 
     19 Bootloader: do not use the QMK bootloader, use the bootloader from [here](https://github.com/mschwingen/modelm-lufa-bootloader)
     20 
     21 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).