diff options
author | jtcarrasco <5018598+jtcarrasco@users.noreply.github.com> | 2018-12-05 15:13:31 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-05 15:13:31 -0800 |
commit | 04de0533b8559c5e8d30508a4a4a786b327d970c (patch) | |
tree | 4130ea947f7fbeda0aac7d993d626af5a875874d /keyboards/xd75/keymaps/revok75/config.h | |
parent | 368de26996fbd54eefbf54c567a90bf0d81e20c7 (diff) | |
download | qmk_firmware-04de0533b8559c5e8d30508a4a4a786b327d970c.tar.gz qmk_firmware-04de0533b8559c5e8d30508a4a4a786b327d970c.zip |
Keymap: Jtcarrasco (#4513)
* my XD75 builds for idobo and XD75
these are my xd75 layouts for the 2 versions of the board
* clearing of free space
spring cleaning
* additional cleaning
more spring cleaning
* removed lighting commands
don't need lighting on the idobo board so removal of such commands to keep the sizing down
* update for readme.md
* Update config.h
* commiting with keymap erros on idobo for review
* syntax fix for idobo and xd75 revok75, addition of del key switch on fn layer
* config edit to config user and keymap QMK_KEYBOARD_H
* update to vol controls for both idobo and xd75 for revok75 keymap
* filename changes
Diffstat (limited to 'keyboards/xd75/keymaps/revok75/config.h')
-rw-r--r-- | keyboards/xd75/keymaps/revok75/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/revok75/config.h b/keyboards/xd75/keymaps/revok75/config.h new file mode 100644 index 0000000000..a5484876ef --- /dev/null +++ b/keyboards/xd75/keymaps/revok75/config.h @@ -0,0 +1,20 @@ +/* Copyright 2017 Benjamin Kesselring + * + * 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 + +// place overrides here +#undef BACKLIGHT_BREATHING |