Model M Phosphorglow Colossus to QMK?

fms

22 Jul 2022, 07:30

Hello everyone! it's been a while, but I am still rocking my Model M modded by Maxx. I wanted to change the layout to the keyboard and I was wondering if it Would be possible to run QMK on his board? or is it better to get a new controller with QMK on it? any recommendations ? :)
IMG_1662.jpg
IMG_1662.jpg (899.08 KiB) Viewed 2287 times


The controller on mine says Colossus 1.0 and I found colossus repos at github https://github.com/phosphorglow/model_m_colossus

IMG_1657.jpg
IMG_1657.jpg (821.59 KiB) Viewed 2287 times
IMG_1658.jpg
IMG_1658.jpg (1.01 MiB) Viewed 2287 times

User avatar
Muirium
µ

22 Jul 2022, 11:33

You can definitely run other firmwares on Colossus. I’ve been running mine on Soarer’s Controller ever since I got it! The hardware behaves just like a Teensy 2.

fms

05 Dec 2022, 07:39

That is great to hear! I have used soarers converter on other devices but I've not tried the controller yet.

Could it be possible for you to share your configuration file? :D

User avatar
Muirium
µ

05 Dec 2022, 10:12

Sure. Here's my full config for the SSK, in my own preferred Mac layout:

Code: Select all

# Simplified SSK with Phosphor's Controller running Soarer
# For use with Karabiner rather than its own jiggery-pokery
# Now including fn' Fn key on Right Alt for G-mousepad action

layerblock
	Fn1	1
end

matrix
	scanrate 1
	strobe_mode 0
	sense_polarity 0
	debounce 4
	blocking 1
	debounce_method 0
	sense_delay 1
	sense      PA4        PA5        PA6        PA7        PC7        PC6        PC5        PC4        PC3        PC2        PC1        PC0        PE1        PE0        PD7        PD5
	strobe PB5 unassigned unassigned unassigned unassigned unassigned B          Space      N          unassigned unassigned Slash      Down       Right      unassigned Left       RGui
	strobe PB6 Fn1        RShift     Z          X          C          v          Enter      M          Comma      Period     unassigned unassigned unassigned unassigned Volume_Up  unassigned
	strobe PB7 unassigned unassigned A          S          D          F          Backslash  J          K          L          Semicolon  unassigned unassigned unassigned unassigned unassigned
	strobe PE4 unassigned unassigned Q          W          E          R          unassigned U          I          O          P          unassigned unassigned unassigned unassigned Volume_Down
	strobe PE5 unassigned unassigned 1          2          3          4          F10        7          8          9          0          F11        F12        Page_Down  End        Mute
	strobe PD0 LAlt       unassigned Back_Quote F1         F2         5          F9         6          Equal      F8         Minus      Delete     Insert     Page_Up    Home       unassigned
	strobe PD1 unassigned LShift     Tab        LCtrl      F3         T          Backspace  Y         Right_Brace F7         Left_Brace unassigned unassigned unassigned unassigned unassigned
	strobe PD4 unassigned unassigned Esc        unassigned F4         G          F5         H          F6         unassigned Quote      unassigned unassigned unassigned Up         LGui

	led Caps 		-PB4
	led Scroll 	-PB3
	led Num 		-PB2
end

remapblock
layer 1
	r		pad_7
	t		pad_8
	y		pad_9
	f		pad_4
	g		pad_0
	h		pad_6
	v		pad_1
	b		pad_2
	n		pad_3
	z		pad_0
	x		pad_period
	c		pad_0 
	u		pad_minus
	j		pad_plus
	
	up		pad_8
	left	pad_4
	right	pad_6
	down	pad_2
	
	Enter	pad_0
endblock
Edit as you like. :D

Post Reply

Return to “Keyboards”