aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hhkb/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hhkb/config.h')
-rw-r--r--keyboards/hhkb/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/hhkb/config.h b/keyboards/hhkb/config.h
index af7ecc5e2..fc747a6e9 100644
--- a/keyboards/hhkb/config.h
+++ b/keyboards/hhkb/config.h
@@ -49,11 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
49/* Locking resynchronize hack */ 49/* Locking resynchronize hack */
50//#define LOCKING_RESYNC_ENABLE 50//#define LOCKING_RESYNC_ENABLE
51 51
52/* key combination for command */
53#define IS_COMMAND() ( \
54 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
55)
56
57#ifdef HHKB_RN42_ENABLE 52#ifdef HHKB_RN42_ENABLE
58// rn42 support -- acquired from the tmk repo. This is almost certainly not 53// rn42 support -- acquired from the tmk repo. This is almost certainly not
59// integrated with qmk in the correct way. 54// integrated with qmk in the correct way.