From 3c0ef04390b3858a0b73707c88e56bb8f65983a9 Mon Sep 17 00:00:00 2001 From: dr-BEat Date: Fri, 6 Mar 2020 09:47:52 +0100 Subject: [Keymap] Dichotomy keymap by beat (#8279) * Added more led helpers * Working keymap * Added new mouse button an made lower layer toggleable * Small improvement to process_record_user * Removed extra layer buttons * Added Numpad to apply layer * Moved buttons and added toggle for raise button * Added Menu,PrintScreen and Windowslock buttons, and left handmouse * Fixed Scroll Buttons * Turned TAPPING TOGGLE to 2 * Switched Del and Ctrl on left hand * Added Home Button to Mouse layer * Fixed led initialization to avoid red led on boot * Updated formatting to follow guidelines * Used enums instead of defines and used layer_state_t type * Added license * Moved TAPPING settings to keymap config * Fixed small formatting issue in keymap.c * Use GPIO Control instead of lowlevel ports --- keyboards/dichotomy/matrix.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'keyboards/dichotomy/matrix.c') diff --git a/keyboards/dichotomy/matrix.c b/keyboards/dichotomy/matrix.c index f14c901288..d93889e6ad 100755 --- a/keyboards/dichotomy/matrix.c +++ b/keyboards/dichotomy/matrix.c @@ -92,9 +92,6 @@ uint8_t matrix_cols(void) { } void matrix_init(void) { - DDRF |= (1<<6); - DDRF |= (1<<5); - DDRD |= (1<<1); matrix_init_quantum(); } -- cgit v1.2.3