qmk-firmwares/keyboards/dumbpad
Joel Challis 99cd0b13e1
Refactor some led_set_kb instances (#19179)
* Refactor some led_set_kb instances

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
2022-12-09 01:42:22 +00:00
..
v0x Deprecate KC_LOCK for QK_LOCK (#18796) 2022-10-21 15:46:10 +01:00
v0x_dualencoder
v0x_right Deprecate KC_LOCK for QK_LOCK (#18796) 2022-10-21 15:46:10 +01:00
v1x Refactor some led_set_kb instances (#19179) 2022-12-09 01:42:22 +00:00
v1x_dualencoder Refactor some led_set_kb instances (#19179) 2022-12-09 01:42:22 +00:00
v1x_oled Remove more UNUSED_PINS defines (#18940) 2022-11-03 17:42:19 +00:00
v1x_right Refactor some led_set_kb instances (#19179) 2022-12-09 01:42:22 +00:00
v3x Fixup dumbpad/v3x (#18692) 2022-10-13 18:26:42 +01:00
config.h
info.json
readme.md
rules.mk

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