qmk-dactyl-manuform-a/keyboards/mschwingen/modelm
Ryan 04b51e381e
Update UART driver API (#14839)
* Add uart_puts() and uart_gets()

* Add some docs

* Rework API

* Formatting

* Update docs/uart_driver.md

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* Simplify a uart_write() loop

* Update platforms/avr/drivers/uart.c

Co-authored-by: Joel Challis <git@zvecr.com>

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2021-11-13 18:23:14 +00:00
..
keymaps/default
led_ffc
led_wired
led_ws2812
config.h Audio system overhaul (#11820) 2021-02-15 09:40:38 +11:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
matrix.c Remove legacy print backward compatiblitly (#11805) 2021-02-06 16:56:13 +00:00
modelm.c Update UART driver API (#14839) 2021-11-13 18:23:14 +00: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 Merge remote-tracking branch 'origin/master' into develop 2021-09-12 05:28:01 +00: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.