2020 February 29 Breaking Changes Update (#8064)

This commit is contained in:
James Young
2020-02-29 12:00:00 -08:00
committed by Florian Didron
parent ae8641748e
commit f01c45ef54
45 changed files with 1478 additions and 571 deletions

View File

@@ -1 +0,0 @@
[""]

View File

@@ -1,12 +0,0 @@
#include QMK_KEYBOARD_H
/* This keyboard/layout is used to test community layout discovery/compilation. */
#define _DEFAULT 0
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_DEFAULT] = LAYOUT (
KC_B
),
};