[Feature] Key Overrides (#11422)

This commit is contained in:
Jonas Gessner 2021-07-13 19:13:51 +02:00 committed by GitHub
parent 1ae4d52013
commit 52cfc9259b
Failed to generate hash of commit
14 changed files with 984 additions and 3 deletions

View file

@ -514,6 +514,11 @@ enum quantum_keycodes {
// RGB underglow/matrix (continued)
RGB_MODE_TWINKLE,
// Key Overrides
KEY_OVERRIDE_TOGGLE,
KEY_OVERRIDE_ON,
KEY_OVERRIDE_OFF,
// Start of custom keycode range for keyboards and keymaps - always leave at the end
SAFE_RANGE
};