Kieran Levin e5d1f3cfd8 implement backlight and lower power matrix scanning
With this change the 3.3V rail gets down to 22mA
The backlight and power led will auto turn off when the keyboard
SLEEP# goes low, and will resume when the sleep pin goes high.

For some reason WFI does not sleep as long as I would expect.
Something is triggering interrupts constantly
that we need to figure out to save power.

Signed-off-by: Kieran Levin <ktl@frame.work>
2023-06-26 14:43:01 +08:00
..
2023-05-10 18:28:05 +08:00
2023-03-23 14:39:36 +08:00
2023-05-10 18:28:05 +08:00
2023-03-23 13:29:15 +08:00
2023-03-23 13:29:15 +08:00
2023-03-23 13:29:15 +08:00
2023-03-23 13:29:15 +08:00
2023-05-03 17:13:22 +08:00
2023-05-03 17:16:18 +08:00
2023-03-23 13:29:15 +08:00
2023-03-23 13:29:15 +08:00
2023-03-23 13:29:15 +08:00
2023-03-23 13:29:15 +08:00
2023-03-23 13:29:15 +08:00
2023-06-26 14:42:50 +08:00

Framework Laptop 16 Keyboard

Keyboard input modules for the Framework Laptop 16.

Variants

There are 5 different hardware variants with different number of keys and backlight options.

Name Size Backlight Keys
ansi Keyboard RGB/White 78
iso Keyboard White 79
jis Keyboard White 83
numpad Numpad White 21
gridpad Numpad RGB 24

Make example for this keyboard (after setting up your build environment):

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
qmk compile -kb framework/gridpad -km default

Flashing example for the ANSI keyboard:

qmk compile -kb framework/ansi -km default

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:

  • 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
  • On Raspberry Pi Pico: Hold down bootsel button when plugging in
  • Bootmagic reset: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available