mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
Merge c0933bc732
into 36b5559b99
This commit is contained in:
commit
ffb79ad0b0
@ -18,6 +18,7 @@
|
|||||||
"rgblight": true
|
"rgblight": true
|
||||||
},
|
},
|
||||||
"qmk": {
|
"qmk": {
|
||||||
|
"tap_keycode_delay": 10,
|
||||||
"locking": {
|
"locking": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"resync": true
|
"resync": true
|
||||||
@ -29,8 +30,6 @@
|
|||||||
},
|
},
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"saturation_steps": 8,
|
|
||||||
"brightness_steps": 8,
|
|
||||||
"led_count": 7,
|
"led_count": 7,
|
||||||
"sleep": true,
|
"sleep": true,
|
||||||
"animations": {
|
"animations": {
|
||||||
|
24
keyboards/draytronics/elise/keymaps/blake_iso/config.h
Normal file
24
keyboards/draytronics/elise/keymaps/blake_iso/config.h
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/*Copyright 2021 Blake Drayson / Draytronics
|
||||||
|
|
||||||
|
Contact info@draytronics.co.uk
|
||||||
|
|
||||||
|
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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
//KVM Specific tweaks to prevent key repeat on wake from sleep.
|
||||||
|
//Please comment out and recompile if you do not wish to use them.
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#define USB_POLLING_INTERVAL_MS 8
|
||||||
|
#define USB_SUSPEND_WAKEUP_DELAY 3000
|
24
keyboards/draytronics/elise/keymaps/default/config.h
Normal file
24
keyboards/draytronics/elise/keymaps/default/config.h
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/*Copyright 2021 Blake Drayson / Draytronics
|
||||||
|
|
||||||
|
Contact info@draytronics.co.uk
|
||||||
|
|
||||||
|
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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
//KVM Specific tweaks to prevent key repeat on wake from sleep.
|
||||||
|
//Please comment out and recompile if you do not wish to use them.
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#define USB_POLLING_INTERVAL_MS 8
|
||||||
|
#define USB_SUSPEND_WAKEUP_DELAY 3000
|
24
keyboards/draytronics/elise/keymaps/default_iso/config.h
Normal file
24
keyboards/draytronics/elise/keymaps/default_iso/config.h
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/*Copyright 2021 Blake Drayson / Draytronics
|
||||||
|
|
||||||
|
Contact info@draytronics.co.uk
|
||||||
|
|
||||||
|
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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
//KVM Specific tweaks to prevent key repeat on wake from sleep.
|
||||||
|
//Please comment out and recompile if you do not wish to use them.
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#define USB_POLLING_INTERVAL_MS 8
|
||||||
|
#define USB_SUSPEND_WAKEUP_DELAY 3000
|
@ -26,7 +26,6 @@ Flashing example for this keyboard:
|
|||||||
|
|
||||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
||||||
|
|
||||||
|
|
||||||
![elise-pcb-top](https://www.draytronics.co.uk/wp-content/uploads/2021/04/Draytronics-Elise-PCB-V1-top.png)
|
![elise-pcb-top](https://www.draytronics.co.uk/wp-content/uploads/2021/04/Draytronics-Elise-PCB-V1-top.png)
|
||||||
|
|
||||||
![elise-pcb-bot](https://www.draytronics.co.uk/wp-content/uploads/2021/04/Draytronics-Elise-PCB-V1-bottom.png)
|
![elise-pcb-bot](https://www.draytronics.co.uk/wp-content/uploads/2021/04/Draytronics-Elise-PCB-V1-bottom.png)
|
||||||
|
Loading…
Reference in New Issue
Block a user