]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - converter/m0110_usb/config.h
Revert lufa/lufa.c
[tmk_firmware.git] / converter / m0110_usb / config.h
index 2f63a3a490e5183f3fd7eac10a6d725caa354484..801bc4ebfa9779c09d72b917e2bbc73086edab7b 100644 (file)
@@ -32,10 +32,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MATRIX_COLS 8
 
 
-/* legacy keymap support */
-#define USE_LEGACY_KEYMAP
-
-
 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
 #define LOCKING_SUPPORT_ENABLE
 /* Locking resynchronize hack */
@@ -48,15 +44,19 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LALT) | MOD_BIT(KC_LCTL)) \
 )
 
+/* boot magic key */
+#define BOOTMAGIC_KEY_SALT                      KC_FN0
+#define BOOTMAGIC_KEY_CAPSLOCK_TO_CONTROL       KC_LCAP
+
 
 /* ports */
 #define M0110_CLOCK_PORT        PORTD
 #define M0110_CLOCK_PIN         PIND
 #define M0110_CLOCK_DDR         DDRD
-#define M0110_CLOCK_BIT         0
+#define M0110_CLOCK_BIT         1
 #define M0110_DATA_PORT         PORTD
 #define M0110_DATA_PIN          PIND
 #define M0110_DATA_DDR          DDRD
-#define M0110_DATA_BIT          1
+#define M0110_DATA_BIT          0
 
 #endif