guix manifest, manjsi popravki
parent
5c47f2e601
commit
77cec189b4
|
@ -41,8 +41,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define MOUSEKEY_DELAY 0
|
||||
#define MOUSEKEY_TIME_TO_MAX 60
|
||||
#define MOUSEKEY_MAX_SPEED 7
|
||||
#define MOUSEKEY_WHEEL_MAX_SPEED 3
|
||||
#define MOUSEKEY_WHEEL_TIME_TO_MAX 40
|
||||
#define MOUSEKEY_WHEEL_DELTA 1
|
||||
#define MOUSEKEY_WHEEL_MAX_SPEED 1
|
||||
#define MOUSEKEY_WHEEL_INTERVAL 200
|
||||
#define MOUSEKEY_WHEEL_TIME_TO_MAX 60
|
||||
|
||||
#define TAPPING_TOGGLE 1
|
||||
|
||||
|
|
|
@ -85,5 +85,5 @@ SLEEP_LED_ENABLE = no
|
|||
API_SYSEX_ENABLE = no
|
||||
RGBLIGHT_ENABLE = no
|
||||
|
||||
# Fix za soft reest
|
||||
# Fix za soft reset
|
||||
BOOTLOADER = caterina
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
(use-modules (gnu packages avr)
|
||||
(gnu packages flashing-tools)
|
||||
(gnu packages firmware))
|
||||
|
||||
(packages->manifest (list (make-avr-toolchain) dfu-programmer qmk))
|
|
@ -1,9 +1,10 @@
|
|||
# Balthazar keyboard firmware
|
||||
# Dactyl firmware
|
||||
|
||||
Modification of [https://docs.qmk.fm/#/ QMK firmware] for the [https://balthazar.space/wiki/Balthazar Balthazar personal computing device].
|
||||
Made @ Ljudmila
|
||||
|
||||
We have based our keyboard development following the Open Sourced [https://github.com/adereth/dactyl-keyboard Parameterized ergonomic keyboard] done by Matt Adereth
|
||||
and modified for our developement by Balthazar team. [https://github.com/g1smo/balthazar_dactyl Here] you can find our detailed documentation on a current modification.
|
||||
https://wiki.ljudmila.org/Tipkovnica_dactyl
|
||||
|
||||
Variant: g1smo's dactyl manuform 6x6 keys
|
||||
|
||||
# Quantum Mechanical Keyboard Firmware
|
||||
|
||||
|
|
Loading…
Reference in New Issue