<?xml version="1.0" encoding="utf-8" ?>
<!-- Generator="Tatter Tools Classic Officical Release" -->
<rss version="2.0" xmlns:content="https://purl.org/rss/1.0/modules/content/" xmlns:wfw="https://wellformedweb.org/CommentAPI/" xmlns:dc="https://purl.org/dc/elements/1.1/">
<channel>
<title>Ohyung Blog</title>
<link>https://ohyung.net/</link>
<description>나홀로 즐기는 이야기</description>
<copyright>Copyright ⓒ Ohyung. All rights reserved</copyright>
<language>ko</language>
<generator>Tatter Tools Classic Officical Release</generator>
<pubDate>Mon, 08 Jun 2026 22:20:02 +0900</pubDate>
<item>
<title>OhCap 구현 - 회사에서 쓸 수 있는 캡쳐 프로그램</title>
<link>https://ohyung.net/853</link>
<description><![CDATA[ <p>딸깍은 아니지만...</p><p><br></p><p>안티그래비티가 놀고 있길래 이것저것 만들다가</p><p>회사에서 쓰기 편한 Oh! Capture.</p><p><br></p><p>기존엔 Faststone Capture 썼었는데 그냥 자주 쓰는 기능만 추가.</p><p><br></p><p>프로그램 내 윈도우 찾아서 영역 선택 캡쳐 -&gt; 원하는 부분 크롭 및 박스 처리 -&gt; 테두리+그림자 설정</p><p>포탈 메일이나 컨플에 붙여 넣기 편함.</p><p><br></p><p>Auto trim 으로 대충 잘랐다가 배경 삭제도 추가. 글자 앞뒤 공백 지우듯.</p><p><br></p><p>진짜 이렇게 개발에 대한 접근이 편해지만 나... 나중에 뭐 해 먹고 살지?</p><p><br></p><div class="se-component se-image-container __se__float-center"><figure style=""><a href="https://ohyung.net/attach/0608/260608221534894929/450694_6a26c0946e092.png" rel="lightbox" data-image-link="image"><img src="../attach/0608/260608221534894929/450694_6a26c0946e092.png" alt="" data-rotate="" data-proportion="true" data-size="," data-align="center" data-percentage="auto,auto" data-file-name="image.png" data-file-size="46212" data-origin="," style="border: 1px solid rgb(0, 0, 0); padding: 2px;"></a></figure></div>]]></description>
<category>Tech</category>
<category>캡쳐</category>
<category>프로그램</category>
<category>Oh!</category>
<category>Cap</category>
<category>capture</category>
<category>프로그램</category>
<category>AI</category>
<author>Ohyung</author>
<dc:creator>Ohyung</dc:creator>
<guid isPermaLink="false">https://ohyung.net/853</guid>
<pubDate>Mon, 08 Jun 2026 22:20:01 +0900</pubDate>
</item>
<item>
<title>OhFile 구현</title>
<link>https://ohyung.net/852</link>
<description><![CDATA[ <p class="">지금까지 다양한 파일 매니저를 써왔다. 하지만 늘 쓰지 않는 기능이 너무 많고 무겁게 느껴졌다.</p><p> "AI 딸깍으로 핵심 기능만 넣어서 가볍게 직접 만들자"라는 생각으로 <strong>OhFile</strong> 개발을 시작했다.</p><p> C# WPF 기반으로 작성했다.</p><p><br></p><div class="se-component se-image-container __se__float-center"><figure style=""><a href="https://ohyung.net/attach/0505/260505160654711836/7213170.png" rel="lightbox" data-image-link="image"><img src="../attach/0505/260505160654711836/7213170.png" alt="" data-proportion="true" data-align="center" data-size="," data-file-name="7213170.png" data-file-size="0" origin-size="3840,2100" data-origin="1301px,712px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto; border: 1px solid rgb(0, 0, 0); padding: 2px;"></a></figure></div><p><br></p><h2>AI가 바꾼 개발 환경</h2><p class="">이번 개발은 AI 어시스턴트를 적극 활용했다. 요구사항을 던지면 비동기 처리나 WPF 바인딩 같은 보일러플레이트 코드를 순식간에 구조화해 주었다. 단순 코드 생성을 넘어 성능 보틀넥이나 예외 처리까지 함께 조율하는 파트너 역할을 했다. 덕분에 개발 생산성이 비약적으로 올라갔고 코딩이 정말 편해졌다.</p><h2><br></h2><h2>필요한 기능만 담은 미니멀리즘</h2><p class="">기존 도구들의 무거운 거품을 빼고 자주 쓰는 기능 위주로 구현했다.</p><ul><li><strong>키보드 중심 탐색</strong>: 마우스 없이 빠르게 디렉토리를 이동하고 파일 실행.</li><li><strong>단축키 드라이브 이동</strong>: 한글 입력 상태에서도 <code>Shift + C, D, E</code> 키로 즉시 드라이브 이동.</li><li><strong>시각적 직관성</strong>: 불필요한 열 구분선을 없애고 파일명, 확장자, 크기, 날짜를 4단으로 깔끔하게 배치.</li><li><strong>실시간 옵션 반영</strong>: 글꼴 스타일, 줄간격, 행 구분선 설정을 바꾸면 메인 화면에 즉시 적용.</li></ul><h2><br></h2><h2>앞으로의 계획</h2><p class="">현재 버전도 일반적인 폴더 탐색에는 문제가 없다. 하지만 파일이 수만 개 이상 있는 대용량 디렉토리에서는 렌더링 부하가 생길 수 있다. 앞으로 <strong>WPF UI 가상화(Virtualization)를 더 강화</strong>할 예정이다. 레이아웃 연산과 메모리 효율을 극대화하여 대용량 목록도 지연 없이 스크롤할 수 있도록 개선할 계획이다.</p><h2><br></h2><h2>마치며</h2><p class="">나에게 딱 맞춘 도구를 만들어 쓰는 것은 즐거운 경험이다. 이제는 AI 덕분에 아이디어를 실체화하는 시간이 대폭 단축되었다. 가상화 최적화를 마치는 대로 다시 성능 개선 결과를 정리해 보겠다.</p>]]></description>
<category>Tech</category>
<author>Ohyung</author>
<dc:creator>Ohyung</dc:creator>
<guid isPermaLink="false">https://ohyung.net/852</guid>
<pubDate>Mon, 25 May 2026 20:22:56 +0900</pubDate>
</item>
<item>
<title>MMD KM16 Pro 세팅 VIA</title>
<link>https://ohyung.net/851</link>
<description><![CDATA[ <p>MMD KM16 Pro</p><p><br></p><p><a target="_blank" href="https://xavsp6jplz.feishu.cn/wiki/REn6w7dMpi71PQkFCvlcIYainDd">https://xavsp6jplz.feishu.cn/wiki/REn6w7dMpi71PQkFCvlcIYainDd</a>​<br></p><p><a target="_blank" href="https://xavsp6jplz.feishu.cn/wiki/Z9QswOPfHikttNkrOc5cnseenPb"></a></p><p>​<a target="_blank" href="https://xavsp6jplz.feishu.cn/wiki/IYgswxgCoiG5vgkT7UrcnRNvnEh">https://xavsp6jplz.feishu.cn/wiki/IYgswxgCoiG5vgkT7UrcnRNvnEh</a>​<br></p><p><a target="_blank" href="https://drive.google.com/drive/folders/1wkeYxVRAO2gPnYHA4TLQHMwPQxpm7i3q">https://drive.google.com/drive/folders/1wkeYxVRAO2gPnYHA4TLQHMwPQxpm7i3q</a></p><p><a target="_blank" href="https://drive.google.com/drive/folders/1wkeYxVRAO2gPnYHA4TLQHMwPQxpm7i3q"><br></a></p><p>알리 구매</p><p>노브 중 하나 토글 TO(0) -&gt; TO(1) -&gt; TO(2) -&gt;&nbsp;TO(0)로 전환 순환&nbsp;</p><p>3번 레이어는 특수 키들.</p><p><br></p><p>예전에 쓰던&nbsp;Sikai 12 Key&nbsp;+ 3 Knob 제품이 고장 나서&nbsp;VIA 되는 걸로 구매.</p><p><br></p><div class="se-component se-image-container __se__float-center"><figure style=""><a href="https://ohyung.net/attach/0329/260329230203125029/2947460.png" rel="lightbox" data-image-link="image"><img src="../attach/0329/260329230203125029/2947460.png" alt="" data-proportion="true" data-align="center" data-size="," data-file-name="2947460.png" data-file-size="0" origin-size="626,5332" data-origin="626px,5332px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto; border: 1px solid rgb(0, 0, 0); padding: 2px;"></a></figure></div>]]></description>
<category>Tech</category>
<category>MMD</category>
<category>KM16Pro</category>
<category>VIA</category>
<category>세팅</category>
<category>노브</category>
<author>Ohyung</author>
<dc:creator>Ohyung</dc:creator>
<guid isPermaLink="false">https://ohyung.net/851</guid>
<pubDate>Sun, 29 Mar 2026 23:06:13 +0900</pubDate>
</item>
<item>
<title>MMD KM29 세팅 VIA</title>
<link>https://ohyung.net/850</link>
<description><![CDATA[ <p>MMD KM29 V2<br></p><p><br></p><p><a target="_blank" href="https://xavsp6jplz.feishu.cn/wiki/Is6TwSDNHiNULdkCTGTckhIUnHh">https://xavsp6jplz.feishu.cn/wiki/Is6TwSDNHiNULdkCTGTckhIUnHh</a>​<br></p><p><a target="_blank" href="https://xavsp6jplz.feishu.cn/wiki/Z9QswOPfHikttNkrOc5cnseenPb"></a></p><p>​<a target="_blank" href="https://xavsp6jplz.feishu.cn/wiki/IYgswxgCoiG5vgkT7UrcnRNvnEh">https://xavsp6jplz.feishu.cn/wiki/IYgswxgCoiG5vgkT7UrcnRNvnEh</a>​<br></p><p><a target="_blank" href="https://drive.google.com/drive/folders/1wkeYxVRAO2gPnYHA4TLQHMwPQxpm7i3q">https://drive.google.com/drive/folders/1wkeYxVRAO2gPnYHA4TLQHMwPQxpm7i3q</a></p><p><a target="_blank" href="https://drive.google.com/drive/folders/1wkeYxVRAO2gPnYHA4TLQHMwPQxpm7i3q"><br></a></p><p>알리 구매</p><p>노브 중 하나 토글 TO(0) -&gt; TO(1) -&gt; TO(2) -&gt;&nbsp;TO(0)로 전환 순환&nbsp;</p><p>3번 레이어는 특수 키들.</p><p><br></p><p>불편한 건 on/off 스위치가 캡스락 아래에 있어서 빼서 켜야 함.</p><p><br></p><div class="se-component se-image-container __se__float-center"><figure style=""><a href="https://ohyung.net/attach/0322/260322161830392658/1203730.png" rel="lightbox" data-image-link="image"><img src="../attach/0322/260322161830392658/1203730.png" alt="" data-proportion="true" data-align="center" data-size="," data-file-name="1203730.png" data-file-size="0" origin-size="690,2479" data-origin="690px,2479px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto; border: 1px solid rgb(0, 0, 0); padding: 2px;"></a></figure></div><p><br></p><p><br></p><p><br></p><div class="se-component se-image-container __se__float-center"><figure style=""><a href="https://ohyung.net/attach/0322/260322161830392658/0989080.png" rel="lightbox" data-image-link="image"><img src="../attach/0322/260322161830392658/0989080.png" alt="" data-proportion="true" data-align="center" data-size="," data-file-name="0989080.png" data-file-size="0" origin-size="626,2668" data-origin="626px,2668px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto; border: 1px solid rgb(0, 0, 0); padding: 2px;"></a></figure></div><p><br></p>]]></description>
<category>Tech</category>
<category>MMD</category>
<category>KM29</category>
<category>VIA</category>
<author>Ohyung</author>
<dc:creator>Ohyung</dc:creator>
<guid isPermaLink="false">https://ohyung.net/850</guid>
<pubDate>Mon, 23 Mar 2026 22:14:24 +0900</pubDate>
</item>
<item>
<title>플라잉 클리너! 티스토리 동영상 백업.</title>
<link>https://ohyung.net/849</link>
<description><![CDATA[ <p>카카오TV 서비스가 종료되면서 그 여파로 티스토리에 올라가 있던 동영상을 백업하라고 함.</p><p><br></p><p>내 졸작 유리창 광고 청소 로봇!</p><p><br></p><div style="text-align:left;border:#cccccc 1px dashed;padding:10px;background-color:#e7e7e7">그래서 내 대학 졸업작품&nbsp;Flying Cleaner 동영상을 백업해 봄 ㅎㅎ.</div><p><br></p><p># 최종 버전</p><div class="se-component se-video-container __se__float-center" style="min-width: 100%; width: 75%"> <figure style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: relative; display: block; outline: none; padding: 0px 0px 42.19%; direction: ltr; left: 0px; width: 75%; max-width: 100%; height: 56.25%; margin: auto !important;"> <video controls="true" data-percentage="75,56.25%" data-size="75%,56.25%" data-align="center" data-file-name="2312360.mp4" data-file-size="0" data-origin="100%,56.25%" data-rotate="" src="https://ohyung.net/attach/0311/260311223140927708/2312360.mp4" data-proportion="true" style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: absolute; display: block; margin: 0px; padding: 0px; width: 100%; outline: rgb(158, 158, 158) solid 1px; top: 0px; left: 0px; border: 0px; z-index: 0; height: 100%;"> <div class="sizing-small phase-ready state-stopped"><br> </div> </video> </figure></div><p><br></p><p><br></p><p># 최초 완성 버전</p><div class="se-component se-video-container __se__float-center" style="min-width: 100%; width: 75%"> <figure style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: relative; display: block; outline: none; padding: 0px 0px 42.19%; direction: ltr; left: 0px; width: 75%; max-width: 100%; height: 56.25%; margin: auto !important;"> <video controls="true" data-percentage="75,56.25%" data-size="75%,56.25%" data-align="center" data-file-name="6379350.mp4" data-file-size="0" data-origin="100%,56.25%" data-rotate="" src="https://ohyung.net/attach/0311/260311223140927708/6379350.mp4" data-proportion="true" style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: absolute; display: block; margin: 0px; padding: 0px; width: 100%; outline: rgb(158, 158, 158) solid 1px; top: 0px; left: 0px; border: 0px; z-index: 0; height: 100%;"> <div class="sizing-small phase-ready state-stopped"><br> </div> </video> </figure></div><p><br></p><p><br># Zeebee 통신 성공</p><div class="se-component se-video-container __se__float-center" style="min-width: 100%; width: 75%"> <figure style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: relative; display: block; outline: none; padding: 0px 0px 42.19%; direction: ltr; left: 0px; width: 75%; max-width: 100%; height: 56.25%; margin: auto !important;"> <video controls="true" data-percentage="75,56.25%" data-size="75%,56.25%" data-align="center" data-file-name="2312360.mp4" data-file-size="0" data-origin="100%,56.25%" data-rotate="" src="https://ohyung.net/attach/0311/260311223140927708/0297060.mp4" data-proportion="true" style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: absolute; display: block; margin: 0px; padding: 0px; width: 100%; outline: rgb(158, 158, 158) solid 1px; top: 0px; left: 0px; border: 0px; z-index: 0; height: 100%;"></video> </figure></div><p><br></p><p><br></p><p>#도서관에서 성공 했을 때</p><div class="se-component se-video-container __se__float-center" style="min-width: 100%; width: 75%"> <figure style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: relative; display: block; outline: none; padding: 0px 0px 42.19%; direction: ltr; left: 0px; width: 75%; max-width: 100%; height: 56.25%; margin: auto !important;"> <video controls="true" data-percentage="75,56.25%" data-size="75%,56.25%" data-align="center" data-file-name="2312360.mp4" data-file-size="0" data-origin="100%,56.25%" data-rotate="" src="https://ohyung.net/attach/0311/260311223140927708/7437980.mp4" data-proportion="true" style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: absolute; display: block; margin: 0px; padding: 0px; width: 100%; outline: rgb(158, 158, 158) solid 1px; top: 0px; left: 0px; border: 0px; z-index: 0; height: 100%;"> <div class="sizing-small phase-ready state-stopped"><br> </div> </video> </figure></div><p><br></p><p><br></p><p>#도서관에서 성공 했을 때</p><div class="se-component se-video-container __se__float-center" style="min-width: 100%; width: 75%"> <figure style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: relative; display: block; outline: none; padding: 0px 0px 42.19%; direction: ltr; left: 0px; width: 75%; max-width: 100%; height: 56.25%; margin: auto !important;"> <video controls="true" data-percentage="75,56.25%" data-size="75%,56.25%" data-align="center" data-file-name="2312360.mp4" data-file-size="0" data-origin="100%,56.25%" data-rotate="" src="https://ohyung.net/attach/0311/260311223140927708/7273890.mp4" data-proportion="true" style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: absolute; display: block; margin: 0px; padding: 0px; width: 100%; outline: rgb(158, 158, 158) solid 1px; top: 0px; left: 0px; border: 0px; z-index: 0; height: 100%;"> <div class="sizing-small phase-ready state-stopped"><br> </div> </video> </figure></div><p><br></p><p><br></p><p># Kwix 시작할때 처음 LED 불 들어오게 한거.</p><div class="se-component se-video-container __se__float-center" style="min-width: 100%; width: 75%"> <figure style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: relative; display: block; outline: none; padding: 0px 0px 42.19%; direction: ltr; left: 0px; width: 75%; max-width: 100%; height: 56.25%; margin: auto !important;"> <video controls="true" data-percentage="75,56.25%" data-size="75%,56.25%" data-align="center" data-file-name="2312360.mp4" data-file-size="0" data-origin="100%,56.25%" data-rotate="" src="https://ohyung.net/attach/0311/260311223140927708/0389240.mp4" data-proportion="true" style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: absolute; display: block; margin: 0px; padding: 0px; width: 100%; outline: rgb(158, 158, 158) solid 1px; top: 0px; left: 0px; border: 0px; z-index: 0; height: 100%;"> <div class="sizing-small phase-ready state-stopped"><br> </div> </video> </figure></div><p><br></p><p><br></p><p># 3학년때 ARM 보드 처음.</p><div class="se-component se-video-container __se__float-center" style="min-width: 100%; width: 75%"> <figure style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: relative; display: block; outline: none; padding: 0px 0px 42.19%; direction: ltr; left: 0px; width: 75%; max-width: 100%; height: 56.25%; margin: auto !important;"> <video controls="true" data-percentage="75,56.25%" data-size="75%,56.25%" data-align="center" data-file-name="2312360.mp4" data-file-size="0" data-origin="100%,56.25%" data-rotate="" src="https://ohyung.net/attach/0311/260311223140927708/1087340.mp4" data-proportion="true" style="box-sizing: border-box; -webkit-user-drag: none; overflow: visible; font-family: inherit; font-size: inherit; color: inherit; position: absolute; display: block; margin: 0px; padding: 0px; width: 100%; outline: rgb(158, 158, 158) solid 1px; top: 0px; left: 0px; border: 0px; z-index: 0; height: 100%;"> <div class="sizing-small phase-ready state-stopped"><br> </div> </video> </figure></div><p><br></p>]]></description>
<category>내 이야기</category>
<category>플라잉</category>
<category>클리너</category>
<category>Kwix</category>
<category>광운대</category>
<category>SoC</category>
<category>졸작</category>
<author>Ohyung</author>
<dc:creator>Ohyung</dc:creator>
<guid isPermaLink="false">https://ohyung.net/849</guid>
<pubDate>Wed, 11 Mar 2026 22:47:47 +0900</pubDate>
</item>
<item>
<title>MMD KM40 V2 세팅 VIA</title>
<link>https://ohyung.net/848</link>
<description><![CDATA[ <p>MMD KM40 V2<br></p><p><br></p><p>​<a target="_blank" href="https://xavsp6jplz.feishu.cn/wiki/Z9QswOPfHikttNkrOc5cnseenPb">https://xavsp6jplz.feishu.cn/wiki/Z9QswOPfHikttNkrOc5cnseenPb</a></p><p><a target="_blank" href="https://xavsp6jplz.feishu.cn/wiki/Z9QswOPfHikttNkrOc5cnseenPb"></a>​<a target="_blank" href="https://xavsp6jplz.feishu.cn/wiki/IYgswxgCoiG5vgkT7UrcnRNvnEh">https://xavsp6jplz.feishu.cn/wiki/IYgswxgCoiG5vgkT7UrcnRNvnEh</a>​<br></p><p><a target="_blank" href="https://drive.google.com/drive/folders/1wkeYxVRAO2gPnYHA4TLQHMwPQxpm7i3q">https://drive.google.com/drive/folders/1wkeYxVRAO2gPnYHA4TLQHMwPQxpm7i3q</a>​</p><p><br></p><p>타오바오 구매.</p><p><br></p><p>윈도우 기준 기본 레이어는 0번~4번까지 MAC 은 5번~9번</p><p>LT(4,KC_CAPS)로 레이어 사용.</p><p>CUSTOM(17) Layer 1 TG 토글로 동작</p><p>CUSTOM(18) Layer 2 TG 토글로 동작</p><p><br></p><div class="se-component se-image-container __se__float-center"> <figure style=""> <a href="https://ohyung.net/attach/0311/260311222522044514/9574220.png" rel="lightbox" data-image-link="image"><img src="../attach/0311/260311222522044514/9574220.png" alt="" data-proportion="true" data-align="center" data-size="," data-file-name="9574220.png" data-file-size="0" origin-size="966,2827" data-origin="966px,2827px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto; border: 1px solid rgb(0, 0, 0); padding: 2px;"> </a> </figure></div>]]></description>
<category>Tech</category>
<category>MMD</category>
<category>KM</category>
<category>40</category>
<category>Via</category>
<author>Ohyung</author>
<dc:creator>Ohyung</dc:creator>
<guid isPermaLink="false">https://ohyung.net/848</guid>
<pubDate>Wed, 11 Mar 2026 22:31:26 +0900</pubDate>
</item>
<item>
<title>CIDOO QK61 V2 세팅 VIA</title>
<link>https://ohyung.net/847</link>
<description><![CDATA[ <p>CIDOO QK61 V2<br></p><p><br></p><p>​<a href="https://cidootech.com/blogs/qmk-via/cidoo-qk61-v2-json" target="_blank">https://cidootech.com/blogs/qmk-via/cidoo-qk61-v2-json</a>​<br></p><p>​<a target="_blank" href="https://epomaker.com/blogs/via-json/cidoo-qk61-v2-usb-json-file">https://epomaker.com/blogs/via-json/cidoo-qk61-v2-usb-json-file</a>​<br></p><p><br></p><p>알리 구매.</p><p><br></p><p>윈도우 기준 기본 레이어는 0번&nbsp;</p><p>LT(3,KC_CAPS), LT(2, KC_RCTL)로 레이어 사용.</p><p><br></p><div class="se-component se-image-container __se__float-center"><figure style=""><a href="https://ohyung.net/attach/0212/260212201048143563/3759460.png" rel="lightbox" data-image-link="image"><img src="../attach/0212/260212201048143563/3759460.png" alt="" data-proportion="true" data-align="center" data-size="," data-file-name="3759460.png" data-file-size="0" origin-size="1200,1762" data-origin="1200px,1762px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto; border: 1px solid rgb(0, 0, 0); padding: 2px;"></a></figure></div>]]></description>
<category>Tech</category>
<category>CIDOO</category>
<category>QK61</category>
<category>V2</category>
<author>Ohyung</author>
<dc:creator>Ohyung</dc:creator>
<guid isPermaLink="false">https://ohyung.net/847</guid>
<pubDate>Thu, 12 Feb 2026 20:16:20 +0900</pubDate>
</item>
<item>
<title>Epomaker Galaxy68 세팅 VIA</title>
<link>https://ohyung.net/846</link>
<description><![CDATA[ <p>Epomaker Galaxy68</p><p><br></p><p>​<a target="_blank" href="https://epomaker.com/blogs/via-json/epomaker-galaxy-68-json">https://epomaker.com/blogs/via-json/epomaker-galaxy-68-json</a>&nbsp;<br></p><p>​<a target="_blank" href="https://epomaker.com/blogs/manuals/epomaker-galaxy-68-manual">https://epomaker.com/blogs/manuals/epomaker-galaxy-68-manual</a>​<br></p><p><br></p><p>역시나 알리.</p><p>Shadow 나 Heatmap 방식의 LED 제어는 없음. 다른 효과는 많음.</p><p>CustomKeycodes도 많음. json에서 확인가능.<br></p><p><br></p><p>기본레이어는 0번&nbsp;</p><p>LT(1,KC_CAPS), LT(2, KC_RCTL)로 레이어 사용.</p><p><br></p><p>매크로에서는 가끔 키들이 눌린 채 남아 있어서 ANY 방식으로 변경</p><p><br></p><p><strong><ins>Code Type : plain</ins></strong><br />
<pre class="brush: plain">
VIA 세팅 (매크로 / ANY) - LCS 가 안된다...

{KC_LGUI,KC_LSFT,KC_S}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/ LSG(KC_S) G(S(KC_S))
{KC_LCTL,KC_LSFT,KC_GRV}&nbsp;&nbsp;&nbsp;&nbsp; / C(S(KC_GRV))
{KC_LCTL,KC_LSFT,KC_1}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/ C(S(KC_1))
{KC_LCTL,KC_LSFT,KC_2}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/ C(S(KC_2))
{KC_LCTL,KC_LSFT,KC_3}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/ C(S(KC_3))
{KC_LCTL,KC_LSFT,KC_PSCR}&nbsp;&nbsp;&nbsp;&nbsp;/ C(S(KC_PSCR))
{KC_LGUI,KC_LCTL,KC_LALT,KC_T} / LCAG(KC_T) G(C(A(KC_T)))
{KC_LGUI,KC_LCTL,KC_LALT,KC_V} / LCAG(KC_V) G(C(A(KC_V)))
{KC_LGUI,KC_LALT,KC_V}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/ LAG(KC_V) G(A(KC_V))
</pre></p><p><br></p><p><br></p><div class="se-component se-image-container __se__float-center"><figure style=""><a href="https://ohyung.net/attach/0207/260207225514235841/1943440.png" rel="lightbox" data-image-link="image"><img src="../attach/0207/260207225514235841/1943440.png" alt="" data-proportion="true" data-align="center" data-size="," data-file-name="1943440.png" data-file-size="0" origin-size="1200,987" data-origin="1200px,987px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto; border: 1px solid rgb(0, 0, 0); padding: 2px;"></a></figure></div><p><br></p><p><br></p><div class="se-component se-image-container __se__float-center"> <figure style=""> <a href="https://ohyung.net/attach/0207/260207225514235841/4920180.png" rel="lightbox" data-image-link="image"><img src="https://ohyung.net/attach/0207/260207225514235841/4920180.png" alt="" data-proportion="true" data-align="center" data-size="," data-file-name="4920180.png" data-file-size="0" origin-size="1257,1620" data-origin="1257px,1620px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto; border: 1px solid rgb(0, 0, 0); padding: 2px;"> </a> </figure></div><p><br></p><p>기존에 쓰던 Q5&nbsp;</p><div class="se-component se-image-container __se__float-center"> <figure style=""> <a href="https://ohyung.net/attach/0207/260207225514235841/9430970.png" rel="lightbox" data-image-link="image"><img src="https://ohyung.net/attach/0207/260207225514235841/9430970.png" alt="" data-proportion="true" data-align="center" data-size="," data-file-name="9430970.png" data-file-size="0" origin-size="1532,1182" data-origin="1301px,1004px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto; border: 1px solid rgb(0, 0, 0); padding: 2px;"> </a> </figure></div><p>*</p>]]></description>
<category>Tech</category>
<category>VIA</category>
<category>Epomaker</category>
<category>Galaxy</category>
<category>68</category>
<category>knob</category>
<category>LT</category>
<category>3 mode</category>
<author>Ohyung</author>
<dc:creator>Ohyung</dc:creator>
<guid isPermaLink="false">https://ohyung.net/846</guid>
<pubDate>Sat, 07 Feb 2026 23:04:30 +0900</pubDate>
</item>
<item>
<title>대딸깍시대가 왔다.</title>
<link>https://ohyung.net/845</link>
<description><![CDATA[ <p>모든 것이 "딸깍"으로 필요한 게 완성되고 생산되는 대딸깍시대...<br><br>개발자인 나는 무엇을 해야 하는가. 어떤 걸 해야지 살아남나?<br><br>옵시디언 같은 느낌으로 라이트 한 노트 편집툴을 웹 버전으로 만들어 달라고 하니 그냥 "딸깍"으로 생성되어 버린다.</p><p><br></p><p>퇴근하고 딸이랑 게임한판하고 1시간 정도 딸깍 거렸더니 완성.<br><br>음...</p><div class="se-component se-image-container __se__float-center"><figure style=""><a href="https://ohyung.net/attach/0202/260202215155895814/4071650.png" rel="lightbox" data-image-link="image"><img src="../attach/0202/260202215155895814/4071650.png" alt="" data-proportion="true" data-align="center" data-size="," data-file-name="4071650.png" data-file-size="0" origin-size="1995,1528" data-origin="1301px,997px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto; border: 1px solid rgb(0, 0, 0); padding: 2px;"></a></figure></div><p><br></p><p>모바일도 큰 수정 없이 잘 보임.</p><div class="se-component se-image-container __se__float-center" style="width: 50%; min-width: 100%"><figure style="width: 50%;"><a href="https://ohyung.net/attach/0202/260202215155895814/4552240.png" rel="lightbox" data-image-link="image"><img src="../attach/0202/260202215155895814/4552240.png" alt="" data-proportion="true" data-align="center" data-size="50%," data-file-name="4552240.png" data-file-size="0" origin-size="1440,2410" data-origin="1301px,2178px" data-rotate="" data-percentage="50," style="display: block; margin-left: auto; margin-right: auto; width: 100%; border: 1px solid rgb(0, 0, 0); padding: 2px;"></a></figure></div><p><br></p><p>야호! 뭐 일단은 즐겨!</p>]]></description>
<category>Tech</category>
<category>대딸깍시대</category>
<category>옵시디언</category>
<category>ai</category>
<category>md</category>
<category>마크다운</category>
<category>웹페이지</category>
<author>Ohyung</author>
<dc:creator>Ohyung</dc:creator>
<guid isPermaLink="false">https://ohyung.net/845</guid>
<pubDate>Mon, 02 Feb 2026 22:06:25 +0900</pubDate>
</item>
<item>
<title>SunEditor 적용</title>
<link>https://ohyung.net/844</link>
<description><![CDATA[ <p>최근 한 달 정도 제미나이로 이것저것 하다가 이번에는 블로그 에디터를 교체.</p><p><br></p><p>기존 테터툴즈 클래식의 20년 정도 지난 에디터에서 이것저것 보다가 SunEditor 적용 완료.</p><p> TinyMCE도 고려했지만. 제미나이가 그냥 이걸 추천해서 맘대로 하라고 함.</p><p>맘에 든다.&nbsp;</p><p><br></p><p>Code 관련 &lt;br&gt; 태그 이슈 수정.</p><p>그림 첨부 이슈 수정.</p><p><br></p><p>회사에서도 쓰고 싶다. 구글 반중력.</p><p><br></p><div class="se-component se-image-container __se__float-center"><figure style=""><a href="https://ohyung.net/attach/0121/260121182513078047/274802.png" rel="lightbox" data-image-link="image"><img src="../attach/0121/260121182513078047/274802.png" alt="" data-image-link="https://ohyung.net/attach/0121/260121182513078047/274802.png" data-proportion="true" data-align="center" data-size="," data-file-name="274802.png" data-file-size="0" origin-size="1707,838" data-origin="1301px,639px" data-rotate="" data-percentage="auto,auto" style="display: block; margin-left: auto; margin-right: auto;"></a></figure></div>]]></description>
<category>Tech</category>
<category>테터툴즈</category>
<category>에디터</category>
<category>SunEditor</category>
<category>TynyMCE</category>
<category>antigravity</category>
<author>Ohyung</author>
<dc:creator>Ohyung</dc:creator>
<guid isPermaLink="false">https://ohyung.net/844</guid>
<pubDate>Thu, 22 Jan 2026 20:44:00 +0900</pubDate>
</item>
</channel>
</rss>