Simplified and polished a bit the code changes on tmk_core
This commit is contained in:
parent
461dfd4462
commit
9ce38cbccf
5 changed files with 8 additions and 7 deletions
|
@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define BACKLIGHT_COLOR 0x110000
|
||||
|
||||
#define NO_UART 1
|
||||
#define EEPROM_BOOTLOADER_START 1
|
||||
#define BOOTLOADHID_BOOTLOADER 1
|
||||
|
||||
/* key combination for command */
|
||||
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue