File tree Expand file tree Collapse file tree
users/halcyon_modules/splitkb Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 qmk_repo : vial-kb/vial-qmk
1414 qmk_ref : vial
1515 preparation_command : ' ln -s "$GITHUB_WORKSPACE/converters/promicro_to_halcyon/" qmk_firmware/platforms/chibios/converters/ && cd "$GITHUB_WORKSPACE/keyboards" && find . -type d -name "*_hlc" | while read -r dir; do mkdir -p "$GITHUB_WORKSPACE/qmk_firmware/keyboards/$(dirname "$dir")"; ln -s "$GITHUB_WORKSPACE/keyboards/$dir" "$GITHUB_WORKSPACE/qmk_firmware/keyboards/$dir"; done'
16- # publish:
17- # name: 'QMK Userspace Publish'
18- # uses: qmk/.github/.github/workflows/qmk_userspace_publish.yml@main
19- # if: always() && !cancelled()
20- # needs: build
21- # with:
22- # release_name: "aurora-latest"
16+ publish :
17+ name : ' QMK Userspace Publish'
18+ uses : qmk/.github/.github/workflows/qmk_userspace_publish.yml@main
19+ if : always() && !cancelled()
20+ needs : build
21+ with :
22+ release_name : " aurora-latest"
Original file line number Diff line number Diff line change 2626// Make it easier to enter the bootloader
2727#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
2828
29- #define SERIAL_PIO_USE_PIO1 // Use PIO1 as PIO0 is used for WS2812 driver
29+ // #define SERIAL_PIO_USE_PIO1 // Use PIO1 as PIO0 is used for WS2812 driver
3030
3131//// VIK
3232
4141#define I2C1_SDA_PIN 16
4242#define I2C1_SCL_PIN 17
4343
44+ #undef SPI_DRIVER
45+ #undef SPI_SCK_PIN
46+ #undef SPI_MOSI_PIN
47+ #undef SPI_MISO_PIN
4448#define SPI_DRIVER SPID1
4549#define SPI_SCK_PIN 14
4650#define SPI_MOSI_PIN 15
You can’t perform that action at this time.
0 commit comments