Update key colors to be consistent with role
This commit is contained in:
parent
a6895134da
commit
ff9128e6ea
1 changed files with 2 additions and 2 deletions
|
|
@ -19,9 +19,9 @@ app = { # REQUIRED dict, must be named 'app'
|
|||
(0x000040, 'Home', [Keycode.CONTROL, 'h']),
|
||||
(0x000040, 'Private', [Keycode.CONTROL, Keycode.SHIFT, 'p']),
|
||||
# 4th row ----------
|
||||
(0x000000, 'Ada', [Keycode.CONTROL, 't', -Keycode.CONTROL,
|
||||
(0x101010, 'Ada', [Keycode.CONTROL, 't', -Keycode.CONTROL,
|
||||
'www.adafruit.com\n']), # adafruit.com in a new tab
|
||||
(0x800000, 'Dev Mode', [Keycode.F12]), # dev mode
|
||||
(0x000040, 'Dev Mode', [Keycode.F12]), # dev mode
|
||||
(0x101010, 'Digi', [Keycode.CONTROL, 't', -Keycode.CONTROL,
|
||||
'digikey.com\n']), # digikey in a new tab
|
||||
# Encoder button ---
|
||||
|
|
|
|||
Loading…
Reference in a new issue