Skip to content

Commit ff9128e

Browse files
committed
Update key colors to be consistent with role
1 parent a689513 commit ff9128e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Macropad_Hotkeys/macros/linux-firefox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
(0x000040, 'Home', [Keycode.CONTROL, 'h']),
2020
(0x000040, 'Private', [Keycode.CONTROL, Keycode.SHIFT, 'p']),
2121
# 4th row ----------
22-
(0x000000, 'Ada', [Keycode.CONTROL, 't', -Keycode.CONTROL,
22+
(0x101010, 'Ada', [Keycode.CONTROL, 't', -Keycode.CONTROL,
2323
'www.adafruit.com\n']), # adafruit.com in a new tab
24-
(0x800000, 'Dev Mode', [Keycode.F12]), # dev mode
24+
(0x000040, 'Dev Mode', [Keycode.F12]), # dev mode
2525
(0x101010, 'Digi', [Keycode.CONTROL, 't', -Keycode.CONTROL,
2626
'digikey.com\n']), # digikey in a new tab
2727
# Encoder button ---

0 commit comments

Comments
 (0)