qmk-dactyl-manuform-a/keyboards/dumbpad
James Young 84ea77ead6
Remove `BOOTMAGIC_ENABLE = lite` option (#15002)
* remove BOOTMAGIC_ENABLE=lite setting

* change keyboard BOOTMAGIC_ENABLE rules

Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

* change keyboard BOOTMAGIC_ENABLE inline comments

Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite".

* change keymap BOOTMAGIC_ENABLE rules

Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

* change keymap BOOTMAGIC_ENABLE inline comments

Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".

* change layout/user BOOTMAGIC_ENABLE rules/comments

Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".

* update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/

* remove docs references to Full Bootmagic

* convert data-driven Bootmagic Lite instances

* remove Bootmagic Lite bodge from data-driven generation

* Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a

* update docs/ja/config_options.md per mtei

* update docs/faq_misc.md per mtei

Remove remaining Full Bootmagic reference.
2021-11-05 08:18:09 +11:00
..
v0x Remove `BOOTMAGIC_ENABLE = lite` option (#15002) 2021-11-05 08:18:09 +11:00
v0x_dualencoder Remove `BOOTMAGIC_ENABLE = lite` option (#15002) 2021-11-05 08:18:09 +11:00
v0x_right Remove `BOOTMAGIC_ENABLE = lite` option (#15002) 2021-11-05 08:18:09 +11:00
v1x Remove `BOOTMAGIC_ENABLE = lite` option (#15002) 2021-11-05 08:18:09 +11:00
v1x_dualencoder Remove `BOOTMAGIC_ENABLE = lite` option (#15002) 2021-11-05 08:18:09 +11:00
v1x_right Remove `BOOTMAGIC_ENABLE = lite` option (#15002) 2021-11-05 08:18:09 +11:00
config.h Revert "[Keyboard] Dumbpad VIA support added (#13512)" 2021-08-19 21:21:00 -07:00
readme.md dumbpad refactor - adding support for various PCB revisions (#9259) 2021-03-04 20:25:19 -08:00
rules.mk Revert "[Keyboard] Dumbpad VIA support added (#13512)" 2021-08-19 21:21:00 -07:00

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