mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-22 09:05:53 +01:00
0ebec1e411
Discovered the LAYOUT_compact macro didn't compile in QMK Configurator. Realized the reason for that was that it automatically prepends `KC_` to every keycode received. Renamed the macro to LAYOUT_kc so Configurator will ignore it. Also changed the file to use the #pragma once include guard because I was in here anyway.