2023-03-22 20:51:08 -07:00
# Framework Laptop 16 Keyboard
2022-12-15 19:10:32 -08:00
2023-03-22 20:51:08 -07:00
Keyboard input modules for the Framework Laptop 16.
2022-12-15 19:10:32 -08:00
* Keyboard Maintainer: [Daniel Schaefer ](https://github.com/JohnAZoidberg )
2023-07-10 13:35:45 -07:00
* Hardware Supported: Framework Laptop 16 Keyboard, Numpad and Macropad
2023-03-22 20:51:08 -07:00
* Hardware Availability: Soon available at https://frame.work/marketplace
## Variants
There are 5 different hardware variants with different number of keys and
backlight options.
2023-07-10 13:35:45 -07:00
| Name | Size | Backlight | Keys |
| -------- | -------- | ---------- | ---- |
| ansi | Keyboard | RGB/White | 78 |
| iso | Keyboard | White | 79 |
| jis | Keyboard | White | 83 |
| numpad | Numpad | White | 21 |
| macropad | Numpad | RGB | 24 |
2022-12-15 19:10:32 -08:00
Make example for this keyboard (after setting up your build environment):
2023-03-22 22:25:02 -07:00
qmk compile -kb framework/ansi -km default
qmk compile -kb framework/iso -km default
qmk compile -kb framework/jis -km default
qmk compile -kb framework/numpad -km default
2023-07-10 13:35:45 -07:00
qmk compile -kb framework/macropad -km default
2022-12-15 19:10:32 -08:00
2023-03-22 20:51:08 -07:00
Flashing example for the ANSI keyboard:
2022-12-15 19:10:32 -08:00
2023-03-22 22:25:02 -07:00
qmk compile -kb framework/ansi -km default
2022-12-15 19:10:32 -08:00
See the [build environment setup ](https://docs.qmk.fm/#/getting_started_build_tools ) and the [make instructions ](https://docs.qmk.fm/#/getting_started_make_guide ) for more information. Brand new to QMK? Start with our [Complete Newbs Guide ](https://docs.qmk.fm/#/newbs ).
## Bootloader
Enter the bootloader in 3 ways:
2023-03-22 20:51:08 -07:00
* **On Framework Laptop 16 Keyboard**: Hold down left ALT and right ALT while installing the module
* **On Framework Laptop 16 Numpad**: Hold down keys for 2 and 6 while installing the module
2022-12-20 00:09:56 -08:00
* **On Raspberry Pi Pico**: Hold down bootsel button when plugging in
2022-12-15 19:10:32 -08:00
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
2023-03-22 20:51:08 -07:00
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available