add debug stub

This commit is contained in:
Marius Alwan Meyer 2023-04-12 14:36:38 +00:00
parent 0599536f37
commit a09e0ecdf2

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) { oled_rotation_t oled_init_user(oled_rotation_t rotation) {
if (!is_keyboard_master()) { if (!is_keyboard_master()) {
return OLED_ROTATION_0; // flips the display 180 degrees if offhand return OLED_ROTATION_0; // flips the display 180 degrees if offhand