Skip to content

Commit

Permalink
fix: ANSI now behave properly when changing colors with shortcuts
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Parcet Gonzalez <alexpargon@gmail.com>
  • Loading branch information
alexpargon committed Jan 30, 2025
1 parent f381f3f commit 770cebb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/api/hardware-dygma-raise2-ansi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ const Raise2ANSI: DygmaDeviceType = {
columns: 16,
left: [aFN(0, 7), aFN(16, 23), aFN(32, 39), aFN(48, 55), aFN(64, 72)],
right: [aFN(9, 16), aFN(24, 32), aFN(41, 48), aFN(57, 64), aFN(72, 80)],
ledsLeft: [...aFN(0, 32)],
ledsRight: [...aFN(32, 68)],
ledsLeft: [...aFN(0, 33)],
ledsRight: [...aFN(33, 69)],
},
keyboardUnderglow: {
rows: 4,
columns: 44,
ledsLeft: [...aFN(69, 121)],
ledsRight: [...aFN(121, 175)],
ledsLeft: [...aFN(69, 122)],
ledsRight: [...aFN(122, 176)],
},
RGBWMode: true,
bootloader: false,
Expand Down

0 comments on commit 770cebb

Please sign in to comment.