dd60fcda28
* mpstewart dz60 layout * Remove macro aliases from keymap * Remove macro aliases from keymap * Update keyboards/dz60/keymaps/mpstewart/keymap.c * Remove macro aliases from keymap * use AG_TOGG instead of AG_SWAP Also some commentary changes, and a change to one of the layout graphics
6 lines
130 B
C
6 lines
130 B
C
#pragma once
|
|
|
|
// Turn off RGB when computer goes to sleep
|
|
#ifdef RGBLIGHT_ENABLE
|
|
#define RGBLIGHT_SLEEP
|
|
#endif // RGBLIGHT_ENABLE
|