qmk-firmware/channels.scm
Collin J. Doering 82d35fb65e
Update qmk and guix channels; adjust as necessary
* .envrc: Due to the update of the guix channel in channels.scm, CROSS_LIBRARY_PATH needs to
be set so avr-gcc can find avr-libc.
* channels.scm: Update guix channel.
* keyboards/keebio/levinson/keymaps/rekahsoft/keymap.c: Various updates following rebasing my
changes onto the tip of upstream qmk.
(#include): keymap_steno.h no longer needs to be explicitly included (there is a warning otherwise).
(_ADJUST): Lowered to 6 so that the sizeof my keymap is small, avoiding the check in
quantum/keymap_introspection.c:31 which results in a error "Number of keymap layers exceeds
maximum set by LAYER_STATE_(8|16|32)BIT". Its worth noting that this error can be overcome by
simply commenting out the check in quantum/keymap_introspection.c:31, however, adjusting this
is preferred.
(keymaps): RESET keycode is no longer available. QK_REBOOT effectively replaces it.
2024-11-10 09:50:48 -05:00

12 lines
409 B
Scheme

(list (channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"2394a7f5fbf60dd6adc0a870366adb57166b6d8b")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))