zmk
zmk copied to clipboard
feat(shields): Add dumbpad
Add dumbpad macropad.
Board/Shield Check-list
- [x] This board/shield is tested working on real hardware
- [x] Definitions follow the general style of other shields/boards upstream (Reference)
- [x]
.zmk.ymlmetadata file added - [x] Proper Copyright + License headers added to applicable files (Generally, we stick to "The ZMK Contributors" for copyrights to help avoid churn when files get edited)
- [x] General consistent formatting of DeviceTree files
- [ x Keymaps do not use deprecated key defines (Check using the upgrader tool)
- [x]
&pro_microused in favor of&pro_micro_d/aif applicable - [x] Kconfig.defconfig file correctly wraps all configuration in conditional on the shield symbol
- [x]
.conffile has optional extra features commented out - [x] Keyboard/PCB is part of a shipped group buy or is generally available in stock to purchase (OSH/personal projects without general availability should create a zmk-config repo instead)
@Nicell this is ready for review again when you have time.