mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
8fd8454308
* Add Colemak layout * Add status bar for mods & locks with a custom font * Swap DEL and TAB * Fix media keys and add QMK Configurator layout * Add dead grave accent on <leader>e
6 lines
66 B
C
6 lines
66 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
void render_status_bar(void);
|