qmk_firmware/keyboards/mschwingen/modelm
2022-10-21 15:46:10 +01:00
..
keymaps/default Deprecate KC_LOCK for QK_LOCK (#18796) 2022-10-21 15:46:10 +01:00
led_ffc
led_wired
led_ws2812
config.h Move keyboard USB IDs and strings to data driven: M (#17859) 2022-08-03 17:15:43 +10:00
info.json Move keyboard USB IDs and strings to data driven: M (#17859) 2022-08-03 17:15:43 +10:00
matrix.c Fix build failures for mschwingen/modelm (#15987) 2022-01-22 06:12:34 +00:00
modelm.c Make default layer size 16-bit (#15286) 2022-06-19 07:37:51 +10:00
modelm.h
post_rules.mk Move non-assignment code to post_rules.mk (#14207) 2021-09-09 21:37:31 -07:00
readme.md
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +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.