mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-20 14:23:45 -04:00
6741f9dc26
This adds support for Frank Adams pico_t61 board which is similar to the currently supported converter/thinkpad_t6x/rpi_pico one. Common options and shared default keymap have been moved to the upper directory (keyboards/converter/thinkpad_t6x).
1.5 KiB
1.5 KiB
converter/thinkpad_t6x/pico_t61
This is a converter PCB for Lenovo Thinkpad keyboards from T60, T400 and X200 series, based on the Raspberry Pi Pico W. The QMK implementation here is specific to the converter in the link below. Similar PCB designs to convert a Thinkpad keyboard to USB exist, but they use a different microcontroller and wiring of the keyboard connector with the MCU.
- Keyboard Maintainer: Al En
- Hardware Supported: The linked converter PCB with keyboards from various Thinkpad models
- Hardware Availability: Custom PCB
Make example for this keyboard (after setting up your build environment):
make converter/thinkpad_t6x/pico_t61:default
Flashing example for this keyboard:
make converter/thinkpad_t6x/pico_t61:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
Bootloader
Enter the bootloader in 3 ways:
- Bootmagic reset: Hold down the key at (0,0) in the matrix (`~) and plug in the keyboard
- Physical BOOTSEL button: Hold down the BOOTSEL button on the Raspberry PiPico W and plug the keyboard
- Keycode in layout: Press the key mapped to
QK_BOOTif it is available
