mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
38d8d5445e
* alias KEYMAP to LAYOUT * remove KEYMAP and LAYOUT_kc
8 lines
98 B
C
8 lines
98 B
C
#pragma once
|
|
|
|
#ifdef KEYBOARD_fortitude60_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|