Joel Challis 5b94990c5a Remove redundant URLs from `.json` (#25856) 7 месяцев назад
..
keymaps 6b38dc17cd Remove deprecated `RGB_` and Mouse keycodes (#25444) 1 год назад
led_ffc e9b8929357 Migrate build target markers to keyboard.json - Misc (#23612) 2 лет назад
led_wired e9b8929357 Migrate build target markers to keyboard.json - Misc (#23612) 2 лет назад
led_ws2812 e9b8929357 Migrate build target markers to keyboard.json - Misc (#23612) 2 лет назад
config.h 208ebf54a9 WS2812 API rework (#24364) 1 год назад
info.json 5b94990c5a Remove redundant URLs from `.json` (#25856) 7 месяцев назад
matrix.c d09a06a1b3 Update GPIO API usage in keyboard code (#23361) 2 лет назад
mschwingen.c a6e931400e Relocate base WS2812 code (#24850) 1 год назад
mschwingen.h f98f8eedf0 Consolidate modelm v2 (#14996) 3 лет назад
post_rules.mk e9b8929357 Migrate build target markers to keyboard.json - Misc (#23612) 2 лет назад
readme.md f98f8eedf0 Consolidate modelm v2 (#14996) 3 лет назад
rules.mk 5bdeb7dad1 Migrate remaining `DEFAULT_FOLDER` to keyboard aliases (#25291) 1 год назад

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.