qmk_firmware/keyboards/dumbpad
James Young 4279b14adf
Merge remote-tracking branch 'upstream/master' into develop
Conflicts:
	keyboards/gmmk/pro/ansi/keymaps/jonavin/rules.mk
	keyboards/space_space/rules.mk
2021-08-19 11:32:23 -07:00
..
keymaps [Keyboard] Dumbpad VIA support added (#13512) 2021-08-19 10:39:30 -07:00
v0x Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
v0x_dualencoder Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
v0x_right Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
v1x Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
v1x_dualencoder Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
v1x_right Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
config.h [Keyboard] Dumbpad VIA support added (#13512) 2021-08-19 10:39:30 -07:00
dumbpad.c [Keyboard] Dumbpad VIA support added (#13512) 2021-08-19 10:39:30 -07:00
dumbpad.h [Keyboard] Dumbpad VIA support added (#13512) 2021-08-19 10:39:30 -07:00
info.json [Keyboard] Dumbpad VIA support added (#13512) 2021-08-19 10:39:30 -07:00
readme.md dumbpad refactor - adding support for various PCB revisions (#9259) 2021-03-04 20:25:19 -08:00
rules.mk [Keyboard] Dumbpad VIA support added (#13512) 2021-08-19 10:39:30 -07:00

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