Skip to content

Commit

Permalink
Fix CI. (qmk#15828)
Browse files Browse the repository at this point in the history
* Fix CI.
  • Loading branch information
tzarc authored Jan 11, 2022
1 parent 012db45 commit be1dcb9
Show file tree
Hide file tree
Showing 43 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion keyboards/idobao/id80/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Defalt to the ansi version
DEFAULT_FOLDER = id80/ansi
DEFAULT_FOLDER = idobao/id80/ansi

# MCU name
MCU = atmega32u4
Expand Down
2 changes: 1 addition & 1 deletion keyboards/marksard/treadstone32/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
LEADER_ENABLE = no

DEFAULT_FOLDER = treadstone32/rev1
DEFAULT_FOLDER = marksard/treadstone32/rev1
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
// If you plug in the USB on the right side, please enable MASTER_RIGHT
// #define RHYMESTONE_RIGHTHAND

#define OLED_FONT_H "keyboards/treadstone48/common/glcdfont.c"
#define OLED_FONT_H "keyboards/marksard/treadstone48/common/glcdfont.c"
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
// If you plug in the USB on the right side, please enable MASTER_RIGHT
// #define RHYMESTONE_RIGHTHAND

#define OLED_FONT_H "keyboards/treadstone48/common/glcdfont.c"
#define OLED_FONT_H "keyboards/marksard/treadstone48/common/glcdfont.c"
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
// If you plug in the USB on the right side, please enable MASTER_RIGHT
// #define RHYMESTONE_RIGHTHAND

#define OLED_FONT_H "keyboards/treadstone48/common/glcdfont.c"
#define OLED_FONT_H "keyboards/marksard/treadstone48/common/glcdfont.c"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

DEFAULT_FOLDER = treadstone48/rev1
DEFAULT_FOLDER = marksard/treadstone48/rev1
4 changes: 2 additions & 2 deletions keyboards/salicylic_acid3/7skb/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.

SPLIT_KEYBOARD = yes

DEFAULT_FOLDER = 7skb/rev1
DEFAULT_FOLDER = salicylic_acid3/7skb/rev1
2 changes: 1 addition & 1 deletion keyboards/salicylic_acid3/getta25/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
OLED_ENABLE = no

DEFAULT_FOLDER = getta25/rev1
DEFAULT_FOLDER = salicylic_acid3/getta25/rev1
2 changes: 1 addition & 1 deletion keyboards/salicylic_acid3/jisplit89/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ AUDIO_ENABLE = no # Audio output

SPLIT_KEYBOARD = yes

DEFAULT_FOLDER = jisplit89/rev1
DEFAULT_FOLDER = salicylic_acid3/jisplit89/rev1
2 changes: 1 addition & 1 deletion keyboards/salicylic_acid3/naked48/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RGB_MATRIX_DRIVER = WS2812

SPLIT_KEYBOARD = yes

DEFAULT_FOLDER = naked48/rev1
DEFAULT_FOLDER = salicylic_acid3/naked48/rev1
2 changes: 1 addition & 1 deletion keyboards/salicylic_acid3/naked60/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ AUDIO_ENABLE = no # Audio output

SPLIT_KEYBOARD = yes

DEFAULT_FOLDER = naked60/rev1
DEFAULT_FOLDER = salicylic_acid3/naked60/rev1
2 changes: 1 addition & 1 deletion keyboards/salicylic_acid3/naked64/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ USE_I2C = no

SPLIT_KEYBOARD = yes

DEFAULT_FOLDER = naked64/rev1
DEFAULT_FOLDER = salicylic_acid3/naked64/rev1
2 changes: 1 addition & 1 deletion keyboards/salicylic_acid3/setta21/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ USE_I2C = no
RGB_MATRIX_ENABLE = no
RGB_MATRIX_DRIVER = WS2812

DEFAULT_FOLDER = setta21/rev1
DEFAULT_FOLDER = salicylic_acid3/setta21/rev1

LAYOUTS = numpad_6x4
File renamed without changes.
2 changes: 1 addition & 1 deletion keyboards/ymdk/ymd75/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFAULT_FOLDER = ymd75/rev1
DEFAULT_FOLDER = ymdk/ymd75/rev1

0 comments on commit be1dcb9

Please sign in to comment.