logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1180B)


  1. # atmega32U4 board for IBM Model M, old LEDs replaces with WS2812 RGB LEDs
  2. ![modelm](https://raw.githubusercontent.com/mschwingen/hardware/master/modelm-usb/images/PCB.jpg)
  3. 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).
  4. * Keyboard Maintainer: [Michael Schwingen](https://github.com/mschwingen/)
  5. * Hardware Supported: [Model M USB PCB](https://github.com/mschwingen/hardware/tree/master/modelm-usb)
  6. * Hardware Availability: need to build your own.
  7. Make example for this keyboard (after setting up your build environment), run one of:
  8. make ibm/model_m/mschwingen/led_ws2812:default
  9. Flashing example for this keyboard:
  10. make ibm/model_m/mschwingen/led_ws2812:default:flash
  11. Bootloader: do not use the QMK bootloader, use the bootloader from [here](https://github.com/mschwingen/modelm-lufa-bootloader)
  12. 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).