Remove obvious user keymaps, keyboards/{b,c}*
edition. (#22693)
This commit is contained in:
parent
f25226453f
commit
d235352504
621 changed files with 0 additions and 40804 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue