diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-06-21 10:21:43 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-21 10:21:43 -0400 |
| commit | a8375fa15a6ca9285eb15ae89bcda898349e06f8 (patch) | |
| tree | 2f8d823848eeb968b7bdb233fc8b4a222289d488 /keyboard/planck/keymaps/cbbrowne/keymap.c | |
| parent | c976c03547e069d76bb26577fbbfc29c894d17fa (diff) | |
| download | qmk_firmware-a8375fa15a6ca9285eb15ae89bcda898349e06f8.tar.gz qmk_firmware-a8375fa15a6ca9285eb15ae89bcda898349e06f8.zip | |
updates all config.h and Makefiles to correct references, text
Diffstat (limited to 'keyboard/planck/keymaps/cbbrowne/keymap.c')
| -rw-r--r-- | keyboard/planck/keymaps/cbbrowne/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/planck/keymaps/cbbrowne/keymap.c b/keyboard/planck/keymaps/cbbrowne/keymap.c index 7fe391ec5..14a5be170 100644 --- a/keyboard/planck/keymaps/cbbrowne/keymap.c +++ b/keyboard/planck/keymaps/cbbrowne/keymap.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #ifdef BACKLIGHT_ENABLE | 2 | #ifdef BACKLIGHT_ENABLE |
| 3 | #include "backlight.h" | 3 | #include "backlight.h" |
| 4 | #endif | 4 | #endif |
| 5 | #include "config_user.h" | 5 | #include "config.h" |
| 6 | #include "quantum.h" | 6 | #include "quantum.h" |
| 7 | 7 | ||
| 8 | /* Each layer is given a name to aid in readability, which is then | 8 | /* Each layer is given a name to aid in readability, which is then |
