Skip to content

Commit d308cf1

Browse files
committed
chore: Test version
1 parent daf6c11 commit d308cf1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Bluejay.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Eep_Pgm_LED_Control: DB DEFAULT_PGM_LED_CONTROL ; EEPROM copy of programmed LE
364364
Eep_Dummy: DB 0FFh ; EEPROM address for safety reason
365365

366366
CSEG AT 1A60h
367-
Eep_Name: DB "Bluejay " ; Name tag (16 Bytes)
367+
Eep_Name: DB "Bluejay (TEST) " ; Name tag (16 Bytes)
368368

369369
CSEG AT 1A70h
370370
Eep_Pgm_Startup_Tune: DB 2,58,4,32,52,66,13,0,69,45,13,0,52,66,13,0,78,39,211,0,69,45,208,25,52,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TAG := $(shell git describe --tags --abbrev=0)
33
VERSION ?= $(TAG)
44

55
# Target parameters
6-
LAYOUTS = A B C D E F G H I J K L M N O P Q R S T U V W Z
7-
MCUS = H L
8-
DEADTIMES = 0 5 10 15 20 25 30 40 50 70 90 120
6+
LAYOUTS = A C F G J M O P Q R S
7+
MCUS = H
8+
DEADTIMES = 0 5 10 15 20 25 30 40 50 70 90
99
PWM_FREQS = 24 48 96
1010

1111
# Example single target

0 commit comments

Comments
 (0)