Cleanup Default Keymaps (#5442)

* Cleanup Default Keymaps to conform to QMK Firmware standards

* Minor fixes

* Revert some changes
This commit is contained in:
Drashna Jaelre
2019-03-19 12:57:40 -07:00
committed by MechMerlin
parent 29bfd634e1
commit 0072fdd799
109 changed files with 162 additions and 476 deletions

View File

@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "bmini.h"
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = KEYMAP(

View File

@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KEYMAP_COMMON_H
#include "quantum.h"
#ifdef KEYBOARD_ps2avrGB_bfake
#include "bfake.h"
#endif
#ifdef KEYBOARD_ps2avrGB_bmini_x2
#include "bmini_x2.h"
#endif
#include "bmini.h"
#endif