You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan e648155113
Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)
5 months ago
..
keymaps/default Consolidate modelm v2 (#14996) 1 year ago
led_ffc Consolidate modelm v2 (#14996) 1 year ago
led_wired Consolidate modelm v2 (#14996) 1 year ago
led_ws2812 Consolidate modelm v2 (#14996) 1 year ago
config.h Move `RGBLED_NUM` to data driven (#21278) 11 months ago
info.json Move `RGBLED_NUM` to data driven (#21278) 11 months ago
matrix.c Consolidate modelm v2 (#14996) 1 year ago
mschwingen.c Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570) 5 months ago
mschwingen.h Consolidate modelm v2 (#14996) 1 year ago
post_rules.mk Consolidate modelm v2 (#14996) 1 year ago
readme.md Consolidate modelm v2 (#14996) 1 year ago
rules.mk Dedupe I2C, SPI, UART driver inclusions (#22253) 7 months 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.