Skip to content

Commit

Permalink
Move macro3 to data-driven (#20046)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper authored Mar 10, 2023
1 parent 943d0ff commit 7be63bb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 34 deletions.
12 changes: 10 additions & 2 deletions keyboards/macro3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@
{"pin_a": "F7", "pin_b": "F6"}
]
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"development_board": "promicro",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"encoder": true
},
"bootmagic": {
"matrix": [0, 3]
},
"matrix_pins": {
"direct": [
["D7", "C6", "D4", "D1"],
Expand Down
19 changes: 0 additions & 19 deletions keyboards/macro3/post_config.h

This file was deleted.

14 changes: 1 addition & 13 deletions keyboards/macro3/rules.mk
Original file line number Diff line number Diff line change
@@ -1,13 +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 = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
# This file intentionally left blank

0 comments on commit 7be63bb

Please sign in to comment.