qmk_firmware/keyboards/dumbpad
Dicko 29169243a7
[Keyboard] Support for dumbpad_v3x (#18663)
* feat: support for dumbpad_v3x

- all credit goes to
- ref: https://github.com/qmk/qmk_firmware/pull/16285

- included comment from noroadsleft
- ref: https://github.com/qmk/qmk_firmware/pull/16285#pullrequestreview-1038213899

* fix: add newline on every .c, .h, .mk files end

* feat: response to change https://github.com/qmk/qmk_firmware/pull/18663#discussion_r991515821

* feat: response to change https://github.com/qmk/qmk_firmware/pull/18663#discussion_r991516192
2022-10-12 15:19:07 -07:00
..
v0x Merge remote-tracking branch 'upstream/master' into develop 2022-08-15 17:54:07 +10:00
v0x_dualencoder Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956) 2022-08-15 13:30:12 +10:00
v0x_right Merge remote-tracking branch 'upstream/master' into develop 2022-08-15 17:54:07 +10:00
v1x Merge remote-tracking branch 'origin/master' into develop 2022-08-21 22:09:30 +00:00
v1x_dualencoder Merge remote-tracking branch 'upstream/master' into develop 2022-08-15 17:54:07 +10:00
v1x_oled RESET -> QK_BOOT user keymaps (#17940) 2022-08-21 23:55:30 +01:00
v1x_right Merge remote-tracking branch 'upstream/master' into develop 2022-08-15 17:54:07 +10:00
v3x [Keyboard] Support for dumbpad_v3x (#18663) 2022-10-12 15:19:07 -07:00
config.h Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956) 2022-08-15 13:30:12 +10:00
info.json Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956) 2022-08-15 13:30:12 +10:00
readme.md
rules.mk

readme.md

dumbpad

dumbpad

dumbpad is a num/macro pad available in two major form factors - single- and dual-rotary encoder.

  • Single-encoder PCBs are reversible - components can be soldered to either side to allow the encoder to be on either the left or right side.
  • Dual-encoder PCBs come in two versions - one with the encoders in the bottom corners, the otherin the top corners

Support for dumbpad all PCB revisions can be found in this directory.

  • Maintainer: imchipwood
  • PCB repository: dumbpad on github
    • PCB revisions:
      • v0.x - these revisions have two LEDs for layer indication
        • 'v0x': Default setup for single rotary encoder v0.x PCBs
        • 'v0x_right': Same as v0x but with rotary encoder on right side (components on bottom of PCB)
        • 'v0x_dualencoder': Dual-encoder PCBs
      • v1.x - these revisions have three LEDs - two for layer indication, one for numlock indication
        • 'v1x': Default setup for v1.x PCBs with a single rotary encoder on the left side
        • 'v1x_right': Same as v1x but with rotary encoder on right side (components on bottom of PCB)
        • 'v1x_dualencoder': v1x PCB with two rotary encoders