readme.md (1180B)
1 # atmega32U4 board for IBM Model M, old LEDs replaces with WS2812 RGB LEDs 2 3  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_ws2812:default 14 15 Flashing example for this keyboard: 16 17 make ibm/model_m/mschwingen/led_ws2812: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).