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.
 
 
 
 
 
QMK Bot d4f9eb5225 Merge remote-tracking branch 'origin/master' into develop 1 year 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
config.h Move keyboard USB IDs and strings to data driven: M (#17859) 1 year ago
info.json Move keyboard USB IDs and strings to data driven: M (#17859) 1 year ago
matrix.c Fix build failures for `mschwingen/modelm` (#15987) 2 years ago
modelm.c Make default layer size 16-bit (#15286) 1 year ago
modelm.h [Keyboard] add support for ModelM USB board (#9846) 3 years ago
post_rules.mk Move non-assignment code to post_rules.mk (#14207) 2 years ago
readme.md Rename keyboard-level readmes to lower-case (#10759) 3 years ago
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2 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.