diff options
| author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-14 19:28:00 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-06-14 19:28:00 -0700 |
| commit | 85d4c15a654b0244aa80f27f3bc3a1f346ae32fe (patch) | |
| tree | 2328994774153c80ae25e3a82037b409e1ccec6a /keyboards/clueboard/2x1800/keymaps/macroboard/keymap.c | |
| parent | 82cf0dd7e2ed3abd385a5969a9dae1d54867bcc8 (diff) | |
| download | qmk_firmware-85d4c15a654b0244aa80f27f3bc3a1f346ae32fe.tar.gz qmk_firmware-85d4c15a654b0244aa80f27f3bc3a1f346ae32fe.zip | |
Clueboard 2x1800 Refactor (#3179)
* Readme cleanup
* Refactor: matrices and info.json
* Refactor: keymaps
* Moved xyverz config.h
Diffstat (limited to 'keyboards/clueboard/2x1800/keymaps/macroboard/keymap.c')
| -rw-r--r-- | keyboards/clueboard/2x1800/keymaps/macroboard/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/clueboard/2x1800/keymaps/macroboard/keymap.c b/keyboards/clueboard/2x1800/keymaps/macroboard/keymap.c index 2d8ef349e..f69ed801e 100644 --- a/keyboards/clueboard/2x1800/keymaps/macroboard/keymap.c +++ b/keyboards/clueboard/2x1800/keymaps/macroboard/keymap.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "2x1800.h" | 16 | #include QMK_KEYBOARD_H |
| 17 | 17 | ||
| 18 | enum custom_keycodes { | 18 | enum custom_keycodes { |
| 19 | MACRO01 = SAFE_RANGE, | 19 | MACRO01 = SAFE_RANGE, |
