1
0
Fork 0

Remove obvious user keymaps, keyboards/{b,c}* edition. (#22693)

This commit is contained in:
Nick Brassel 2023-12-18 16:05:50 +11:00 committed by GitHub
parent f25226453f
commit d235352504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
621 changed files with 0 additions and 40804 deletions

View file

@ -1,26 +0,0 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Keymap _BL: (Base Layer) Default Layer
* ,-----------------.
* |QK_BOOT| 2 | 3 |
* |-----------------|
* |Caps |NmLk |ScLk |
* `-----------------'
*/
[0] = LAYOUT_full(
KC_PSCR, KC_MUTE, LGUI(KC_1),
KC_MPRV, KC_MPLY, KC_MNXT)
};
void matrix_init_user(void) {
//user initialization
}
void matrix_scan_user(void) {
//user matrix
}
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true;
}