add debug stub

This commit is contained in:
Marius Alwan Meyer 2023-04-12 14:36:38 +00:00
parent bd9892266c
commit 442dd5a47f

View File

@ -64,6 +64,14 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};
void keyboard_post_init_user(void) {
// Customise these values to desired behaviour
//debug_enable=true;
//debug_matrix=true;
//debug_keyboard=true;
//debug_mouse=true;
}
oled_rotation_t oled_init_user(oled_rotation_t rotation) {
if (!is_keyboard_master()) {
return OLED_ROTATION_0; // flips the display 180 degrees if offhand