diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-06 20:04:55 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-06 20:04:55 +0000 |
commit | 0e65e9ad517938edf1849042cd0cb5a2f21b0da2 (patch) | |
tree | 1ab8b30fc276e20b068f2b7a96f53e3b49db3cbc /keyboards/spaceman/2_milk/keymaps/encg/config.h | |
parent | 7fba37db068bb8d2a1dccce013a56f57425c8a74 (diff) | |
parent | 3a69d688f2d9bc18a1e8a1f1951025d107c52855 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/spaceman/2_milk/keymaps/encg/config.h')
-rw-r--r-- | keyboards/spaceman/2_milk/keymaps/encg/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/spaceman/2_milk/keymaps/encg/config.h b/keyboards/spaceman/2_milk/keymaps/encg/config.h new file mode 100644 index 0000000000..4d7e1bb573 --- /dev/null +++ b/keyboards/spaceman/2_milk/keymaps/encg/config.h @@ -0,0 +1,20 @@ +/* Copyright 2020 encg + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#pragma once + +#define UNICODE_SELECTED_MODES UC_MAC, UC_WINC +#define UNICODE_CYCLE_PERSIST true |