qmk_firmware/keyboards/mschwingen/modelm
Johannes H. Jensen 68efea70b2
Add direction to dynamic_macro_record_start_user (#19689)
2023-04-03 13:01:07 +10:00
..
keymaps/default
led_ffc
led_wired
led_ws2812 WS2812 driver improvements (#20262) 2023-03-30 12:21:02 +11:00
config.h Move QMK LUFA bootloader config to data driven (#19879) 2023-02-23 09:20:23 +11:00
info.json Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) 2023-02-08 18:41:46 +11:00
matrix.c
modelm.c Add direction to dynamic_macro_record_start_user (#19689) 2023-04-03 13:01:07 +10:00
modelm.h
post_rules.mk
readme.md
rules.mk Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) 2023-02-08 18:41:46 +11:00

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.