Update keymap.c

This commit is contained in:
TreasureTypes 2025-03-05 10:33:48 +01:00 committed by GitHub
parent 911232276b
commit 6c82ca81a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,8 @@
/* Copyright 2025 Treasure
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
// define combo names
@ -93,4 +98,4 @@ void process_combo_event(uint16_t combo_index, bool pressed) {
}
break;
}
}
}