]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - converter/news_usb/config_pjrc.h
Fix rn42_linked() to use pullup
[tmk_firmware.git] / converter / news_usb / config_pjrc.h
index 5bb0216fe50513587738d3d27537052c2cae0c4d..adce014c9e408ddc9b457feb3812541fdc2775b6 100644 (file)
@@ -18,8 +18,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef CONFIG_H
 #define CONFIG_H
 
-/* controller configuration */
-#include "controller_teensy.h"
 
 #define VENDOR_ID       0xFEED
 #define PRODUCT_ID      0x5021
@@ -33,6 +31,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MATRIX_COLS 8   // keycode bit: 6-4
 
 
+/* legacy keymap support */
+#define USE_LEGACY_KEYMAP
+
+
 /* key combination for command */
 #define IS_COMMAND() ( \
     keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) || \
@@ -40,12 +42,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 )
 
 
-/* mouse keys */
-#ifdef MOUSEKEY_ENABLE
-#   define MOUSEKEY_DELAY_TIME 255
-#endif
-
-
 /* Asynchronous USART
  * 8-data bit, non parity, 1-stop bit, no flow control
  */