qmk_firmware/keyboards/decent/numpad
2024-12-23 22:26:44 -08:00
..
keymaps/default DecenTKL numpad (#24696) 2024-12-23 22:26:44 -08:00
config.h DecenTKL numpad (#24696) 2024-12-23 22:26:44 -08:00
keyboard.json DecenTKL numpad (#24696) 2024-12-23 22:26:44 -08:00
numpad.c DecenTKL numpad (#24696) 2024-12-23 22:26:44 -08:00
readme.md DecenTKL numpad (#24696) 2024-12-23 22:26:44 -08:00

DecenTKL NumPad

A numeric pad to go with the DecenTKL keyboard

This numeric pad also includes a 3-port USB hub, enabling the connection of the TKL keyboard on the back of the pad.

The pad also has two Atari joystick ports.

  • Keyboard Maintainer: Bertrand Le roy
  • Hardware Supported: DecenTKL (RP2040-based)
  • Hardware Availability: Custom built but open-source

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

make decent/numpad:default

Flashing example for this keyboard:

make decent/numpad: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

Press the Num key or the button on the back of the board while connecting the pad.

Special commands

Num + Enter: go into bootloader mode without unplugging the keyboard

Layout

/*
 *    /─────/─────/
 *   /F11  /F12  /
 *  /─────/─────/
 * ┌───┬───┬───┬───┐
 * │Num│ / │ * │ - │
 * ├───┼───┼───┼───┤
 * │ 7 │ 8 │ 9 │ + │
 * ├───┼───┼───┤   │
 * │ 4 │ 5 │ 6 │   │
 * ├───┼───┼───┼───┤
 * │ 1 │ 2 │ 3 │Ent│
 * ├───┴───┼───┤ er│
 * │ 0     │ . │   │
 * └───────┴───┴───┘
 */

While holding the Num key:

/*
 *            /─────────/─────────/
 *           /Shift+F11/Shift+F12/
 *          /─────────/─────────/
 * ┌───────┬───────┬───────┬───────┐
 * │       │       │       │Bright-│
 * ├───────┼───────┼───────┼───────┤
 * │       │ Hue + │       │Bright+│
 * ├───────┼───────┼───────┤       │
 * │Speed -│ Swirl │Speed +│       │
 * ├───────┼───────┼───────┼───────┤
 * │Mode - │ Hue - │Mode + │       │
 * ├───────┴───────┼───────┤BootSel│
 * │ on / off      │       │       │
 * └───────────────┴───────┴───────┘
 */