keyboards/decent/numpad/readme.md
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.
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.
Press the Num key or the button on the back of the board while connecting the pad.
Num + Enter: go into bootloader mode without unplugging the keyboard
/*
* /─────/─────/
* /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 │ │ │
* └───────────────┴───────┴───────┘
*/