mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
format code according to conventions [skip ci]
This commit is contained in:
parent
61b5d0e0c5
commit
efb7f3cc3a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# MCU name
|
||||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Processor frequency.
|
||||
|
|
Loading…
Reference in a new issue