diff options
author | Sönke Hahn <soenkehahn@gmail.com> | 2020-10-17 15:09:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 12:09:03 -0700 |
commit | de0153f339a1be8436211bec59f389cedb7b755e (patch) | |
tree | b5d6e57d3c5eb4fd60d2ae468a1178d511c6bc78 /keyboards/moonlander/keymaps/shahn-neo/config.h | |
parent | 3633330e1ade1eaf84ddd621f38a6b771eaafad3 (diff) |
[Keymap] moonlander:shahn-neo (#10667)
* basic keys working
* more stuff
* more stuff
* empty upper layers
* more stuff
* cleanup
* more stuff
* add the letter 'j'
* add '0' to layer 4
* implement umlauts and eszett with menu key as compose key
* add comment
* renamed layout
* change copyright notice
* add separate readme file
Diffstat (limited to 'keyboards/moonlander/keymaps/shahn-neo/config.h')
-rw-r--r-- | keyboards/moonlander/keymaps/shahn-neo/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/moonlander/keymaps/shahn-neo/config.h b/keyboards/moonlander/keymaps/shahn-neo/config.h new file mode 100644 index 0000000000..1fbac32517 --- /dev/null +++ b/keyboards/moonlander/keymaps/shahn-neo/config.h @@ -0,0 +1,19 @@ +/* Copyright 2020 Sönke Hahn <SoenkeHahn@gmail.com> + * + * 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 ORYX_CONFIGURATOR |