/amc48k

Ortholinear 48 key keyboard.

Primary LanguageOpenSCADGNU General Public License v3.0GPL-3.0

AMC48K

48 key Ortholinear keyboard.

screenshot

  • RP2040 promicro.
  • 48 RGB leds
  • Rotary encoder
  • 3D printed case, and plate.

screenshot

How to Build

  • Components required.
  • PCB created using kicad
  • Case 3d printed. Created using openscad.

QMK Features

  • Caps word (tap both shift to activate next word caps lock)
  • Mouse emulation
    • FN "Arrow keys"
  • Dynamic Macros: Record and Replay Macros in Runtime
    • Lower "a" record 1
    • Lower "z" play 1
    • Lower "s" record 2
    • Lower "x" play 2
    • Lower "d" Stop recording

Other stuff...

RP2040 startup

Double tap bootmode This is enabled be default.

ANSI vs ISO backslash

I use a UK (ISO) keyboard layout in the OS, however the keycaps are US (ANSI) style

  • KC_NONUS_BACKSLASH KC_NUBS Non-US \ and | ✔ ✔ ✔
  • KC_BACKSLASH KC_BSLS \ and | ✔ ✔ ✔
  • KC_NONUS_HASH KC_NUHS Non-US # and ~ ✔ ✔ ✔

to do

  • Rotary encoder