Skip to content

Commit

Permalink
[Keyboard] add 60_ansi layout to dz60rgb_ansi rules.mk (qmk#18664)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcmags authored Nov 13, 2022
1 parent f3ea659 commit 2e39647
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboards/dztech/dz60rgb_ansi/v1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ BOARD = QMK_PROTON_C
# Bootloader selection
BOOTLOADER = stm32-dfu

LAYOUTS = 60_ansi

# Build Options
# change yes to no to disable
#
Expand Down
2 changes: 2 additions & 0 deletions keyboards/dztech/dz60rgb_ansi/v2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu

LAYOUTS = 60_ansi

# Build Options
# change yes to no to disable
#
Expand Down
2 changes: 2 additions & 0 deletions keyboards/dztech/dz60rgb_ansi/v2_1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ MCU = atmega32u4
BOOTLOADER = lufa-ms
BOOTLOADER_SIZE = 6144

LAYOUTS = 60_ansi

# Build Options
# change yes to no to disable
#
Expand Down

0 comments on commit 2e39647

Please sign in to comment.