Remove keymap_config extern from default keymaps (#7399)
* Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
This commit is contained in:
parent
46606e1ea5
commit
e6b9980bd4
84 changed files with 3 additions and 99 deletions
|
@ -84,7 +84,6 @@ enum glow_modes {
|
|||
uint8_t glow_mode = GLOW_MIN;
|
||||
|
||||
void turn_off_capslock(void);
|
||||
extern keymap_config_t keymap_config;
|
||||
|
||||
// layers, ordering is important!
|
||||
enum layers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue