qmk_firmware/keyboards/3w6/rev2
Ryan d09a06a1b3
Update GPIO API usage in keyboard code (#23361)
2024-05-03 15:21:29 +10:00
..
keymaps/default_pimoroni Remove `quantum.h` includes from keyboard code (#23394) 2024-04-03 10:44:25 +11:00
config.h Debounce defines cleanup (#19742) 2023-02-03 19:19:58 +00:00
keyboard.json Migrate build target markers to keyboard.json - 0AB (#23488) 2024-04-12 23:34:44 +01:00
matrix.c Update GPIO API usage in keyboard code (#23361) 2024-05-03 15:21:29 +10:00
readme.md [Keyboard] add 3w6 (#13746) 2021-08-19 11:13:00 -07:00
rev2.c Move single `LAYOUT`s to data driven (#20365) 2023-04-12 13:42:51 +10:00
rules.mk Migrate build target markers to keyboard.json - 0AB (#23488) 2024-04-12 23:34:44 +01:00

readme.md

3W6

3W6_rev2 3W6_rev2

The 3w6 is a low profile, split ortholinear keyboard with 36 keys.

  • Rev2:
    • onboard microcontroller (ATMega32U4)
    • USB-C connector Board <-> PC
    • USB-C connectors between both split halfs
    • choc spacing (18x17mm)
    • aggressive pinky stagger
    • support for Choc V1 switches
    • files for midplate (1.6 to 2mm)
    • support for Pimoroni Trackball instead of outer thumb switch on right half, needs midplate
    • mounting holes for Tenting Puck, only usable without mid or switchplate

  • Keyboard Maintainer: weteor
  • Hardware Supported:
    • 3w6 rev2 (with Pimoroni support)
  • Hardware Availability:

To reach the bootloader, connect the board to the PC and push the reset button on left half.

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

make 3w6/rev2:default
make 3w6/rev2:default_pimoroni

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.