Cleanup Default Keymaps (#5442)
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
This commit is contained in:
committed by
MechMerlin
parent
29bfd634e1
commit
0072fdd799
@@ -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(
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user