Skip to content

Commit cfe1842

Browse files
committed
test
1 parent 4864e3f commit cfe1842

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Bluejay.asm

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

362362
CSEG AT 1A60h
363-
Eep_Name: DB "Bluejay (BETA) " ; Name tag (16 Bytes)
363+
Eep_Name: DB "Bluejay (TEST) " ; Name tag (16 Bytes)
364364

365365
CSEG AT 1A70h
366366
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)