Skip to content

Instantly share code, notes, and snippets.

View 1m38's full-sized avatar

1.038 1m38

  • 株式会社テクノアドバンス
View GitHub Profile
@1m38
1m38 / yacc46.json
Created April 25, 2021 14:54
yacc46 VIA/Remap definition file
{
"name": "yacc46",
"vendorId": "0xFEED",
"productId": "0x6133",
"lighting": "qmk_rgblight",
"matrix": {
"rows": 8,
"cols": 7
},
"layouts": {
@1m38
1m38 / kicad_arrange_keys.py
Last active September 9, 2020 00:45
KiCad Pcbnewでキースイッチを角度・相対位置指定で配置するサンプル
from __future__ import print_function
from __future__ import division
from __future__ import absolute_import
from __future__ import unicode_literals
import pcbnew
import math
pcb = pcbnew.GetBoard()
class MyPosition(object):