diff options
author | tmk <nobody@nowhere> | 2013-07-24 00:43:40 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-07-24 00:43:55 +0900 |
commit | c7d309e34bf5d05f245811389bea495d814e2111 (patch) | |
tree | 5812fd31a0c58c74d252bb638a736ee133cfa7c0 /keyboard/hhkb | |
parent | 7e5081b5a8f2c6e0c3c8d2dc73717c0b3597ef84 (diff) | |
parent | 05225dd9d8b666fec75ff5f1824f82fdfe7c0a77 (diff) |
Merge branch 'bootmagic_salt'(Fix issue #41)
Diffstat (limited to 'keyboard/hhkb')
-rw-r--r-- | keyboard/hhkb/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h index 613e66d138..8c93f97da5 100644 --- a/keyboard/hhkb/config.h +++ b/keyboard/hhkb/config.h @@ -59,6 +59,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define TAPPING_TOGGLE 5 +/* Boot Magic salt key: Space */ +#define BOOTMAGIC_KEY_SALT KC_FN6 + /* * Feature disable options * These options are also useful to firmware size reduction. |