You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Michael Schwingen 42eeb315a5
[Keyboard] add support for ModelM USB board (#9846)
3 years ago
..
keymaps/default [Keyboard] add support for ModelM USB board (#9846) 3 years ago
led_ffc [Keyboard] add support for ModelM USB board (#9846) 3 years ago
led_wired [Keyboard] add support for ModelM USB board (#9846) 3 years ago
led_ws2812 [Keyboard] add support for ModelM USB board (#9846) 3 years ago
README.md [Keyboard] add support for ModelM USB board (#9846) 3 years ago
config.h [Keyboard] add support for ModelM USB board (#9846) 3 years ago
matrix.c [Keyboard] add support for ModelM USB board (#9846) 3 years ago
modelm.c [Keyboard] add support for ModelM USB board (#9846) 3 years ago
modelm.h [Keyboard] add support for ModelM USB board (#9846) 3 years ago
rules.mk [Keyboard] add support for ModelM USB board (#9846) 3 years ago

README.md

atmega32U4 board for IBM Model M

modelm

This is a configuration of QMK intended to be used with the Model M USB PCB.

Make example for this keyboard (after setting up your build environment), run one of:

make mschwingen/modelm/led_wired:default
make mschwingen/modelm/led_ffc:default
make mschwingen/modelm/led_ws2812:default

flash:

make mschwingen/modelm/led_wired:default:flash
make mschwingen/modelm/led_ffc:default:flash
make mschwingen/modelm/led_ws2812:default:flash

Bootloader: do not use the QMK bootloader, use the bootloader from here

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.