~ruther/qmk_firmware

ref: 59a5f7de3d37fa23d6058f226997d30ceed566d6 qmk_firmware/builddefs/docsgen/.vitepress/theme/index.ts -rw-r--r-- 348 bytes
59a5f7de — Rutherther fix: games layer toggle, add possibility for escape and alt 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
import type { Theme } from 'vitepress'
import DefaultTheme from 'vitepress/theme'
import { enhanceAppWithTabs } from 'vitepress-plugin-tabs/client'
import QMKLayout from './QMKLayout.vue'
import './custom.css'

export default {
  extends: DefaultTheme,
  Layout: QMKLayout,
  enhanceApp({ app }) {
    enhanceAppWithTabs(app)
  }
} satisfies Theme
Do not follow this link