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.
 
 
 
 
 
Ryan 5af1799735
Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)
2 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
config.h Audio system overhaul (#11820) 3 years ago
info.json Remove width, height and key_count from info.json (#14274) 2 years ago
matrix.c Remove legacy print backward compatiblitly (#11805) 3 years ago
modelm.c [Keyboard] Fix unused variables in mschwingen modelm (#10811) 3 years ago
modelm.h [Keyboard] add support for ModelM USB board (#9846) 3 years ago
readme.md Rename keyboard-level readmes to lower-case (#10759) 3 years ago
rules.mk Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) 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.