Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into xap
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Oct 8, 2023
2 parents 6715b98 + 99b5458 commit f94780e
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 f94780e

Please sign in to comment.