From e5da49ca63a543503b8cad6034b42286aebf534f Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Fri, 2 Nov 2018 12:47:48 -0700 Subject: [PATCH] Add BSD for future compatibility --- quantum/quantum_keycodes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 95e7b4ca99..4722fb07f7 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -456,6 +456,7 @@ enum quantum_keycodes { UNICODE_MODE_OSX, UNICODE_MODE_LNX, + UNICODE_MODE_BSD, UNICODE_MODE_WIN, UNICODE_MODE_WINC, UNICODE_MODE_OSX_RALT,