Skip to content

Commit

Permalink
Undefine RESET first if we are on an xx7 device
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Sep 21, 2020
1 parent 7bd5c0c commit 39f52ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quantum/keymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#if defined(PROTOCOL_CHIBIOS)
# define RESET QK_RESET
#endif
// Gross hack, remove me and change RESET keycode to QK_BOOT
#if defined(__AVR_AT90USB647__) || defined(__AVR_AT90USB1287__)
# undef RESET
#endif

#include "quantum_keycodes.h"

Expand Down

0 comments on commit 39f52ba

Please sign in to comment.