Skip to content

Instantly share code, notes, and snippets.

@katsyoshi
Created May 28, 2019 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katsyoshi/9564c5409ec726f104042460446f69c3 to your computer and use it in GitHub Desktop.
Save katsyoshi/9564c5409ec726f104042460446f69c3 to your computer and use it in GitHub Desktop.
fortitude60 LCTRL mapped CapsLock

qmk_firmware:

https://github.com/katsyoshi/qmk_firmware/tree/master/keyboards/fortitude60/keymaps/katsyoshi

OS: Gentoo Linux

  • Kernel Linux rin 5.1.4-gentoo #1 SMP Sat May 25 15:21:28 JST 2019 x86_64 AMD Ryzen Threadripper 1950X 16-Core Processor AuthenticAMD GNU/Linux

x11 configuration

cat /etc/X11/xorg.conf.d/*
Section "Monitor"
    Identifier "LVDS0"
    Option "DPMS" "false"
EndSection

Section "ServerLayout"
    Identifier "ServerLayout0"
    Option "BlankTime" "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime" "0"
EndSection
Section "Files"
        ModulePath "/usr/lib64/xorg/modules"
EndSection

GCC

$ gcc-config -l
 [1] armv7a-hardfloat-linux-gnueabi-7.3.0
 [2] armv7a-hardfloat-linux-gnueabi-8.2.0 *
 [3] armv7a-hardfloat-linux-gnueabi-8.3.0
 [4] armv7a-hardfloat-linux-gnueabi-9.1.0

 [5] avr-7.3.0 *
 [6] avr-8.2.0
 [7] avr-8.3.0
 [8] avr-9.1.0

 [9] x86_64-pc-linux-gnu-7.4.0
 [10] x86_64-pc-linux-gnu-8.3.0 *
 [11] x86_64-pc-linux-gnu-9.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment