Ryan d09a06a1b3 Update GPIO API usage in keyboard code (#23361) 2 years ago
..
keymaps f98f8eedf0 Consolidate modelm v2 (#14996) 3 years ago
led_ffc e9b8929357 Migrate build target markers to keyboard.json - Misc (#23612) 2 years ago
led_wired e9b8929357 Migrate build target markers to keyboard.json - Misc (#23612) 2 years ago
led_ws2812 e9b8929357 Migrate build target markers to keyboard.json - Misc (#23612) 2 years ago
config.h b1783db4ea Move `RGBLED_NUM` to data driven (#21278) 3 years ago
info.json 7be23a9cb4 Data-Driven Keyboard Conversions: I (#23533) 2 years ago
matrix.c d09a06a1b3 Update GPIO API usage in keyboard code (#23361) 2 years ago
mschwingen.c d09a06a1b3 Update GPIO API usage in keyboard code (#23361) 2 years ago
mschwingen.h f98f8eedf0 Consolidate modelm v2 (#14996) 3 years ago
post_rules.mk e9b8929357 Migrate build target markers to keyboard.json - Misc (#23612) 2 years ago
readme.md f98f8eedf0 Consolidate modelm v2 (#14996) 3 years ago
rules.mk e9b8929357 Migrate build target markers to keyboard.json - Misc (#23612) 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 ibm/model_m/mschwingen/led_wired:default
make ibm/model_m/mschwingen/led_ffc:default
make ibm/model_m/mschwingen/led_ws2812:default

flash:

make ibm/model_m/mschwingen/led_wired:default:flash
make ibm/model_m/mschwingen/led_ffc:default:flash
make ibm/model_m/mschwingen/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.