Skip to content

Commit

Permalink
RESET key support on Ergodox EZ
Browse files Browse the repository at this point in the history
From: qmk#160
  • Loading branch information
mfilej committed Feb 23, 2016
1 parent 57d5a18 commit 38cd8c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboard/ergodox_ez/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/* Must declare that we have the TEENSY 2.0 chip to have RESET key available. */
#define __AVR_ATmega32U4__

/* key combination for command */
#define IS_COMMAND() ( \
Expand Down

1 comment on commit 38cd8c0

@mfilej
Copy link
Owner Author

@mfilej mfilej commented on 38cd8c0 Apr 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit message wrongly references jackhumbert#160 should be jackhumbert#162 instead.

Please sign in to comment.