]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/macway/config.h
Merge branch 'lufa'
[max/tmk_keyboard.git] / keyboard / macway / config.h
index 2e68bf252fb0b57e8cf42353b78ac9e347eb3e7f..5503c77e3ad2a6a773a9e8c392ff914e65e72fe1 100644 (file)
@@ -21,10 +21,16 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* controller configuration */
 #include "controller_teensy.h"
 
+
+/* USB Device descriptor parameter */
 #define VENDOR_ID       0xFEED
 #define PRODUCT_ID      0xBEE0
+#define DEVICE_VER      0x0202
 #define MANUFACTURER    t.m.k.
 #define PRODUCT         Macway mod
+
+
+/* message strings */
 #define DESCRIPTION     t.m.k. keyboard firmware for Macway mod
 
 
@@ -44,6 +50,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 )
 
 
+/* layer switching */
+#define LAYER_SWITCH_DELAY 100
+#define LAYER_SEND_FN_TERM 300
+
+
 /* mouse keys */
 #ifdef MOUSEKEY_ENABLE
 #   define MOUSEKEY_DELAY_TIME 192