Skip to content

Commit

Permalink
partially modernize dactyl_minidox (qmk#21576)
Browse files Browse the repository at this point in the history
* modernize `dactyl_minidox`

* Update config.h

revert RGB_MATRIX conditional
  • Loading branch information
dunk2k authored and zgagnon committed Dec 15, 2023
1 parent 4d7ff64 commit 36c405c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
8 changes: 8 additions & 0 deletions keyboards/handwired/dactyl_minidox/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0x3536",
"device_version": "0.0.3"
},
"features": {
"bootmagic": true,
"console": false,
"command": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"ws2812": {
"pin": "D3"
},
Expand Down
13 changes: 1 addition & 12 deletions keyboards/handwired/dactyl_minidox/rules.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
# AUDIO_ENABLE = yes # Audio output
# This file intentionally left blank

0 comments on commit 36c405c

Please sign in to comment.