Skip to content

Commit

Permalink
remove keymap changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Mar 21, 2020
1 parent ca8df5e commit a36fe6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
8 changes: 0 additions & 8 deletions keyboards/handwired/onekey/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,3 @@
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT( KC_A )
};

void keyboard_post_init_user(void) {
// Customise these values to desired behaviour
debug_enable=true;
debug_matrix=true;
//debug_keyboard=true;
//debug_mouse=true;
}
6 changes: 2 additions & 4 deletions keyboards/handwired/onekey/proton_c/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

#include "config_common.h"

#define MATRIX_COL_PINS { B0 }
#define MATRIX_ROW_PINS { B1 }
#define MATRIX_COL_PINS { A3 }
#define MATRIX_ROW_PINS { A2 }
#define UNUSED_PINS

#define BACKLIGHT_PIN B8
Expand All @@ -28,5 +28,3 @@
#define BACKLIGHT_PAL_MODE 2

#define RGB_DI_PIN A1

#define DEBUG_MATRIX_SCAN_RATE

0 comments on commit a36fe6a

Please sign in to comment.