QMK Bot 4f7a7873c8 [CI] Format code according to conventions (#26000) 5 months ago
..
keymaps 18cca2062e DecenTKL main keyboard (#24702) 1 year ago
atari-font.c 18cca2062e DecenTKL main keyboard (#24702) 1 year ago
config.h 4f7a7873c8 [CI] Format code according to conventions (#26000) 5 months ago
keyboard.json 4f7a7873c8 [CI] Format code according to conventions (#26000) 5 months ago
readme.md 4f7a7873c8 [CI] Format code according to conventions (#26000) 5 months ago
tkl.c 18cca2062e DecenTKL main keyboard (#24702) 1 year ago

readme.md

DecenTKL

A TKL keyboard inspired by the language design of Atari XE and ST computers

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

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

make decent/tkl:default

Flashing example for this keyboard:

make decent/tkl: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 escape key or the button on the back of the Pi while connecting the keyboard.

Special commands

Fn + F1: Open my computer Fn + F2: Browser home Fn + F3: Open calculator Fn + F4: Open media player Fn + F5: Previous media Fn + F6: Next media Fn + F7: Play media Fn + F8: Stop media Fn + F9: Mute Fn + PgUp: Volume up Fn + PgDn: Volume down Fn + 1: Toggle RGB lighting Fn + Up: Next RGB effect Fn + Down: Previous RGB effect Fn + X: Change RGB hue Fn + S: Lower RGB brightness Fn + W: Raise RGB brightness Fn + Left: Lower RGB animation speed Fn + Right: Raise RGB animation speed

Fn + : go into bootloader mode without unplugging the keyboard

Layout

/*
    *   /─────/       /─────/─────/─────/─────/─────/─────/─────/─────/─────/─────/
    *  /Esc  /       /F1   /F2   /F3   /F4   /F5   /F6   /F7   /F8   /F9   /F10  /
    * /─────/       /─────/─────/─────/─────/─────/─────/─────/─────/─────/─────/
    * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┬───┬───┐
    * │ ` │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ - │ = │ Backsp│ │Ins│Hom│PgU│
    * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┼───┼───┤
    * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ [ │ ] │  \  │ │Del│End│PgD│
    * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ └───┴───┴───┘
    * │ Caps │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │  Enter │
    * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤     ┌───┐
    * │ Shift  │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │    Shift │     │ ↑ │
    * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┤ ┌───┼───┼───┐
    * │Ctrl│GUI │Alt │                        │ Alt│ Fn │Menu│Ctrl│ │ ← │ ↓ │ → │
    * └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
*/

When holding Fn down:

/*
    *  /     /       /MyCmp/HomeP/Calc /Media/ ⏮  / ⏭  / ⏯   / ⏹   /Mute /     /
    *
    * │   │💡│   │   │   │   │   │   │   │   │   │   │   │       │ │   │   │V+ │
    * │     │   │🔆│   │   │   │   │   │   │   │   │   │   │BootL│ │   │   │V- │
    * │      │   │🔅│   │   │   │   │   │   │   │   │   │        │
    * │        │   │🎨│   │   │   │   │   │   │   │   │          │     │🗘 │
    * │    │    │    │                        │    │    │    │    │ │㉈ │🗘 │㉏ │
*/