qmk_firmware/keyboards/mschwingen/modelm
2023-04-12 13:42:51 +10:00
..
keymaps/default Deprecate KC_LOCK for QK_LOCK (#18796) 2022-10-21 15:46:10 +01:00
led_ffc
led_wired
led_ws2812 WS2812 driver improvements (#20262) 2023-03-30 12:21:02 +11:00
config.h Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (#20303) 2023-04-06 18:00:54 +10:00
info.json Move single LAYOUTs to data driven (#20365) 2023-04-12 13:42:51 +10:00
matrix.c Fix build failures for mschwingen/modelm (#15987) 2022-01-22 06:12:34 +00:00
modelm.c Add direction to dynamic_macro_record_start_user (#19689) 2023-04-03 13:01:07 +10:00
modelm.h Move single LAYOUTs to data driven (#20365) 2023-04-12 13:42:51 +10:00
post_rules.mk Move non-assignment code to post_rules.mk (#14207) 2021-09-09 21:37:31 -07:00
readme.md Rename keyboard-level readmes to lower-case (#10759) 2020-10-25 15:23:42 +00:00
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00

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.