I got a little crazy here. a lot of laptop poop
This commit is contained in:
parent
263d10c080
commit
fab3b36dec
47 changed files with 3726 additions and 189 deletions
|
@ -1,6 +1,6 @@
|
|||
(defcfg
|
||||
;; For Linux
|
||||
input (device-file "/dev/input/by-id/usb-Razer_Razer_BlackWidow_Chroma-if01-event-kbd")
|
||||
input (device-file "/dev/input/by-path/platform-i8042-serio-0-event-kbd")
|
||||
output (uinput-sink "My KMonad output"
|
||||
;; To understand the importance of the following line, see the section on
|
||||
;; Compose-key sequences at the near-bottom of this file.
|
||||
|
@ -23,11 +23,12 @@
|
|||
)
|
||||
|
||||
(defsrc
|
||||
esc mute vold volu prev pp next f7 f8 f9 f10 f11 f12 del
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||
tab q w e r t y u i o p [ ] \
|
||||
lctl a s d f g h j k l ; ' ret
|
||||
lsft z x c v b n m , . / rsft
|
||||
caps lmet lalt spc ralt rmet cmp rctl
|
||||
caps a s d f g h j k l ; ' ret
|
||||
lsft z x c v b n m , . / rsft up
|
||||
lctl fn lmet lalt spc ralt rctl left down rght
|
||||
)
|
||||
|
||||
(deflayer qwerty
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
#+begin_src common-lisp :tangle config.kbd
|
||||
(defcfg
|
||||
;; For Linux
|
||||
input (device-file "/dev/input/by-id/usb-Razer_Razer_BlackWidow_Chroma-if01-event-kbd")
|
||||
input (device-file "/dev/input/by-path/platform-i8042-serio-0-event-kbd")
|
||||
output (uinput-sink "My KMonad output"
|
||||
;; To understand the importance of the following line, see the section on
|
||||
;; Compose-key sequences at the near-bottom of this file.
|
||||
|
@ -206,11 +206,13 @@
|
|||
|
||||
#+begin_src common-lisp :tangle config.kbd
|
||||
(defsrc
|
||||
esc mute vold volu prev pp next f7 f8 f9 f10 sys f12 del
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||
tab q w e r t y u i o p [ ] \
|
||||
lctl a s d f g h j k l ; ' ret
|
||||
lsft z x c v b n m , . / rsft
|
||||
caps lmet lalt spc ralt rmet cmp rctl
|
||||
caps a s d f g h j k l ; ' ret
|
||||
lsft z x c v b n m , . / rsft
|
||||
lctl fn lmet lalt spc ralt rctl left up rght
|
||||
down
|
||||
)
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue